UnifyAPI
← Back to catalog

edgar.xbrl_concept

mock data$0.001 / call

SEC Company Financial History

Complete history of any XBRL financial concept (Revenues, NetIncomeLoss, Assets, EPS) for a company across all SEC filings. Returns up to 20 most recent values with period dates, form type, fiscal year. Free alternative to Bloomberg for historical financials.

Financeprovider: Edgar#edgar#finance

Input schema

cikrequired

SEC CIK number (e.g. "320193" for Apple, "789019" for Microsoft)

string
tagrequired

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

string
taxonomy

XBRL taxonomy (default: us-gaap). Other: ifrs-full, dei, srt

string

Call via REST

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

Try it

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