Financial Data x402 – Dividend Data is a paid API for AI agents from x402financialdata.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).
Returns current and historical dividend data for a stock ticker, including last/next dividend dates, amounts, payout ratios, yield percentages, and stock split history.
Pay-per-call stock, macro, on-chain, and crypto data over the x402 protocol. USDC on Base or Solana, no API keys, no subscriptions.
Returns a JSON object with the as-of date, ticker symbol, dividend summary metrics (forward/trailing annual rate, forward/trailing yield percentage, five-year average yield, payout ratio), last dividend (date and amount), next dividend (payment date and ex-dividend date), full dividend history array (date and amount per entry), and stock split history (date, ratio, and display string).
GEThttps://x402financialdata.com/dividends/%7Bticker%7DChoose this endpoint when you need structured dividend data — yields, payout ratios, dividend history, and upcoming payment dates — for individual US equities, paid per-call with USDC and no API key or subscription required. Ideal for agents that need occasional dividend lookups without a recurring data subscription, or for scenarios where programmatic micropayment via x402 is preferred over credentialed API access.
| Field | Type | Description |
|---|---|---|
| properties | string |
{
"type": "json",
"example": {
"as_of": "2026-07-30",
"ticker": "JNJ",
"stock_splits": [
{
"date": "2001-06-13",
"ratio": 2,
"ratio_display": "2:1"
}
],
"last_dividend": {
"date": "2026-05-26",
"amount": 1.34
},
"next_dividend": {
"payment_date": "2026-09-07",
"ex_dividend_date": "2026-08-24"
},
"dividend_history": [
{
"date": "2026-05-26",
"amount": 1.34
},
{
"date": "2026-02-24",
"amount": 1.3
}
],
"dividend_summary": {
"payout_ratio": 0.6079,
"forward_annual_rate": 5.36,
"trailing_annual_rate": 5.24,
"forward_dividend_yield_pct": 2.01,
"trailing_dividend_yield_pct": 1.9645,
"five_year_avg_dividend_yield_pct": 2.77
}
}
}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"