get_forex_prices
Retrieve historical intraday Forex prices for a ticker symbol. Optionally specify date range and resample frequency.
Instructions
Fetches historical intraday Forex prices for a given ticker symbol with optional date range and frequency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Forex ticker symbol (e.g., EURUSD) | |
| endDate | No | End date in YYYY-MM-DD format (optional) | |
| startDate | No | Start date in YYYY-MM-DD format (optional) | |
| resampleFreq | No | Resample frequency (e.g., 5min, 1day) |