API
Explore the Dealcharts API for programmatic access to verified structured-finance data — entities, deals, charts, and provenance.Programmatic access to the open context graph for structured finance.
1. Overview
The Dealcharts API provides structured access to verified context — entities, deals, filings, charts, and relationships — derived from public data and enhanced by the community.
Early access is available to Verified Entities and Verified Contributors.
2. Access Tiers
Tier | Description | Access |
---|---|---|
Public Read | Basic endpoints for charts, deals, and entity lookups. | Coming soon |
Verified Access | Authenticated access for verified entities/contributors; includes profile updates, corrections, and submissions. | Pilot |
Partner Access | API integration for consulting partners and CMD+RVL deployments. | By agreement |
Verified access is funded by a small annual fee that sustains the public context graph.
3. Example Endpoints
# Get all verified entitiesGET https://api.dealcharts.org/entities?verified=true# Retrieve details for a specific dealGET https://api.dealcharts.org/deals/{deal_id}# Get charts for an entityGET https://api.dealcharts.org/entities/{entity_id}/charts# Search for filings mentioning an entityGET https://api.dealcharts.org/search?q=Digital%20Realty
Response example:
{"entity_id": "cm1234","name": "Digital Realty Trust, Inc.","verified": true,"linked_deals": ["CMBS2024-DR1", "CMBS2023-DR2"],"last_updated": "2025-09-01T00:00:00Z"}
4. Authentication (future)
Verified participants will receive API tokens tied to their account. Tokens enforce role-based permissions (read, annotate, submit corrections).
Example usage:
# Include your API key in the Authorization headercurl -H "Authorization: Bearer YOUR_API_KEY" \https://api.dealcharts.org/entities/your-entity-id
To request API access:
- Verified Entities: Email verified@dealcharts.org
- Verified Contributors: Email contributors@dealcharts.org
- Partners: Email partnerships@dealcharts.org
5. Data Model Overview
Dealcharts' API surfaces the same relationships visible on the site:
- Entities → Issuers, Servicers, Funds
- Deals → Tranches, Shelves, Counterparties
- Charts → Generated views of structured data
- Submissions → Verifications, Corrections, Links
- Provenance → Every record includes author, source, timestamp
All API responses include provenance metadata showing data lineage and verification status.
ODPS (Open Data Product Specification)
Each Dealcharts dataset includes a machine-readable descriptor (ODPS v4) with owner, access, SLA, quality, schema, and distribution info.
Start here:
- CMBS Deals ODPS → /odps/cmbs-deals.yaml
6. Rate Limits & Fair Use
Public endpoints will include moderate rate limits. Verified and Partner tiers may request expanded quotas for integration and analysis.
- Public tier: 100 requests/hour (when available)
- Verified tier: 1,000 requests/hour
- Partner tier: Custom limits by agreement
All responses include rate limit headers:
X-RateLimit-Limit: 1000X-RateLimit-Remaining: 987X-RateLimit-Reset: 1642521600
7. Attribution & Licensing
All API usage must:
- Attribute as "Source: Dealcharts.org" with link back to relevant pages
- Preserve provenance metadata in downstream applications
- Review our Attribution Guidelines
Commercial redistribution requires prior approval.
Every API response includes provenance metadata showing:
- Original data source (e.g., SEC accession number)
- Last updated timestamp
- Verification status
- Author/contributor (when applicable)
8. Roadmap
- Q4 2025 — Pilot access for Verified Entities
- Q1 2026 — Contributor write API
- Q2 2026 — Open read endpoints + key-based authentication
- Q3 2026 — Partner integrations via CMD+RVL Context Engine
Additional upcoming features:
- GraphQL endpoint for flexible relationship queries
- Webhooks for real-time updates to verified profiles
- Bulk export endpoints with pagination and filtering
- Context Creation API for submitting verified contributions
- Embedding endpoints for chart/widget integration
See our full Roadmap for details.
9. Contact
Interested in access or integration?
Other contacts:
- API Status: status.dealcharts.org (coming soon)
- Developer Forum: /community
- General Inquiries: /contact
Full API documentation will be available at
upon public launch.https://docs.dealcharts.org
Get Started
Ready to build with Dealcharts data?
- Verify your entity or become a contributor
- Request API access via email
- Receive your API key and documentation
- Start building!
For partnership or custom integration inquiries, contact us.