Financial Modeling Prep
getBatchQuotesShort
Access real-time, short-form quotes for multiple stocks with the FMP Stock Batch Quote Short API. Get a quick snapshot of key stock data such as current price, change, and volume for several companies in one streamlined request.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getBatchQuotesShort?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"symbols": {
"type": "string",
"description": "Comma-separated list of stock symbols"
}
}
}