Skip to content

Reference data browser

The Ref Data module (/refdata) is a read-only browser backed by REST. It does not edit the instrument master; changes happen through back-office pipelines and services your operations team controls.

TabGridAPI note (typical)
Instruments (browse)Filterable instrument rowsUses GET /api/v1/refdata/instruments with limit (default window). Load more increases the limit by 100 rows.
IssuersIssuer referenceuseIssuers with limit/offset.
EntitiesLegal entitiesuseEntities.

The first tab shows a hint line: showing the first N rows from the instruments endpoint, with Load more to widen the fetch.

Instruments: Symbol (venue), Ticker, ID, ISIN, Family, Kind, CCY, Status, BBG/RIC.

Issuers: Entity ID, short / legal name, LEI, Tax ID, country.

Entities: Entity ID, display name, short / legal name, type, jurisdiction, active flag.

Each tab has its own layout namespace (refdata-{tab}), so column layouts persist per tab.


For write APIs and schema details, see the Interactive REST reference and your back-office documentation.