Dividends Calendar API

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.

API Endpoint

https://financialdata.net/api/v1/dividends-calendar?date=2025-10-29

Query Parameters

NameTypeDescriptionExample
datestringThe date in YYYY-MM-DD format.2025-10-29
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": "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"
  },
  ...
]
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.