Financial Modeling Prep
getExchangeMarketHours
Retrieve trading hours for specific stock exchanges using the Global Exchange Market Hours API. Find out the opening and closing times of global exchanges to plan your trading strategies effectively.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getExchangeMarketHours?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"exchange": {
"type": "string",
"description": "Exchange code (e.g., NASDAQ, NYSE)"
}
}
}