Stock Insights API
Stock Insights API Get reliable, trading-day-aware stock data in seconds. This API helps investors, analysts, and developers pull adjusted returns, dividend histories, and dividend yield summaries for any U.S.-listed stock ticker. /return → Calculates total % return between two dates (automatically adjusts for weekends/holidays using the NYSE calendar). /dividend → Provides detailed dividend…
Stock Insights API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Return % (adj close) /return/{symbol}/{start}/{end} |
/return → Calculates total % return between two dates (automatically adjusts for weekends/holidays using the NYSE calendar). |
| GET |
Dividend Summary /dividend/{symbol}/summary |
Provides a summary of dividend activity for the given stock symbol. The response includes: - Whether the stock pays dividends - The most recent ex-dividend date and amount - The… |
| GET |
Dividend History /dividend/{symbol} |
Returns the historical dividend payments for a given stock symbol. Each record includes the ex-dividend date and cash amount per share. Optional start and end query parameters… |
Stock Insights API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | 1000 / hour |
|
| ULTRA Recommended | $49 / month | 5000 / hour |
|
| MEGA | $149 / month | 10000 / hour |
|