UnifyAPI
← Back to catalog

edgar.xbrl_frames

mock data$0.003 / call

SEC 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).

Financeprovider: Edgar#edgar#finance

Input schema

tagrequired

XBRL concept tag (e.g. Revenues, NetIncomeLoss, Assets, TotalDebt)

string
unit

Unit of measure (default: USD). Other: USD/shares for EPS, shares for share counts

string
periodrequired

Reporting period: CY2023 (annual), CY2023Q4I (quarterly instant), CY2023Q3 (quarterly duration)

string
taxonomy

XBRL taxonomy (default: us-gaap)

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.