REST API

The Insider IndexAPI

Programmatic access to congressional financial disclosures, institutional holdings, market data, news, and convergence signals — normalized, deduplicated, and queryable.

Base URL

/v1

Auth

JWT Bearer

Format

JSON

Version

v1 (stable)

Who is this for

📊

Financial research platforms and compliance tools

🏛️

Civic transparency dashboards and journalism

🎓

Academic research on congressional trading activity

Available data

E

Entities

771 total (664 Congress, 66 hedge, 41 index).

GET /api/v1/entities
C

Congress Trades

112K+ congressional stock transactions with disclosure metadata.

GET /api/v1/congress/trades
H

Holdings

138K+ fund holdings from SEC 13F/N-PORT filings.

GET /api/v1/holdings
T

Tickers

5K+ ticker symbols with exchange and CIK data.

GET /api/v1/tickers
M

Market Data

572+ market snapshots across 47 tickers.

GET /api/v1/market/latest
N

News

65+ financial news articles with sentiment analysis.

GET /api/v1/news/latest
C

Convergence

2,020 convergence scores with 39 non-zero signals.

GET /api/v1/convergence/top

Versioning

All endpoints are prefixed with /v1. When breaking changes are introduced, a new version prefix will be used. The /v1 namespace will remain stable and supported.

What this API does not do

No real-time streaming — data updates on ingestion cadence
No investment predictions or recommendations
No write operations — read-only access

Documentation