get_bars
Fetch historical OHLCV bars for a stock symbol across daily, weekly, or monthly intervals, enabling backtesting and trend analysis over a specified date range.
Instructions
Get historical OHLCV bars from the database (1d/1wk/1mo).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date YYYY-MM-DD | |
| from | No | Start date YYYY-MM-DD | |
| limit | No | ||
| symbol | Yes | Ticker, e.g. NVDA | |
| interval | No | 1d |