For the complete documentation index, see llms.txt. This page is also available as Markdown.

Broadridge DLR Statistics

What is this endpoint for?

This endpoint provides access to historical statistics for Broadridge Distributed Ledger Repo (DLR) on the Canton Network. It includes the total number of active contracts, total quantity, and total funds in active DLR transactions for each day over a specified date range. The endpoint is a custom-made for a specific client and is not part of our standard packages. This dataset contains Broadridge's proprietary data and so requires their licensing approval to access. If you're interested in this data, please get in touch and we'll process your access request in partnership with Broadridge.

Endpoint

https://<eu|us>.market-api.kaiko.io/v2/data/dlr/statistics

Query parameters

Parameter
Required?
Description
Example

start_date

Start date for the data range in YYYYMMDD format.

20240101

end_date

End date for the data range in YYYYMMDD format. Defaults to current date if not provided.

20240131

sort

Sort order for results: asc (oldest first) or desc (most recent first). Default: asc

asc

page_size

Maximum number of records per page. Integer between 1 and 1000. Default: 1000.

100

continuation_token

Token for retrieving the next page of results (if paginating). Obtain from the previous response.

See Pagination

Fields

Field

Description

date

Date for the data point in YYYYMMDD format.

timestamp

Unix timestamp in milliseconds representing the start of the period.

contracts

Integer. Count of individual repurchase agreement transactions settled on a given day. Includes both new trades and rolls. One trade = one counterparty pair agreeing to exchange securities for cash with a repurchase obligation.

quantity

Number. Aggregate face value of all securities used as collateral in repo transactions on a given day. For a Treasury repo, this is the par amount of Treasuries delivered, not their market value or the cash borrowed.

funds

Number. Total Aggregate cash volume exchanged in repo transactions on a given day. The sum of all cash lent or borrowed. For overnight repos, this equals the principal amount; for term repos, the initial cash leg.


Request examples

Response example

Last updated

Was this helpful?