Dividends API

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.

API Endpoint

https://financialdata.net/api/v1/dividends?identifier=MSFT

Query Parameters

NameTypeDescriptionExample
identifierstringThe trading symbol for a security.MSFT
formatstring(Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON.json, csv

Sample Response

[
  {
    "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"
  },
  ...
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.