UnifyAPI
← Back to catalog

edgar.company_facts

mock data$0.001 / call

SEC Financial Facts (XBRL)

XBRL financial facts for a US public company — revenue, net income, assets, liabilities, equity, EPS, cash, operating income. Returns last 5 reporting periods per metric with form type and date. Structured data from 10-K/10-Q filings (SEC EDGAR)

Financeprovider: Edgar#edgar#finance

Input schema

cikrequired

SEC CIK number (e.g. "320193" for Apple). Returns XBRL financial facts: revenue, net income, assets, liabilities

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/edgar.company_facts \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"cik":"<cik>"}'

Try it

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