REST API ACCESS
& ENDPOINTS.
Our data infrastructure is distributed via RapidAPI to guarantee low-latency routing and enterprise-grade rate limiting. Integrate SEC Form 4 insider trading data directly into your Python, Node.js, or algorithmic trading environments.
Subscribe on RapidAPIAuthentication_Headers
Every request to the API must include your unique RapidAPI key. Do not expose this key in client-side code (browsers). Always proxy requests through your own secure backend.
cURL_References
1. Latest Transactions
Retrieve the most recent insider transactions across the market.
2. Ticker Search
Get recent transactions for a specific company symbol (e.g., TSLA).
3. Executive Search
Find trades made by a specific C-Suite executive or director.
4. The Whales (Top Transactions)
Get the largest monetary transactions over a specific rolling window.
5. Analytics Summary
Aggregated transaction volume and value grouped by type for a ticker.
6. Date Range Query
Filter all SEC Form 4 filings between two specific dates.