SEC financial data API. Institutional holdings, insider trades, congress trading, and more.
All API requests require a Bearer token in the Authorization header.
Get your API key at Console → API Keys
| Plan | Requests/Day | Price |
|---|---|---|
| Free | 100 | $0 |
| Developer | 10,000 | $29/mo |
| Team | 100,000 | $99/mo |
| Enterprise | Unlimited | $499+/mo |
Success
Error
/api/v1/holdings/{cik}Get institution holdings from 13F filings
/api/v1/institutionsList institutional investors
/api/v1/institutions/{cik}Get institution details
/api/v1/insider-tradesList insider trades (Form 4)
/api/v1/executive-trades/{ticker}Get executive trades for a stock
/api/v1/congress-tradesList congress member trades
/api/v1/congress-trades/{member}Get trades for a specific member
/api/v1/stocks/{ticker}Get stock info + top holders
/api/v1/stock-price/{ticker}Get historical stock prices
/api/v1/queryNatural language to SQL query
All list endpoints support page and per_page query parameters for pagination (default: page=1, per_page=50, max 500).