{ "opencollection": "1.0.0", "info": { "name": "SEC API (sec-api.io) REST Extractor Form 13F API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Form 13F", "type": "folder" }, "items": [ { "info": { "name": "Query Form 13F holdings information tables", "type": "http" }, "http": { "method": "POST", "url": "https://api.sec-api.io/form-13f/holdings", "body": { "type": "json", "data": "{}" } }, "docs": "Search quarterly portfolio holdings of institutional investment managers from Form 13F filings using Lucene syntax. Returns the holdings information table for each matching filing - CUSIP, ticker, number of shares, and dollar value per position." }, { "info": { "name": "Query Form 13F cover pages", "type": "http" }, "http": { "method": "POST", "url": "https://api.sec-api.io/form-13f/cover-pages", "body": { "type": "json", "data": "{}" } }, "docs": "Search Form 13F cover-page metadata (manager, report period, filing details) using Lucene syntax over any field." } ] } ], "bundled": true }