Financial Modeling Prep
getCryptocurrencyHistoricalLightChart
Access historical end-of-day prices for a variety of cryptocurrencies with the Historical Cryptocurrency Price Snapshot API. Track trends in price and trading volume over time to better understand market behavior.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getCryptocurrencyHistoricalLightChart?
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": "Cryptocurrency symbol (e.g., BTCUSD)"
}
}
}