← Back to catalog
edgar.xbrl_frames
mock data$0.003 / callSEC Cross-Company Financial Comparison
Compare a financial metric across ALL SEC-reporting companies for a period. Query Revenues for CY2023 → 2,649 companies with values. Top: Walmart $648B, UnitedHealth $371B. Free alternative to Bloomberg/FactSet. Period format: CY2023 (annual), CY2023Q4I (quarterly).
Input schema
tagrequired
stringXBRL concept tag (e.g. Revenues, NetIncomeLoss, Assets, TotalDebt)
unit
stringUnit of measure (default: USD). Other: USD/shares for EPS, shares for share counts
periodrequired
stringReporting period: CY2023 (annual), CY2023Q4I (quarterly instant), CY2023Q3 (quarterly duration)
taxonomy
stringXBRL taxonomy (default: us-gaap)
Call via REST
curl -X POST https://unifyapi.pro/api/call/edgar.xbrl_frames \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"tag":"<tag>","unit":"<unit>","period":"<period>","taxonomy":"<taxonomy>"}'