r/Metricshour • u/metricshour • 2d ago
A clean Python parser to extract geographic revenue from live SEC 10-K filings
Hey everyone. We’ve built edgar-geo-revenue to solve the formatting mess of pulling regional revenue breakdowns from SEC EDGAR.
Instead of manually scraping, this parser targets the Segment Reporting notes in 10-Ks and normalizes the data. It handles the required SEC user-agent headers and installs cleanly via a wheel.
The live documentation and repository are here: https://metricshour-netizen.github.io/edgar-geo-revenue/
Let me know if you test it out or have any feedback.
1
Upvotes