Openinsider: Screener
Openinsider via Parse · Finance
Advanced screener with filtering options for insider trades. Returns paginated results filtered by trade type, insider role, price range, sector, industry, and date range. Supports filtering for CEO and CFO trades specifically. Insider trading data from OpenInsider.com, including latest filings, cluster buys, top trades, and advanced screener capabilities. Fulfilled by Parse from openinsider.com.
- finance
- government-public
- openinsider
- openinsider-com
- 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/5cfdfa29-94a5-47c6-90fa-08b86361565a/screener
- Interface artifact
- sha256:600938aa170a75824daeec086f73ea5537587888067f2afa9a39dfad7ecc21c7
- Manifest digest
- sha256:f694cc82514ef8e492b3ef8f04389ef7a2c05099be9746389ad2e7111174fe97
Request fields
- page (integer): Page number for pagination.
- sales (string): Include sales. '1' to include, '0' to exclude.: Allowed values: 1, 0
- is_ceo (string): Filter for CEO trades. Set to '1' to include only CEO trades.
- is_cfo (string): Filter for CFO trades. Set to '1' to include only CFO trades.
- sector (string): SIC sector code to filter by (e.g. 10, 15, 20, 25, 30, 35, 40, 45, 50, 52, 53, 54, 55, 56, 57, 58, 59, 60, 65, 70, 73, 78, 79, 80, 82, 87, 99).
- ticker (string): Stock ticker symbol to filter by (e.g. AAPL).
- industry (string): SIC industry code to filter by.
- max_price (string): Maximum share price filter.
- min_price (string): Minimum share price filter.
- purchases (string): Include purchases. '1' to include, '0' to exclude.: Allowed values: 1, 0
- trade_date_range (string): Number of days back for trade date filter.: Allowed values: 7, 30, 90, 365
- filing_date_range (string): Number of days back for filing date filter.: Allowed values: 1, 3, 7, 30, 365
Example queries
- {"page":"1","sales":"1","is_ceo":"1","sector":"73","ticker":"AAPL","industry":"7372","max_price":"500","min_price":"1","purchases":"1","trade_date_range":"7","filing_date_range":"1"}