Splits Calendar API

A stock split occurs when a company increases its outstanding shares to enhance liquidity, deliberately reducing the share price to make the stock more affordable. Our API provides a list of upcoming stock splits, as well as additional information like the split execution date and multiplier, indicating how many new shares investors will receive per existing share.

API Endpoint

https://financialdata.net/api/v1/splits-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": "LINK",
    "registrant_name": "INTERLINK ELECTRONICS INC",
    "execution_date": "2025-10-29",
    "multiplier": 1.5
  },
  {
    "trading_symbol": "NVA",
    "registrant_name": "Nova Minerals Ltd",
    "execution_date": "2025-10-29",
    "multiplier": 5.0
  }
]
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.