Stock OHLCV bars
stocks_barsFetch historical OHLCV bars for US equities over a date range at intervals from 1 minute to 1 hour. Specify ticker, start, end, interval, and paginate with cursor and limit.
Instructions
Fetch historical OHLCV bars for a US equity over a date/time range at a chosen interval (default 1m). Large ranges are size-capped (watch for the _truncated note) — narrow the window or paginate with cursor/limit. For a live price snapshot use last_trade or last_quote instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Inclusive upper bound. Default: now. | |
| limit | No | Page size (endpoint-specific default and max). | |
| start | No | Inclusive lower bound: YYYY-MM-DD (NYSE local) or RFC3339 (UTC). | |
| cursor | No | Opaque cursor from a previous response's meta.next_cursor. | |
| ticker | Yes | US equity ticker, e.g. AAPL. | |
| interval | No | Bar interval. Default 1m. |