Financial Modeling Prep
searchISIN
Easily search and retrieve the International Securities Identification Number (ISIN) for financial securities using the FMP ISIN API. Find key details such as company name, stock symbol, and market capitalization associated with the ISIN.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called searchISIN?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"isin": {
"type": "string",
"description": "The ISIN number to search for"
}
}
}