Financial Modeling Prep
getQuoteShort
Get quick snapshots of real-time stock quotes with the FMP Stock Quote Short API. Access key stock data like current price, volume, and price changes for instant market insights.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getQuoteShort?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"symbol": {
"type": "string",
"description": "Stock symbol"
}
}
}