Financial Modeling Prep
searchExchangeVariants
Search across multiple public exchanges to find where a given stock symbol is listed using the FMP Exchange Variants API. This allows users to quickly identify all the exchanges where a security is actively traded.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called searchExchangeVariants?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"symbol": {
"type": "string",
"description": "The stock symbol to search for exchange variants"
}
}
}