DEV Community

NexGenData
NexGenData

Posted on • Originally published at thenextgennexus.com

New: SEC XBRL Financial Frames — Peer Comparison — one financial metric across every SEC filer, ranked

What it does

This actor pulls a single XBRL financial concept — Revenues, NetIncomeLoss, Assets, EarningsPerShareBasic, or any us-gaap tag — across EVERY SEC filer for one reporting period in a single run. Built on the SEC's official XBRL Frames API, it returns one row per company sorted by value, so you get instant cross-company peer benchmarking straight from primary-source filings. It answers the question most tools can't: not "what did this company report?" but "what did every company report for this concept, this period?"

Who it's for

Equity analysts building peer universes, financial-data teams benchmarking a metric across a sector, screener builders, and anyone who needs ranked fundamentals from primary-source SEC data without a terminal subscription.

Sample fields / output

  • cik and entityName
  • value (the reported concept)
  • fy / fp fiscal year and period
  • form (10-K, 10-Q)
  • filed filing date

Example use cases

  • Rank all filers by Revenues for a given quarter to build an instant sector leaderboard.
  • Set a minimum-value cutoff to isolate large-cap peers for a comparable-company analysis.
  • Pull EarningsPerShareBasic across a period to feed a valuation model with official figures.

▶ Run SEC XBRL Financial Frames — Peer Comparison on Apify →

Related actors

FAQ

Is this official SEC data?

Yes. It wraps the SEC's XBRL Frames API, so every value comes straight from filed 10-K/10-Q disclosures.

Can I query any financial concept?

Any us-gaap tag — Revenues, NetIncomeLoss, Assets, EPS, and thousands more. You pass the concept and the period.

Do I need my own SEC contact?

Yes, bring your own SEC User-Agent contact string, as the SEC requires for programmatic access.

Top comments (0)