Data and API
Every page on this site reads static JSON you can fetch too. The JSON API adds CSV output and CORS.
JSON API
/api/v1- Catalogue and current counts
/api/v1/upcoming?type=&class=&days=- Announced ex-dates
/api/v1/company/<slug>- An issuer's full history with provenance
/api/v1/instrument/<ISIN>- A bond, fund unit or government security with its coupon schedule
/api/v1/date/<YYYY-MM-DD>- All actions on a date
/api/v1/year/<YYYY>,/api/v1/month/<YYYY-MM>- Year and month shards
/api/v1/search?q=- Issuer and instrument search
/api/v1/stats- Counts per year, class and type, with coverage badges
Add ?format=csv to any list endpoint for CSV.
Static files
/data/upcoming.json- Next 120 days, non-debt
/data/upcoming-debt.json- Next 120 days, bonds and government securities
/data/years/<YYYY>.json- One year of non-debt actions
/data/months/<YYYY-MM>.json,-debt.json- Month shards keyed by ex-date, record date and payment date
/data/entities/index.json- Issuer index
/data/stats/coverage.json- Per-year source coverage