✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekRank for SEC 13F filing pages

SEC EDGAR carries roughly 50,000 13F filings across all managers and quarters, but the system serves them through session URLs and raw XML viewers. SleekRank reads the EDGAR submission feed and generates one page per filing at /sec/13f/{slug}/ with each holding rendered as a structured row.

€50 off for the first 100 lifetime licenses!

SleekRank for SEC 13F filing pages

13F SEO needs one stable URL per manager and quarter

SEC EDGAR publishes every 13F filing as raw XML at a session-bound accession URL that strips on share, never accumulates equity, and surfaces zero structured data to search engines. The aggregators that own institutional-holdings search traffic, WhaleWisdom, Stockzoa, Fintel, all built their position by mirroring EDGAR data at stable, crawlable URLs with their own templates wrapped around each record.

SleekRank turns the same EDGAR feed into a WordPress corpus on your domain. The plugin reads the daily submissions index from data.sec.gov, treats each 13F accession as a row, and generates one page per filing at /sec/13f/{slug}/. Each page renders the manager name and CIK, the reporting period, total portfolio value, holdings count, and a table of every position with ticker, share count, and value.

The plugin caches each row according to its cacheDuration, most teams use 24 hours for the current quarter and 90 days for historical periods since amended filings rarely change. New 13Fs flow in within one day of the SEC drop. The base page holds the template, the URL pattern /sec/13f/{slug}/ drives routing, and the sitemap auto-includes new filings as managers report each quarter.

Workflow

From EDGAR submissions feed to 13F corpus

1

Build the filing base page

Design one WordPress page with manager header (name, CIK, period), totals card (portfolio value, position count), top-25 holdings table, full holdings link, and a sibling-filings block for the same manager across quarters. This template renders every 13F page in the corpus.
2

Connect the EDGAR submissions feed

Configure a REST data source pointed at the SEC submissions API or your local mirror of the daily index. Set the slug field to the normalized manager-name plus quarter. Choose a 24-hour cache for the current quarter and a longer window for historical.
3

Map fields to template

Tag mappings for manager name, CIK, period of report. Selector mappings for total portfolio value and position count. List mappings for the holdings array (ticker, CUSIP, shares, value). Meta mappings for the InvestmentFund JSON-LD structured data block.
4

Wire manager cross-links

Use the manager CIK with a related entries call that returns the same manager's other filings sorted by period. Render the sibling block on every page so the corpus exposes its quarter-over-quarter changes as an indexable timeline for each institutional manager.

Data in, pages out

EDGAR submissions feed to one URL per filing

The SEC daily submissions index lists every 13F with accession number, manager CIK, period of report, and full holdings XML. SleekRank reads it and generates one page per filing.
Data source: SEC EDGAR submissions API
slug manager_name cik period_of_report total_value_usd
berkshire-hathaway-2024-q4 Berkshire Hathaway Inc 0001067983 2024-12-31 267500000000
bridgewater-associates-2024-q4 Bridgewater Associates LP 0001350694 2024-12-31 19800000000
renaissance-technologies-2024-q3 Renaissance Technologies LLC 0001037389 2024-09-30 78400000000
citadel-advisors-2024-q4 Citadel Advisors LLC 0001423053 2024-12-31 565000000000
tiger-global-management-2024-q4 Tiger Global Management LLC 0001167483 2024-12-31 23100000000
URL pattern: /sec/13f/{slug}/
Generated pages
  • /sec/13f/berkshire-hathaway-2024-q4/
  • /sec/13f/bridgewater-associates-2024-q4/
  • /sec/13f/renaissance-technologies-2024-q3/
  • /sec/13f/citadel-advisors-2024-q4/
  • /sec/13f/tiger-global-management-2024-q4/

Comparison

EDGAR XML viewer vs SleekRank 13F pages

EDGAR XML accession viewer

  • Accession URLs are session-bound, strip on share and never rank in search
  • Raw XML viewer with no formatted table, no structured data, no crawl signal
  • No internal linking between manager filings across quarters or holdings
  • Bulk feed access requires separate engineering for every project that touches it
  • Amendments and restatements get separate accessions with no link from the original
  • Search interface is filed under EDGAR Full-Text Search and ignores quarterly cadence

SleekRank

  • One stable WordPress URL per 13F at /sec/13f/{slug}/
  • Manager, CIK, period, holdings table pulled from EDGAR XML
  • Holdings rendered as a table with ticker, shares, and value per position
  • Quarter-over-quarter manager pages link sibling filings deterministically
  • Daily cache window aligned with EDGAR submissions feed cadence
  • Sitemap auto-includes new filings as managers report each quarter

Features

What SleekRank gives you for SEC 13F filing pages

EDGAR feed to filing pages

