SEC Form 13F Holdings Tracker avatar

SEC Form 13F Holdings Tracker

Pricing

from $100.00 / 1,000 13f holdings

Go to Apify Store
SEC Form 13F Holdings Tracker

SEC Form 13F Holdings Tracker

Track every SEC Form 13F-HR holding β€” filer + CIK, period, issuer, CUSIP, value (USD), shares, position type (SH/PRN/CALL/PUT), investment discretion, voting authority. Quiver / WhaleWisdom alternative for retail traders, quant funds, M&A bankers, journalism.

Pricing

from $100.00 / 1,000 13f holdings

Rating

0.0

(0)

Developer

Stephan Corbeil

Stephan Corbeil

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

2 days ago

Last modified

Share

🐳 SEC Form 13F Holdings Tracker β€” Hedge fund quarterly positions β€” Berkshire, Bridgewater, Renaissance, Citadel

Track every Form 13F-HR filing β€” quarterly disclosures of institutional investment managers with $100M+ AUM, listing every U.S. equity position, share count, market value, and put/call holdings. Sourced directly from EDGAR. See what Berkshire, Bridgewater, Renaissance, Citadel, and 5,000+ other managers own at quarter-end.

One actor. One token. Real-time regulator-direct data delivered in structured JSON.

Why This Actor Beats WhaleWisdom, Bloomberg Terminal, FactSet

  • Per-row pricing vs. seat-based: WhaleWisdom Premium is $599/year for limited 13F coverage. Bloomberg's 13F screens require a $24K seat. We charge $0.005 per holding row β€” a complete Berkshire 13F (50 positions) costs $0.25.
  • Raw EDGAR, no editorial layer: We give you the filed XML data. No interpretation, no estimated values, no "top picks" curation. You build the analytics.
  • Manager + holding cross-reference: Cross-reference holdings by manager (what does Bridgewater own?) or by security (which managers own AAPL?) β€” the join is your join.
  • Quarterly delta computation: Pair this with our 13f-holdings-delta-tracker to compute position changes quarter-over-quarter β€” the actionable signal.
FeatureThis Actor 🐳WhaleWisdomBloomberg TerminalFactSet
Pricing modelPay-per-result (cents per record)Per-seat license $5K-30K/yrPer-seat license $10K-25K/yrPer-seat license $10K-30K/yr
Free tierYes (Apify free credits)NoNoLimited search only
Real-time freshnessMinutes after source publishEnd-of-day refreshHourly refreshHourly refresh
Data sourceDirect from regulatorMixed proprietary + scrapedMixed proprietary + scrapedMixed proprietary + scraped
API accessREST + webhooks built inAdd-on; extra licenceAdd-on; extra licenceLimited
Bulk historicalYes β€” date-range backfillLimited download capsLimited download capsLimited download caps
Setup time5 minutes (token + run)Procurement + onboardingProcurement + onboardingProcurement + onboarding

What You Get

Every record returned by this actor is structured JSON with the following fields populated wherever the source filing provides them:

  • Manager name, CIK, filing date, period of report (quarter end)
  • Manager AUM, total positions reported
  • For each position: issuer name, CUSIP, share class, ticker (mapped)
  • Position market value, share count, type (SH, PRN), put/call flag
  • Investment discretion (sole, shared, none)
  • Voting authority breakdown
  • Accession number, EDGAR filing URL
  • Amendment flag (13F-HR/A) and prior-filing reference
  • Other manager flag (multi-manager structures)
  • Sector and market-cap tags (computed)

The full output schema is stable across runs β€” safe to load into Snowflake, BigQuery, Postgres, or your data warehouse without re-mapping each refresh.

Use Cases

  • Fund-of-funds analysts β€” Track manager portfolio construction and concentration over time.
  • Equity researchers β€” See which institutional managers own your covered stocks and at what concentration.
  • Retail copy-traders β€” Mirror the published positions of Buffett, Burry, Ackman, and Klarman.
  • Risk teams β€” Identify crowded trades by counting how many top-50 managers hold a given name.
  • Activist investors β€” Find allies β€” identify other large holders who might support a campaign.
  • Academic researchers β€” Backfill institutional holdings for decades of cross-sectional studies.
  • Compliance teams β€” Track your own firm's 13F filings against your internal book.

Quick Start

Install the Apify Python client, set your token, and call the actor:

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/sec-form-13f-holdings-tracker").call(run_input={
"maxItems": 100,
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

You can also trigger via cURL:

curl -X POST "https://api.apify.com/v2/acts/nexgendata~sec-form-13f-holdings-tracker/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"maxItems": 100}'

Schedule it on Apify's built-in scheduler for daily, hourly, or every-5-minute refreshes β€” no infra required.

Pricing

This actor uses pay-per-event pricing on Apify. Primary event: 13F holding row at $0.005 per record. An Actor Start fee of $0.00005 applies per run (charged per GB of memory, minimum 1). No subscription, no seat licence, no procurement cycle β€” pay only for the rows you receive.

For high-volume use cases (100K+ records/month), contact us at NexGenData for volume discounts.

Sister Actors in the NexGenData Fleet

NexGenData publishes the deepest SEC/regulatory actor catalog on Apify. Pair this actor with:

Use caseActor
Compute position deltas quarter-over-quarter13f-holdings-delta-tracker
Track Form 4 insider tradessec-form4-insider-tracker
Spot activist 13D/G 5%+ stakessec-schedule-13dg-activist-tracker
Material events from 8-K filingssec-form-8k-material-events-scraper
Track ETF holdings and constituent weightsetf-holdings-tracker
Monitor short interest and squeeze riskshort-interest-tracker

Browse the full 200+ actor catalog at https://apify.com/nexgendata?fpr=2ayu9b.

FAQ

Q: When are 13F filings due?

A: Within 45 days after each calendar quarter end. February 14, May 15, August 14, November 14 are the deadlines.

Q: Why don't I see short positions?

A: 13F-HR discloses long equity positions and put/call options only. Short positions are not required to be filed.

Q: Are amendments captured?

A: Yes. 13F-HR/A amendments are flagged and reference the original filing's accession number.

Q: Can I get historical filings?

A: Yes. EDGAR 13F archive starts in 1999. Pass a date range or specific manager CIK.

Q: How accurate are the tickers?

A: We map CUSIPs to tickers using a maintained CUSIP→ticker table. Coverage is >99% for current names; older delisted securities may not have a ticker.

Q: Does this include 13F-NT (notice) filings?

A: Yes β€” notice filings tell you a manager filed under a different identifier (e.g. parent company). We surface the reference for completeness.

About NexGenData

NexGenData publishes 200+ buyer-intent Apify actors covering SEC filings, federal regulatory data (EPA, FTC, CFPB, FEC, IRS 990, FAA), private-market intelligence (Form D, IPO, 13F, 13D/G), stock screeners across 30+ exchanges (NYSE, NASDAQ, LSE, TSX, ASX, HKEX, KOSPI, SGX, B3, BSE), B2B lead generation, and competitive intelligence. All actors are pay-per-result with no seat licences and no minimum commitments.

Browse the full catalog and start a free run at https://apify.com/nexgendata?fpr=2ayu9b.

Built by independent regulatory-data engineers. Reach out via the Apify message form for custom data integrations.