A dividend is the distribution of a company's earnings to its shareholders. Dividends are paid out quarterly and may be in the form of cash or reinvestment in additional stock. The API endpoint provides dividend information for several thousands of US and international companies.
https://financialdata.net/api/v1/dividends?identifier=MSFT| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for a security. | MSFT |
| 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": "MSFT",
"registrant_name": "MICROSOFT CORP",
"type": "Cash",
"amount": 0.83,
"declaration_date": "2024-12-03",
"ex_date": "2025-02-20",
"record_date": "2025-02-20",
"payment_date": "2025-03-13"
},
{
"trading_symbol": "MSFT",
"registrant_name": "MICROSOFT CORP",
"type": "Cash",
"amount": 0.83,
"declaration_date": "2024-09-16",
"ex_date": "2024-11-21",
"record_date": "2024-11-21",
"payment_date": "2024-12-12"
},
...
]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.