{"uid":"cap_KMeILdhqq08ImCDepfzqm","slug":"stock-dividends-split-history-api-1e3438d3","name":"Stock Dividends & Split History API","description":"Dividend and stock-split history for a ticker: every cash dividend (ex-date + amount) and split (date + ratio) over a configurable range (default 5y, up to max). Empty arrays for non-payers - a valid answer, not an error. Backed by Yahoo Finance's chart endpoint with events=div,split.","url":"https://agent402.tools/api/stock-dividends","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["symbol"],"properties":{"range":{"type":"string","description":"History window: 1y, 2y, 5y, 10y, ytd, max (default 5y)"},"symbol":{"type":"string","description":"Ticker symbol (e.g. AAPL)"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["symbol","currency","range","dividends","splits","dividendCount","splitCount"],"properties":{"range":{"type":"string"},"splits":{"type":"array","items":{"type":"object"}},"symbol":{"type":"string"},"currency":{"type":"string"},"dividends":{"type":"array","items":{"type":"object"}},"splitCount":{"type":"integer"},"dividendCount":{"type":"integer"}}}}}}},"responseSchema":{"type":"json","example":{"range":"5y","splits":[{"date":"2020-08-31","ratio":"4:1","numerator":4,"denominator":1}],"symbol":"AAPL","currency":"USD","dividends":[{"date":"2026-05-11","amount":0.26}],"splitCount":1,"dividendCount":1}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.003","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.003/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_79vC6_nZPgXJj_GzfPl1x","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.003","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns the full dividend and stock-split history for a given ticker symbol, including ex-dates, cash amounts, split dates, and split ratios over a configurable time range.","exampleAgentPrompt":"Can you pull the full dividend and stock-split history for Johnson & Johnson (JNJ) over the last 10 years — I want to see every ex-date, payment amount, and any split ratios?","exampleUseCases":null,"resultDescription":"Returns two arrays: one listing every cash dividend event (ex-date and amount per share) and one listing every stock split event (date and ratio), both covering the requested time window. Non-dividend-paying stocks return empty arrays rather than an error.","failureModes":["Invalid or unrecognized ticker symbol returns empty arrays or an error","Unsupported range value returns a validation error","Network or upstream Yahoo Finance outage may cause timeouts or partial data","Payment not completed (x402 required) blocks the request"],"whenToPreferThis":"Use this endpoint when you need structured, per-event dividend and split history for a specific public equity ticker, especially when you want both corporate actions (dividends and splits) in a single call with configurable date ranges. Prefer this over scraping financial sites or using general-purpose search when you need clean, machine-readable records for analysis or portfolio calculations.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T01:05:08.522Z","isFirstParty":false}