/finance namespace · APlicious

Dividend history API — ex-dates, amounts, and yield for any ticker

GET /finance/dividend-history?symbol=AAPL returns every dividend event with ex-date, pay date, and amount per share — all the data a dividend-reinvestment or income-investing tracker needs.

Freetier included
Get free API key View docs
GET /api/v1/finance/dividend-history
const res = await fetch(
  'https://aplicious.com/api/v1/finance/dividend-history?symbol=AAPL',
  { headers: { 'X-API-Key': 'lapi_live_••••' } }
);
const { data } = await res.json();
// { symbol: "AAPL", trailing_yield_pct: 0.52,
//   dividends: [{ date: "2026-05-09", ex_date: "2026-05-09", amount: 0.25 }, ...] }

No credit card · Free to start · X-API-Key header auth

What's included in /finance

Full dividend history

Every historical dividend event for the stock — not just the most recent one.

Ex-date and pay date

Both critical dates for income investors: the ex-dividend date (to qualify) and the payment date.

Amount per share

Gross dividend amount per share, in the stock's native currency.

Trailing 12-month yield

Calculated dividend yield based on the current price — returned alongside the history.

Pairs with /stock/quote

Combine with the live price to compute yield dynamically rather than relying on a stale static figure.

Start using the dividend API today

Free tier — 250 calls/month, no credit card. Upgrade when you need more.

Get free API keyExplore /finance docs

Frequently asked questions

How far back does the dividend history go?

Typically 10–20 years for US stocks. Coverage varies for international listings.

Are special dividends included?

Yes — special one-time dividends appear in the history with a flag indicating they're non-recurring.

Does this include Indian stocks?

Yes — NSE/BSE listed stocks are supported. Use the full Yahoo Finance symbol format (e.g. TCS.NS).

Related API guides

Stock Market API — Free Real-Time Quotes, History, and Search

Real-time stock quotes, historical OHLCV data, ticker search, fundamentals, insi

Read guide

ETF API — Holdings, Expense Ratio, Performance Data Free

GET ETF info including top holdings, expense ratio, AUM, sector weights, and per

Read guide

Finance API for Developers — Stock Quotes, SIP, Tax, Forex

REST API for stock quotes, SIP calculators, compound interest, forex rates, tax

Read guide

One key unlocks all 10 namespaces — finance, legal, property, jobs, wellness, and more.

View all plans and pricing →