Scrapers.lat logo scrapers.lat
开发者工具

SEC 13F Institutional Holdings Scraper

Scrape SEC Form 13F institutional holdings for any hedge fund or asset manager. For a manager name or CIK, get their latest quarterly filing with each equity position: issuer, CUSIP, market value in USD, shares, put/call, investment discretion and voting authority. Export to JSON, CSV or Excel.

33 每条记录的字段 JSON · CSV · Excel · API 按用量付费
sec-13f-holdings-scraper.json 200 OK
{
  "managerName": "BERKSHIRE HATHAWAY INC",
  "managerCik": "1067983",
  "form": "13F-HR",
  "filingDate": "2026-05-15",
  "reportPeriod": "2026-03-31",
  "accessionNumber": "0001193125-26-226661",
  "nameOfIssuer": "ALLY FINL INC",
  "titleOfClass": "COM",
  "cusip": "02005N100"
}
你会得到什么

每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。

  • 每个结果对应一条干净记录,已去重并规范化
  • JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
  • 在云端按用量付费,无需安装或维护
返回的字段
Manager NameManager CikFormFiling DateReport PeriodAccession NumberName Of IssuerTitle Of ClassCusipValue RawValue UsdValue UnitImplied Price Per SharePosition Value Usd
示例输出

一条真实的示例记录,正是你收到的结构。

Manager NameManager CikFormFiling Date
BERKSHIRE HATHAWAY INC106798313F-HR2026-05-15
BERKSHIRE HATHAWAY INC106798313F-HR2026-05-15
BERKSHIRE HATHAWAY INC106798313F-HR2026-05-15
BERKSHIRE HATHAWAY INC106798313F-HR2026-05-15
BERKSHIRE HATHAWAY INC106798313F-HR2026-05-15
GET /sec-13f-holdings-scraper
{
  "managerName": "BERKSHIRE HATHAWAY INC",
  "managerCik": "1067983",
  "form": "13F-HR",
  "filingDate": "2026-05-15",
  "reportPeriod": "2026-03-31",
  "accessionNumber": "0001193125-26-226661",
  "nameOfIssuer": "ALLY FINL INC",
  "titleOfClass": "COM",
  "cusip": "02005N100"
}

常见问题

What is a 13F filing?

Institutional managers that exercise investment discretion over at least 100 million US dollars in listed US equities must disclose their holdings every quarter on Form 13F. This actor returns those disclosed positions.

How are values reported?

Recent filings report market value in whole US dollars; older filings reported in thousands. Each record includes the reported value, a normalized `valueUsd`, and a `valueUnit` flag so the numbers are always comparable.

Why are there several rows for the same issuer?

A manager can split a single holding across co-managers or voting arrangements, so the filing lists each slice on its own line. This actor keeps that full granularity, one record per line, so nothing is lost.

Can I look up a fund by its manager name?

Yes. Enter the fund or firm name and the actor finds the matching filer automatically, or enter the CIK directly for an exact match.

How fresh is the data?

The actor always resolves the manager's most recent 13F filing at run time, so you get the latest quarter that has been disclosed.

你准备好,它就就绪。

现在就在 Apify 上运行这个爬虫,或让我们按你的确切需求定制一个。