The problem
Analysts running recurring workflows — monitoring, dashboarding, extraction — have had to use the web app or request data manually. There was no clean way to automate against CB data or integrate it into external pipelines.What it does
Each endpoint accepts a structured query and returns data shaped for programmatic use. The five workflows in the first release cover the most common analytical needs:- Aggregate Trend — track how consensus credit views shift over time across a portfolio or sector
- Entity Rating Change — surface entities whose ratings have moved within a given window
- Get Data — extract raw credit data for a defined entity set
- Credit Breakdown — decompose credit distributions by region, sector, or rating band
- Rating Distribution — see how entities are spread across rating categories at a point in time
Use cases
- Monitoring — schedule daily pulls to detect rating movements before they hit downstream systems
- Dashboarding — feed CB data directly into internal BI tools without manual exports
- Portfolio analytics — run repeatable analysis across custom entity sets without leaving your own environment
Getting started
- Authenticate —
POST /api/security/token - Pick an endpoint — API reference
- Review schemas, filters, and examples in the full docs
← All release notes


