Financial Modeling Prep
getLatestEquityOfferings
Stay informed about the latest equity offerings with the FMP Equity Offering Updates API. Track new shares being issued by companies and get insights into exempt offerings and amendments.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getLatestEquityOfferings?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"cik": {
"type": "string",
"description": "Optional CIK number to filter by"
},
"page": {
"type": "number",
"description": "Page number (default: 0)"
},
"limit": {
"type": "number",
"description": "Limit on number of results (default: 10, max: 1000)"
}
}
}