Skip to main content

Description

Returns the complete dividend payment history for a given ticker symbol. This includes all dividend payments made to shareholders over the available historical period.

Parameters

ticker
string
required
Ticker symbol (e.g., “AAPL”, “MSFT”, “KO”)
response_format
enum
default:"json"
Output format: "json" or "markdown"
preview_limit
integer
default:"25"
Number of rows to preview in markdown format (min: 1, max: 200)
save
object
Save results to a file

Data Structure

Returns a pandas Series with:
  • Index: Dividend payment dates (datetime)
  • Values: Dividend amount per share (float)
The data represents the cash dividend amount paid per share on each payment date.

Example

{
  "ticker": "AAPL"
}

Use Cases

  • Calculate dividend yields and growth rates
  • Analyze dividend payment consistency
  • Compare dividend policies across companies
  • Build dividend-focused investment strategies
  • Track dividend reinvestment (DRIP) opportunities

Build docs developers (and LLMs) love