Built for financial platforms, data analysts, and investment research tools, this stock splits API allows retrieval of past share split data using tickers and dates. The API handles the data infrastructure, updates, and historical continuity for you.
Ideal for fintech apps, research dashboards, portfolio management platforms, or academic studies, the API supports seamless integration with JSON output, and additional formats like CSV, PDF, and email delivery.
– Tracking historical share split activity for investor tools and dashboards– Integrating split-adjusted data into backtesting and trading algorithms
– Displaying historical stock split events on company profile pages – Stock Split Ratio (e.g., 4:1, 2:1)
– Effective Date of the Split
– Stock Ticker Reference
– Supports historical range queries
Get started by getting your API key on the Finnworlds website. Looking for academic or non-profit use? Send us an email to start the conversation.
- JSON REST API
- Excel CSV download
- PDF reports
- Email link
https://api.finnworlds.com/api/v1/stocksplits?key=API_KEY&ticker=AAPL
{
"status": {
"code": 200,
"message": "OK",
"details": ""
},
"result": {
"basics": {
"ticker": "AAPL"
},
"output": {
"stocksplits": [
{
"stock_split": "4:1",
"date": "2020-08-31"
},
{
"stock_split": "7:1",
"date": "2014-06-09"
},
{
"stock_split": "2:1",
"date": "2005-02-28"
},
{
"stock_split": "2:1",
"date": "2000-06-21"
},
{
"stock_split": "2:1",
"date": "1987-06-16"
}
]
}
}
}
Need help, have questions? Get in touch with Support.
Use of the Finnworlds website, services like API and database are subject to Finnworlds terms & Conditions.