fmp_historical_prices
Retrieve historical open, high, low, close, and volume data for stocks, indices, crypto, and FX pairs. Specify date range and interval for daily or intraday bars.
Instructions
Historical OHLCV data.
Args: symbol: Ticker, index (^GSPC), crypto (BTCUSD) or FX pair (EURUSD). from_date: Start date, YYYY-MM-DD. Strongly recommended — without it you get the full history, which is large. to_date: End date, YYYY-MM-DD. interval: "1day" for end-of-day, otherwise an intraday bar size. full: For daily data, include change/VWAP columns rather than the light form.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | ||
| symbol | Yes | ||
| to_date | No | ||
| interval | No | 1day | |
| from_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |