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