Use these as canonical payload shapes for common Analytics API requests. The most common request is a point-in-timeDocumentation Index
Fetch the complete documentation index at: https://docs.creditbenchmark.com/llms.txt
Use this file to discover all available pages before exploring further.
getdata call for a known list of CBIds.
Get Data for CBIds
Get Data for CBIds
For a list of known entities, use
scope.portfolio.CBId. Set lookback_period to 0 for point-in-time data, and request only the columns you need.Get Data for a Universe
Get Data for a Universe
Use
scope.filters when you want the API to build the input universe before the query runs. This example returns United States entities with a rating of bbb- or worse.Get All Data
Get All Data
Use a broad
scope.filters condition when you want all entities with a consensus rating.Result Filtering and Sorting
Result Filtering and Sorting
Use
result_filter to filter or sort rows after the data is selected. This is separate from scope.filters, which defines the input universe before the query runs.Filter Join Syntax
Filter Join Syntax
filters_join is optional. If you omit it, multiple filters are joined with AND.Only add filters_join when you need explicit boolean logic such as NOT, OR, or a mixed expression. When present, it is positional and must have one more item than filters.For a simple AND, omit filters_join.| between the filters.
