SEC EDGAR XBRL Frames
Under maintenancePricing
Pay per usage
SEC EDGAR XBRL Frames
Under maintenanceScreen all companies reporting an SEC XBRL concept (e.g. us-gaap Assets) for a calendar period via public data.sec.gov frames.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Dmitry Ostrovsky
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Apify Actor that fetches industry-wide XBRL frame data from the public SEC EDGAR frames API:
https://data.sec.gov/api/xbrl/frames/{taxonomy}/{tag}/{unit}/{period}.json
Example: all companies reporting us-gaap Assets in USD for CY2024Q4I.
Distinct from:
- SEC EDGAR Recent Filings (per-company form lists)
- SEC EDGAR Company Facts (per-company concept time series)
- SEC EDGAR Insider Transactions (Form 4)
- SEC EDGAR 13F Holdings (institutional holdings)
Legal public data only. No Playwright. Limited-permission Actor. Standby is off.
Input
- taxonomy (string, default us-gaap): e.g. us-gaap, dei, ifrs-full
- tag (string, required): XBRL concept tag (e.g. Assets)
- unit (string, default USD)
- period (string, required): frame period like CY2024, CY2024Q4, CY2024Q4I. Instant concepts (balance sheet) usually need the
Isuffix (e.g. CY2024Q4I). - maxResults (integer, default 500, max 5000): cap dataset rows
Output
One dataset item per frame data[] row with taxonomy, tag, unit, period, frameLabel/ccp, cik, entityName, location, end, val, accn, fy, fp, form, filed, frame (when present).
SEC User-Agent
SEC fair-access rules require a User-Agent with a contact. This Actor reads SEC_USER_AGENT and defaults to sec-edgar-xbrl-frames (dostrovsky@gmail.com).