Product
Resolve any stock, ETF, bond, or crypto asset into a clean, structured record from a single identifier — name, logo, exchange, country, and the class-specific detail that matters. One small REST API over a catalogue reduced to a single canonical row per instrument.
Vector logos
Each instrument's logo_url points to a clean, hand-checked SVG — not a scraped bitmap. Vector is the right format for financial UIs, where the same mark has to look right in a dense table and on a marketing page alike.

Lookup
Send whichever identifier you hold — ISIN, FIGI, or CUSIP — and get one canonical instrument back, with the common fields flat and the class-specific attributes spread in alongside them.
Crypto
Crypto assets carry no ISIN, FIGI, or CUSIP, so they are resolved by ticker. Tickers are not unique, so we return the top-ranked match — you get the asset people mean when they say BTC.
API Reference
Two authenticated GET endpoints — one for identifier lookups, one for crypto tickers. No proprietary SDK, no pagination to manage; every call resolves to a single instrument.
Coverage
Response shape
Every response leads with the same common fields — asset class, identifiers, name, exchange, country, and a hosted logo — then spreads the class-specific attributes in at the top level, so one parser handles all four classes.
We use essential cookies to make this site work. We don't use tracking or advertising cookies. Privacy Policy