{ "opencollection": "1.0.0", "info": { "name": "SEC API (sec-api.io) REST Extractor Insider Trading API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Insider Trading", "type": "folder" }, "items": [ { "info": { "name": "Query insider transactions (Form 3/4/5)", "type": "http" }, "http": { "method": "POST", "url": "https://api.sec-api.io/insider-trading", "body": { "type": "json", "data": "{}" } }, "docs": "Search structured insider transaction data parsed from SEC Form 3, 4, and 5 filings using Lucene syntax over any field. Returns issuer, reporting owner and relationship, non-derivative and derivative transactions, prices, share counts, post-transaction holdings, and footnotes." } ] } ], "bundled": true }