x402stock.xyz Stock Splits History is a paid API for AI agents from x402stock.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).
Returns historical stock split records for a given ticker symbol, including split ratio, execution date, and count of splits.
Historical stock splits for a ticker, with execution date and split ratio (split_from to split_to). Most recent first. From x402stock, a pay-per-call market & economic data API for AI agents. No API key or account; pay in USDC via x402.
Returns a JSON object with the ticker symbol, data source ('massive'), an as_of timestamp, and a data object containing the count of splits and an array of split records each with execution_date, split_from, split_to, and ratio fields.
GEThttps://x402stock.xyz/api/v1/splits/AAPLUse this endpoint when you need historical corporate split actions for a US-listed equity ticker, especially when you need the split ratio and exact execution dates. Prefer this over manual calculations when adjusting historical price series for splits or validating split-adjusted price data.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 50
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"data": {
"count": 5,
"splits": [
{
"ratio": 4,
"split_to": 4,
"split_from": 1,
"execution_date": "2020-08-31"
},
{
"ratio": 7,
"split_to": 7,
"split_from": 1,
"execution_date": "2014-06-09"
},
{
"ratio": 2,
"split_to": 2,
"split_from": 1,
"execution_date": "2005-02-28"
},
{
"ratio": 2,
"split_to": 2,
"split_from": 1,
"execution_date": "2000-06-21"
},
{
"ratio": 2,
"split_to": 2,
"split_from": 1,
"execution_date": "1987-06-16"
}
]
},
"as_of": "2026-05-31T04:31:54.893Z",
"source": "massive",
"ticker": "AAPL"
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"