Financial Modeling Prep
getCryptocurrency1HourData
Access detailed 1-hour intraday price data for cryptocurrencies with the 1-Hour Interval Cryptocurrency Data API. Track hourly price movements to gain insights into market trends and make informed trading decisions throughout the day.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getCryptocurrency1HourData?
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)"
}
}
}