A dividend is a portion of a company's profits distributed to shareholders, typically paid quarterly in cash or additional shares. This API endpoint allows you to get a list of upcoming dividend payments as well as additional information, like record date, payment date, dividend amount, etc.
https://financialdata.net/api/v1/dividends-calendar?date=2025-10-29| Name | Type | Description | Example |
|---|---|---|---|
| date | string | The date in YYYY-MM-DD format. | 2025-10-29 |
| format | string | (Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON. | json, csv |
[
{
"trading_symbol": "APOG",
"registrant_name": "APOGEE ENTERPRISES, INC.",
"amount": 0.26,
"declaration_date": "2025-10-09",
"ex_date": "2025-10-29",
"record_date": "2025-10-29",
"payment_date": "2025-11-13"
},
{
"trading_symbol": "PSEC",
"registrant_name": "PROSPECT CAPITAL CORP",
"amount": 0.045,
"declaration_date": "2025-08-22",
"ex_date": "2025-10-29",
"record_date": "2025-10-29",
"payment_date": "2025-11-18"
},
...
]Get your API key instantly and start pulling data into your application.
Get Your API KeyOur robust architecture guarantees 99.9% uptime for uninterrupted API access.
Native Python SDK and REST support make data integration seamless.
The official MCP server delivers financial data directly to your AI agents.