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

TierDescriptionAccess
Public ReadBasic endpoints for charts, deals, and entity lookups.Coming soon
Verified AccessAuthenticated access for verified entities/contributors; includes profile updates, corrections, and submissions.Pilot
Partner AccessAPI 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 entities
GET https://api.dealcharts.org/entities?verified=true
# Retrieve details for a specific deal
GET https://api.dealcharts.org/deals/{deal_id}
# Get charts for an entity
GET https://api.dealcharts.org/entities/{entity_id}/charts
# Search for filings mentioning an entity
GET 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 header
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.dealcharts.org/entities/your-entity-id

To request API access:

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: 1000
X-RateLimit-Remaining: 987
X-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?

dev@dealcharts.org

Other contacts:

Full API documentation will be available at

https://docs.dealcharts.org
upon public launch.

Get Started

Ready to build with Dealcharts data?

  1. Verify your entity or become a contributor
  2. Request API access via email
  3. Receive your API key and documentation
  4. Start building!

For partnership or custom integration inquiries, contact us.

LEARN

OnboardingBlogToolsDatasetsAPI & Data AccessIntegrationsContext Creation

LEARN

OnboardingBlogToolsDatasetsAPI & Data AccessIntegrationsContext Creation

CONNECT

Contact UsCommunityVerifiedContributorsX (Twitter)Substack

SECTORS

Capital MarketsFund HoldingsAsset Backed SecuritiesAuto ABSCMBSBDCs

ABOUT

AboutRoadmapData QualityPricingFAQ
Powered by CMD+RVL
Dealcharts is powered by CMD+RVL's Context Engine.
© 2025 CMD+RVL. All rights reserved.
Not investment advice. For informational purposes only.
Dealcharts operates under the Create-Data stewardship model, where verified context may be included in public datasets for attribution and future licensing.
Disclosures · Privacy · Security · License
(Built 2025-10-11)