get_forex_prices
Fetch historical intraday Forex prices for any currency pair. Specify ticker, date range, and frequency to get precise data for analysis.
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) |