Financial Modeling Prep
getForex1HourData
Track forex price movements over the trading day with the 1-Hour Forex Interval Chart API. This tool provides hourly intraday data for currency pairs, giving a detailed view of trends and market shifts.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getForex1HourData?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"to": {
"type": "string",
"description": "End date (YYYY-MM-DD)"
},
"from": {
"type": "string",
"description": "Start date (YYYY-MM-DD)"
},
"symbol": {
"type": "string",
"description": "Forex pair symbol (e.g., EURUSD)"
}
}
}