For Vendors
Embed a live DealCharts chart with an iframe, pull deal, fund, and BDC facts as JSON with no API key, or download CSV exports from /datasets/ — all CC-BY 4.0.DealCharts' CMBS, Auto ABS, fund, and BDC data — sourced from SEC EDGAR filings — is already embeddable, queryable, and downloadable, with no login and no API key required.
Here "vendor" means a data or tooling company building something on top of this — not a party role inside a deal (servicers, trustees, and rating agencies each have their own page). DealCharts turns SEC filings — 10-D distribution reports, N-PORT fund holdings, 10-K/10-Q BDC filings — into charts, entity pages, structured facts JSON, and CSV exports that you can build directly into your own product. Every chart on the site ships an iframe embed; every deal, fund, and BDC has a matching facts file at
; and generated CSV exports live at/llm/facts/{deal-key}.json
. Nothing requires a login or a key, and everything is licensed CC-BY 4.0 unless a dataset-specific license says otherwise, with AI training and retrieval explicitly permitted. Coverage runs to 1,231 CMBS and Auto ABS deals, 14,723 funds, and 41 BDCs — the API's data directory carries the live counts by entity type rather than a number that goes stale here./datasets/
What DealCharts has for you
Drop a live chart into your product
Every chart on DealCharts can be embedded as an iframe — the steps are documented at
, and a working example sits on the embed test page, which shows the same iframe rendering correctly across WordPress, Ghost, Substack, Medium, and Notion. Take GSMS 2018-GS10's geographic-distribution chart — 22.7% of its pool sits in California
. Load the optional/embed/capitalmarkets/abs/cmbs/gsms2018-gs10/geo-state-all/
script on your page and the iframe auto-resizes to its content instead of clipping. Every embed keeps a small "Data from DealCharts" link back to the source page, so the chart stays attributed wherever it's pasted.embed-widget.js
Pull the same data as structured JSON
Skip the picture and take the numbers directly: every deal, BDC, and fund has a facts file at
,/llm/facts/{deal-key}.json
, or/llm/facts/bdc-{ticker}.json
— for example/llm/facts/fund/{fund-key}.json
for Benchmark 2021-B28. The API page documents the pattern, a search endpoint, and the response schema; there's no API key and no published rate limit. Each deal's facts file also carries its counterparty list — DealCharts' underlying counterparty file holds thousands of role-tagged party records (Master Servicer, Trustee, Rating Agencies, Depositor, and more) across deals, browsable from the counterparty hub and the special-servicer index./llm/facts/bmark2021-b28.json
Download it in bulk
For batch work rather than per-record calls,
lists generated CSV exports by entity type plus the
manifest. Deal CSVs use/datasets/_meta.json
; BDC CSVs use/datasets/{deal-key}.csv
; structured JSON stays at the facts endpoints such as/datasets/bdc-{ticker}.csv
. For a custom bulk cut across funds, CUSIPs, or date ranges, email Cairn with the slice you need./llm/facts/{deal-key}.json
See what's already built on it
The tools hub is where standalone products built on this data live today. AI Tech & Datacenter CMBS Exposure is one example: paste a fund ID or CUSIPs and it maps filing-backed CMBS coverage, peer fund counts, and available AI/data-center theme classifications from DealCharts' underlying deal and fund data. It's a working reference for what a vendor tool built on top of the embeds and facts files can look like.
Embed a chart, step by step
- Open a deal's chart page — GSMS 2018-GS10's geographic distribution is a real one.
- Follow the steps at
to get the iframe pointed at/docs/embed/
./embed/capitalmarkets/abs/cmbs/gsms2018-gs10/geo-state-all/ - Paste the iframe into your CMS — see the exact markup working across platforms on the embed test page.
- Optionally load
so the iframe auto-resizes instead of clipping.embed-widget.js - Need the numbers instead of the picture? Swap the embed for
— same deal, structured JSON./llm/facts/gsms2018-gs10.json
Licensed for redistribution and AI retrieval
Everything above is CC-BY 4.0 — attribute "Source: DealCharts.org" with a link back and you can embed, redistribute, or retrain on it. If your own tooling or an AI agent needs a single discovery document instead of browsing page by page, start at
(or the fuller
) for the list of facts endpoints, sitemaps, and dataset paths.
is the human-readable version of the same options — download-and-cite today, a live-embed pilot, and how to reach us about a deeper build.
Looking for a vendor, not our data?
DealCharts is the data source, not a directory of the market's data and service providers. If you're the one hunting for CMBS or ABS analytics vendors, servicers, trustees, or other market-infrastructure tools, TrancheList ↗ is a structured-finance vendor and tool directory built for that search. DealCharts' own
points there too, describing it as a directory for analytics providers, data providers, servicers, trustees, and market infrastructure — the same list this page's data pipes into, just organized by vendor instead of by deal.
How do I build on this data?
Tell Cairn where you sit — a CUSIP you hold, or a seat you're sizing up. Cairn does the digging and tailors the answer to your position, every figure tied to the filing it came from.Building a deeper integration than embeds or the public API cover? cmdrvl.com/packages ↗