Dividend History
Retrieve historical dividend payments including amounts, ex-dividend dates, and payment schedules. Essential for income investment analysis and yield calculations.
Use Case: Calculate dividend growth rate over 10 years to identify dividend aristocrat stocks.
Documentation Index
Fetch the complete documentation index at: https://finance.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Query Parameters
Single ticker symbol, such as AAPL. Use it to narrow results to one company.
"AAPL"
Comma-separated list of ticker symbols.
"AAPL,MSFT,GOOG"
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 ex-dividend date in YYYY-MM-DD format
"2024-08-11"
Ex-dividend start-date filter. Returns dividends with ex-dividend dates on or after this date.
"2024-01-01"
Ex-dividend after-date filter. Returns dividends after this date, excluding the date itself.
"2024-01-01"
Ex-dividend end-date filter. Returns dividends with ex-dividend dates on or before this date.
"2024-12-31"
Ex-dividend before-date filter. Returns dividends before this date, excluding the date itself.
"2024-12-31"
Exact frequency (0=irregular, 1=annual, 4=quarterly, 12=monthly)
4
Dividend frequency lower-bound filter. Returns records with frequency greater than or equal to this value.
1
Dividend frequency lower-bound filter. Returns records above this value, excluding the value itself.
0
Dividend frequency upper-bound filter. Returns records with frequency less than or equal to this value.
12
Dividend frequency upper-bound filter. Returns records below this value, excluding the value itself.
13
Exact type: recurring, special, supplemental, irregular, unknown
recurring, special, supplemental, irregular, unknown "recurring"
Comma-separated list of distribution types
"recurring,special"
Maximum number of results to return. Use smaller values for UI pages and larger values for exports within API limits. (1-5000)
1 <= x <= 5000100
Sort columns with direction (e.g., ticker.asc, ex_dividend_date.desc)
"ex_dividend_date.desc"
Pagination cursor from the previous response. Omit it on the first request, then send the returned cursor to fetch the next page. from previous response
Response
Dividends data.
Dividends response