Asset classes
| Class | Description | Markets |
|---|---|---|
us_equity | US-listed stocks and ETFs | XNAS (NASDAQ), XNYS (NYSE) |
Searching assets
Find assets by symbol, name, or filters:Asset object
tradable— Whether the asset can be traded through Bluumfractionable— Whether fractional shares are supported (enables notional orders)
Market data
Quotes
Get the latest quote for an asset:Historical bars (OHLCV)
Get historical price data:Snapshots
Get a complete market snapshot for an asset (quote + latest bar + previous close):Charts
Get chart-ready data for an asset:Market status and calendar
Check if a market is currently open and get the trading calendar:Key endpoints
| Method | Path | Description |
|---|---|---|
GET | /assets/search | Search assets by name or symbol |
GET | /assets/list | List assets with filters |
GET | /assets/{symbol} | Get asset details |
GET | /assets/chart | Get chart data |
GET | /market-data/assets/{symbol}/quote | Latest quote |
GET | /market-data/assets/{symbol}/bars | Historical OHLCV bars |
GET | /market-data/assets/{symbol}/snapshot | Market snapshot |
GET | /market-data/markets | List markets |
GET | /market-data/markets/{code}/status | Market open/closed status |
GET | /market-data/markets/{code}/calendar | Trading calendar |