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.
https://financialdata.net/api/v1/splits-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": "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
}
]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.