get_tradingview_chart_data
Retrieve OHLCV candlestick data for any instrument to build price charts, perform technical analysis, and research historical price movements. Specify instrument, time range, and resolution.
Instructions
Get OHLCV candlestick data for any instrument. Useful for price charts, technical analysis, and historical price research.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resolution | Yes | Candle resolution in minutes, or '1D' for daily | |
| end_timestamp | Yes | End timestamp in milliseconds since epoch | |
| instrument_name | Yes | Instrument name (e.g. 'BTC-PERPETUAL', 'ETH-28MAR25-2000-C') | |
| start_timestamp | Yes | Start timestamp in milliseconds since epoch |