Skip to main content
The Analytics API is a new programmatic surface for querying Credit Benchmark data — aggregate trends, rating changes, credit breakdowns, and more — without touching the web app.
Five endpoints at launch: Aggregate Trend, Entity Rating Change, Get Data, Credit Breakdown, and Rating Distribution.All five share a consistent request model: scope, filters, sorting, and result shaping work the same way across every endpoint.

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

  1. Authenticate — POST /api/security/token
  2. Pick an endpoint — API reference
  3. Review schemas, filters, and examples in the full docs

← All release notes