get_intraday_bars
Retrieve intraday OHLCV price bars at 1m/5m/15m/30m/60m intervals for any ticker from the database. Filter by date range and limit to analyze historical intraday market movements.
Instructions
Get intraday OHLCV bars (1m/5m/15m/30m/60m) stored in the database. Run sync_stock with mode=intraday_15m etc. to populate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End datetime YYYY-MM-DD | |
| from | No | Start datetime YYYY-MM-DD | |
| limit | No | ||
| symbol | Yes | Ticker, e.g. NVDA | |
| interval | No | 15m |