Dividend API Documentation
Build dividend-focused products with a REST API that currently covers 19,600+ symbols.
Endpoints
Health
/v1/healthHealth check endpoint (no API key required)
Stocks
/v1/stocksList stocks and ETFs with filters
/v1/stocks/{symbol}Get core stock snapshot
/v1/stocks/{symbol}/quoteComprehensive quote and dividend metrics
/v1/stocks/{symbol}/fundamentalsStarter+Fundamentals endpoint
/v1/stocks/{symbol}/metricsDividend-focused metrics
/v1/stocks/{symbol}/dividendsStarter+Dividend history for a symbol
/v1/stocks/{symbol}/splitsHistorical stock split events
Dividends
/v1/dividends/calendarUpcoming dividend payment dates
/v1/dividends/historyHistorical dividends across symbols
/v1/dividends/ex-datesUpcoming ex-dividend dates
/v1/dividends/payment-datesUpcoming payment dates with amount filter
Prices
/v1/prices/{symbol}Historical OHLCV data
/v1/prices/{symbol}/latestLatest available price snapshot
ETFs
/v1/etfsList ETFs with yield/expense filters
/v1/etfs/{symbol}ETF detail view
/v1/etfs/{symbol}/holdingsETF holdings with pagination
Screeners
/v1/screenerGeneric dividend screener
/v1/screener/high-yieldHigh-yield screener
/v1/screener/dividend-growthDividend growth screener
/v1/screener/dividend-aristocrats25+ year growth streak screener
/v1/screener/dividend-kings50+ year growth streak screener
Search, Compare, and Sectors
/v1/searchSearch by symbol or company name
/v1/compareSide-by-side comparison for up to 10 symbols
/v1/sectorsSector-level dividend stats
/v1/sectors/{sector}Sector detail and dividend payers
Bulk (Tier-gated)
/v1/bulk/quotesPro+Bulk quote lookup (up to 100 symbols)
/v1/bulk/metricsPro+Bulk metrics lookup (up to 100 symbols)
/v1/bulk/dividendsPro+Bulk dividend metrics (up to 100 symbols)
Response Shape
{
"data": { ... },
"meta": {
"total": 100,
"limit": 50,
"returned": 50
}
}Next
- Review authentication at /api/authentication
- Use endpoint-specific pages in the left navigation for query parameter details