Skip to content
RealiaDesk

Datasets/13f-positions

sec / 13f-positions

13F institutional positions

Quarterly 13F-HR lines: manager, CUSIP, shares, and reported market value.

Last seen

Source sec/edgar-13f · Filings

Schema

7 fields

Columns

cikstring
Manager CIK
managerstring
Reporting manager
cusipstring
Security CUSIP
issuerstring
Issuer name
sharesnumber
Share or principal amount
valueUsd000number
Value in thousands
periodOfReportdate
Quarter end

Sample 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.