Connect to the SEC submissions API or the bulk 13F XML. SleekRank treats each accession as a row and uses the manager-slug plus quarter as the URL slug. Fifty thousand filings turn into fifty thousand indexable pages without any per-filing authoring.

Manager and ticker cross-links

Render each holding row as a link to a ticker page in your corpus, and every quarter on a manager page as a link to the next or previous quarter. The 13F dataset becomes a navigable graph that search engines crawl as one interconnected institutional-holdings library.

Period and value filters

Use the period-of-report and total-value fields to drive sibling clusters on each page. Each filing lists other filings from the same manager and the largest filings in the same quarter via the related entries helper, deterministically sorted across crawls.

Use cases

Who runs 13F corpora on SleekRank

Equity research blogs

Independent analysts publish per-manager pages tracking quarterly holding changes. Each filing sits at a clean URL that ranks for the manager-name plus quarter query and feeds the analyst newsletter funnel.

Wealth advisory firms

Advisors run their own 13F mirror on a client-facing domain. Holding changes become talking points, and the corpus supports research workflows for institutional client meetings each quarter.

Financial data platforms

Fintech startups bootstrap a 13F search product on a WordPress base and layer paid features on top. SleekRank handles the per-filing pages so the team focuses on filtering, alerts, and portfolio overlap analysis.

The bigger picture

Why per-filing 13F pages beat EDGAR XML viewers

Search engines reward stable URLs with structured data, and 13F filings are an ideal case. Each filing is a distinct entity with a unique manager, a fixed period of report, and a defined set of positions. The EDGAR XML viewer serves the same data through session URLs that strip on share and never accumulate organic equity.

WhaleWisdom and Fintel fill the gap by mirroring EDGAR at one stable URL per filing, which is exactly why they dominate institutional-holdings search traffic. The same model works for any site that wants to compete in equity research, financial advisory, or fintech tooling. A WordPress corpus generated from EDGAR gives the operator full control over template, structured data, internal linking, and commentary.

The data is public, the redistribution rights are explicit, and the only barrier is the engineering work to turn tens of thousands of XML accessions into tens of thousands of crawlable pages. SleekRank removes that barrier so the operator can focus on analysis layered on top of the corpus.

Questions

Common questions about SleekRank for SEC 13F filing pages

Institutional managers with over $100M in assets file Form 13F within 45 days after each calendar quarter ends. EDGAR posts accessions to the daily submissions feed as they arrive, with a heavy burst in the first two weeks after the deadline. Most SleekRank 13F setups use a 24-hour cache and pick up new filings within one day of the SEC drop.

 

Manager-name plus quarter is the most search-friendly format, like berkshire-hathaway-2024-q4. The SEC accession number is unique but not searchable. Generate the slug at import time by combining the normalized manager name from the filer record with the period-of-report quarter, and keep accession as a secondary indexed field.

 

Yes, and most teams do. The 13F holdings XML carries one row per position with ticker, CUSIP, share count, and value. Use a list mapping to render the table inside the base page. Filings with 500+ positions get long, so add a top-25 view by default with an expand-to-full link for SEO depth without overwhelming the initial render.

 

Each amended 13F gets its own accession number. Most SleekRank setups create a separate URL for the amendment, like /sec/13f/manager-2024-q3-amendment/, and add a banner with a link from the original filing page. The original stays indexed for the citation graph; the amendment carries the corrected data.

 

Yes. Create a second page group for tickers at /ticker/{slug}/ keyed by symbol or CUSIP. Then in the 13F template, use a list mapping that renders each holding row with the ticker column as a link to the ticker page. The two corpora cross-link automatically without duplicating data anywhere in WordPress.

 

WhaleWisdom and Fintel are paid aggregators with their own filtering layers and their own terms of service that prohibit scraping. EDGAR is the public source, free to redistribute, and SleekRank reads it directly. You skip the intermediary, control the template, and keep all the organic equity on your domain instead of building on someone else's URL space.

 

Form 13F-HR is the standard holdings report. 13F-HR/A is the amendment. 13F-NT is a notice form filed by managers whose holdings are reported by another filer. Most setups generate pages only for 13F-HR and 13F-HR/A. The 13F-NT filings are useful as a separate index but rarely warrant individual pages since they carry no holdings data.

 

SleekRank stores each resolved row in wp_sleek_rank_items with the resolved holdings table inline, roughly 50-200 KB per filing depending on portfolio size. Fifty thousand filings sit in the 5-10 GB range, comfortable on any production MySQL setup. Most teams start with the most recent four quarters and backfill historical filings as needed.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€99

EUR

per year

Get started

further 30% launch-discount applied during checkout for existing customers.

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€179

EUR

per year

Get started

further 30% launch-discount applied during checkout for existing customers.

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Launch Offer

€299

€249

EUR

once

Get started

further 30% launch-discount applied during checkout for existing customers.

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView