Financial Modeling Prep
getForexHistoricalLightChart
Access historical end-of-day forex prices with the Historical Forex Light Chart API. Track long-term price trends across different currency pairs to enhance your trading and analysis strategies.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getForexHistoricalLightChart?
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)"
}
}
}