Schema
7 fields
Columns
- cik
string - Manager CIK
- manager
string - Reporting manager
- cusip
string - Security CUSIP
- issuer
string - Issuer name
- shares
number - Share or principal amount
- valueUsd000
number - Value in thousands
- periodOfReport
date - Quarter end
Datasets/13f-positions
sec / 13f-positions
Quarterly 13F-HR lines: manager, CUSIP, shares, and reported market value.
Last seen
Source sec/edgar-13f · Filings
Schema
7 fields
stringstringstringstringnumbernumberdateSample row
JSON preview
{
"cik": "0001067983",
"manager": "Berkshire Hathaway Inc",
"cusip": "037833100",
"issuer": "APPLE INC",
"shares": 300000000,
"valueUsd000": 58215000,
"periodOfReport": "2026-06-30"
}Query · milestone 18
curl -sS https://realiahq.xyz/api/v1/datasets/edgar-13f-positions \
-H "Authorization: Bearer $REALIA_KEY"This route 404s with key required until API keys ship.