Financial Modeling Prep
getDividends
Stay informed about upcoming dividend payments with the FMP Dividends Company API. This API provides essential dividend data for individual stock symbols, including record dates, payment dates, declaration dates, and more.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getDividends?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Optional limit on number of results (default: 100, max: 1000)"
},
"symbol": {
"type": "string",
"description": "Stock symbol"
}
}
}