> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bluumfinance.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Assets & Market Data

> The tradable-instrument catalog, quotes, and the paywalled market-data superset.

**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:

| Endpoint                         | Purpose                                                                               |
| -------------------------------- | ------------------------------------------------------------------------------------- |
| `GET /v1/assets`                 | Filtered 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.

<Note>
  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](mailto:support@bluumfinance.com) to enable it.
</Note>

The ungated catalog endpoints above cover most integrations. Reach for the Market Data product when you need historical bars, snapshots, or exchange calendars.

<Note>
  Full asset and quote schemas are in the [API reference](/api-reference/introduction).
</Note>
