GET
https://api.secapi.dev/v1/institutionsAPI key:
Institutional filers
List of institutional managers that file Form 13F. Portfolio values are absolute USD.
Parameters
Example
1{ 2 "data": [ 3 { 4 "cik": "0000102909", 5 "name": "VANGUARD GROUP INC", 6 "latestFormType": "13F-HR", 7 "latestAccessionNumber": "", 8 "latestFilingDate": "2024-11-14", 9 "latestPeriodOfReport": "2024-09-30", 10 "latestReceivedDate": "2025-01-01T00:00:00Z", 11 "latestSourceUrl": "", 12 "filingCount": 12, 13 "latestPositionCount": 4287, 14 "latestSecurityCount": 4271, 15 "latestPortfolioValue": 4523100000 16 } 17 ], 18 "pagination": { 19 "page": 1, 20 "limit": 20, 21 "hasMoreData": true 22 }, 23 "filters": { 24 "q": "Vanguard" 25 } 26}