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 fundGET https://dealcharts.org/llm/facts/{entity_key}.jsonGET https://dealcharts.org/llm/facts/fund/{fund_key}.json# Search across all entitiesGET https://dealcharts.org/.netlify/functions/search?query=# Ontology and data modelGET 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)
— Benchmark 2021-B28 (CMBS)/llm/facts/bmark2021-b28.json
— WFCM 2025-C65 (CMBS)/llm/facts/wfcm2025-c65.json
— Ford Auto 2024-A (Auto ABS)/llm/facts/fordo2024-a.json
BDCs
— Ares Capital (ARCC)/llm/facts/bdc-arcc.json
— Main Street Capital (MAIN)/llm/facts/bdc-main.json
Funds
— American Balanced Fund/llm/facts/fund/american-balanced-fund.json
— Nuveen Life Core Bond Fund/llm/facts/fund/nuveen-life-core-bond-fund.json
CLOs
— Voya Euro CLO VIII/llm/facts/voya-euro-clo-viii.json
Search
— Search for "blackrock"/.netlify/functions/search?query=blackrock
Data Directory
| Entity Type | Count | Facts Endpoint | Browse Pages |
|---|---|---|---|
| CMBS & Auto ABS Deals | ~910 | /llm/facts/{deal_key}.json | /capitalmarkets/abs/cmbs/ |
| BDCs | ~30 | /llm/facts/bdc-{ticker}.json | /capitalmarkets/bdcs/ |
| Funds | 628 | /llm/facts/fund/{fund_key}.json | /capitalmarkets/funds/ |
| CLOs | 1 (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
- LLM guidance:
(concise) ·/llms.txt
(comprehensive)/llms-full.txt - Sitemaps:
— all facts endpoints indexed/sitemap-llm.xml - ODPS descriptors:
— Open Data Product Specification/odps/cmbs-deals.yaml - Ontology:
— full data model reference/ontology - TDM Rights:
— mining permitted (reservation: 0)/tdmrep.json
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
- CMD+RVL EDGAR MCP Server:
(SSE transport)https://edgar.cmdrvl.com/mcp - A2A Agent Card: /.well-known/agent-card.json
- Kovrex Agent Marketplace: kovrex.ai/operators/cmd+rvl
Contact
Questions about the data or integration?
- General Inquiries: /contact
- Partnership: support@cmdrvl.com