Financial Modeling Prep
getCompanyProfilesBulk
The FMP Profile Bulk API allows users to retrieve comprehensive company profile data in bulk. Access essential information, such as company details, stock price, market cap, sector, industry, and more for multiple companies in a single request.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getCompanyProfilesBulk?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"part": {
"type": "string",
"description": "Part number (e.g., 0, 1, 2)"
}
}
}