tool_get_price_data
Fetch historical OHLCV price data for any asset to review past price action before building a backtest. Get summary stats and a preview with timeframes from 1m to 1w.
Instructions
Fetch historical OHLCV price data for an asset.
Returns summary statistics and a preview of the data (not the full dataset). Use this to examine price history before defining a backtest strategy.
Timeframes: 1m, 5m, 15m, 1h, 4h, 1d, 1w
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| end_date | No | ||
| timeframe | Yes | ||
| start_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||