DealCharts API

Explore the Dealcharts API for programmatic access to structured-finance data — entities, deals, charts, and provenance.

Programmatic access to the open context graph — ODPS-described and MCP-friendly.

Three endpoints that work right now:

# Get machine-readable facts for any deal, BDC, CLO, or fund
GET https://dealcharts.org/llm/facts/{entity_key}.json
GET https://dealcharts.org/llm/facts/fund/{fund_key}.json
# Search across all entities
GET https://dealcharts.org/.netlify/functions/search?query=
# Ontology and data model
GET https://dealcharts.org/ontology/

No API key required. No rate limits. CC-BY 4.0 licensed.

Try It Now

Click any link below to see live JSON responses:

Deals (CMBS / Auto ABS)

BDCs

Funds

CLOs

Search

Data Directory

Entity TypeCountFacts EndpointBrowse Pages
CMBS & Auto ABS Deals~910/llm/facts/{deal_key}.json/capitalmarkets/abs/cmbs/
BDCs~30/llm/facts/bdc-{ticker}.json/capitalmarkets/bdcs/
Funds628/llm/facts/fund/{fund_key}.json/capitalmarkets/funds/
CLOs1 (pilot)/llm/facts/{clo_slug}.json/capitalmarkets/abs/clo/

Facts JSON Schema

Every entity returns a JSON object with these fields:

{
"entity_type": "cmbs_deal | abs_deal | bdc | clo_deal | fund",
"identifiers": { "cik": "...", "deal_id": "..." },
"dates": { "pricing_date": "...", "as_of_date": "..." },
"pool": { "loan_count": 62, "current_balance_usd": 991631442 },
"source_documents": [{ "label": "SEC EDGAR Filing", "url": "..." }],
"dataset": {
"json": "https://dealcharts.org/llm/facts/{key}.json",
"page": "https://dealcharts.org/capitalmarkets/..."
},
"provenance": {
"curator": "CMD+RVL",
"source": "SEC EDGAR Public Filings",
"license": "CC-BY 4.0"
}
}

Full schema documentation: /ontology

Machine-Readable Discovery

All content is licensed CC-BY 4.0 and explicitly permitted for AI training and retrieval.

Data Sources

All data is disclosure-derived from public SEC EDGAR filings:

  • 10-D — Distribution reports for ABS/CMBS trusts
  • N-PORT — Fund portfolio holdings (public portion)
  • 10-K / 10-Q — Annual/quarterly reports (BDC portfolios)
  • FWP — Free writing prospectuses (new deal pricing)

No proprietary data. No inference. Disclosed facts with full provenance.

Attribution & Licensing

All usage must:

  • Attribute as "Source: Dealcharts.org" with link back to relevant pages
  • Preserve provenance metadata in downstream applications
  • Review our Attribution Guidelines

Every API response includes provenance metadata showing original data source, last updated timestamp, and data quality indicators.

License: CC-BY 4.0 — commercial use permitted with attribution.

Agent Integration

Contact

Questions about the data or integration?

support@cmdrvl.com

PLATFORM

ToolsIntegrationsContributors

LEARN

OnboardingBlogAboutOntologyRoadmap

PLATFORM

ToolsIntegrationsContributors

FOR DEVELOPERS

API & Data AccessDatasets

MARKETS

Capital MarketsCMBSAuto ABSBDCsFund HoldingsAsset Backed Securities

SOLUTIONS

IssuersServicersTrusteesRatings AgenciesFundsResearchersVendors

LEARN

BlogAboutOntology

CONNECT

Contact UsX (Twitter)Substack
Powered by CMD+RVL
CMD+RVL makes decisions under uncertainty explainable, defensible, and survivable over time.
© 2026 CMD+RVL. All rights reserved.
Not investment advice. For informational purposes only.
Disclosures · Privacy · Security · License
(Built 2026-03-04)