UnifyAPI
← Back to catalog

edgar.filings

mock data$0.001 / call

SEC Company Filings

List recent SEC filings for a company by CIK number — 10-K (annual), 10-Q (quarterly), 8-K (events), proxy statements. Returns form type, filing date, document URL, description. Up to 1000 filings per company (SEC EDGAR)

Financeprovider: Edgar#edgar#finance

Input schema

cikrequired

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

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/edgar.filings \
  -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.