Financial Modeling Prep
searchEquityOfferings
Easily search for equity offerings by company name or stock symbol with the FMP Equity Offering Search API. Access detailed information about recent share issuances to stay informed on company fundraising activities.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called searchEquityOfferings?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Company name or stock symbol to search for"
}
}
}