Retrieve historical stock split information including split ratios, execution dates, and split types (forward/reverse). Adjust historical prices for accurate analysis.
Use Case: Adjust historical price charts for all past stock splits to show accurate returns.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Single ticker symbol
"AAPL"
Comma-separated list of ticker symbols
"AAPL,TSLA,NVDA"
Filter tickers >= this value (inclusive)
"A"
Filter tickers > this value (exclusive)
"A"
Filter tickers <= this value (inclusive)
"Z"
Filter tickers < this value (exclusive)
"Z"
Exact execution date in YYYY-MM-DD format
"2020-08-31"
Execution date >= (inclusive)
"2020-01-01"
Execution date > (exclusive)
"2020-01-01"
Execution date <= (inclusive)
"2024-12-31"
Execution date < (exclusive)
"2024-12-31"
Exact type: forward_split, reverse_split, stock_dividend
forward_split, reverse_split, stock_dividend "forward_split"
Comma-separated list of adjustment types
"forward_split,reverse_split"
Maximum number of results (1-5000)
1 <= x <= 5000100
Sort columns with direction (e.g., ticker.asc, execution_date.desc)
"execution_date.desc"
Pagination cursor from previous response
Successful response
Array of stock split events