Insidertrading: Get Insider Trading
Insidertrading via Parse · Finance
Fetch insider trading transactions with flexible filters. Returns paginated results from the OpenInsider screener sorted by most recent filing date. Supports filtering by ticker, insider name, trade type, and filing date window. Each result includes SEC filing links, trade details, ownership changes, and price performance metrics. API for extracting insider trading data from OpenInsider, providing real-time SEC Form 4 filing data, stock screeners, and top trading lists. Fulfilled by Parse from insidertrading.org.
- finance
- government-public
- insidertrading
- insidertrading-org
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/35448f06-f2d3-406e-9570-b9cdb989fc8b/get_insider_trading
- Interface artifact
- sha256:7dca109a10fc1e356bdc2e3888b50bfa2220d9fd793907ee2728bea1067094ec
- Manifest digest
- sha256:ae7bce95feebdd578bf58937dd978df8a853072c8e8d0caa8413a39afe551b98
Request fields
- page (integer): Page number for pagination.: Allowed values: 1
- count (integer): Max results per page.: Allowed values: 10, 50, 100
- ticker (string): Stock ticker symbol or comma-separated list to filter results.
- insider (string): Filter by insider name.
- trade_type (string): Transaction type filter.: Allowed values: all, purchase, sale
- filing_date (string): Filing date preset in days (e.g., '730' for last 2 years, '30' for last month, '7' for last week). Omitting returns all dates.
Example queries
- {"page":"1","count":"10","ticker":"AAPL","trade_type":"all","filing_date":"730"}