Skip to main content
Assets are the instruments you can trade — stocks, ETFs, bonds, and more. Bluum keeps a catalog you can search and hydrate, plus quote endpoints for current prices.

The catalog

The asset catalog is available to every tenant, no add-on required:
EndpointPurpose
GET /v1/assetsFiltered list of the catalog
GET /v1/assets/{symbol}Single asset with a live quote refresh
GET /v1/assets/batch?symbols=Hydrate up to 20 symbols (comma-separated) with DB-backed profiles; optional market
GET /v1/assets/quotes?symbols=Batch quotes for the given symbols
Key asset fields include tradable (can be traded through Bluum) and fractionable (supports notional / fractional orders).

Market Data product

A richer, paywalled superset lives under /v1/market-data/* — extended quotes, historical bars, snapshots, market status, and calendars.
The /v1/market-data/* surface requires the Market Data product to be enabled for your tenant. If it is not, requests return 403 with PRODUCT_NOT_ENABLED. Contact support@bluumfinance.com to enable it.
The ungated catalog endpoints above cover most integrations. Reach for the Market Data product when you need historical bars, snapshots, or exchange calendars.
Full asset and quote schemas are in the API reference.