Financial Modeling Prep
getCryptocurrency1MinuteData
Get real-time, 1-minute interval price data for cryptocurrencies with the 1-Minute Cryptocurrency Intraday Data API. Monitor short-term price fluctuations and trading volume to stay updated on market movements.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getCryptocurrency1MinuteData?
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)"
}
}
}