UnifyAPI
← Back to catalog

edgar.company_search

mock data$0.001 / call

Search SEC Companies

Search US public companies and SEC filings by name, ticker, or keyword. Returns company name, CIK number, form type, filing date. Covers all companies registered with the US Securities and Exchange Commission (SEC EDGAR)

Financeprovider: Edgar#edgar#finance

Input schema

limit

Max results to return (default 10, max 50)

integer
queryrequired

Company name, ticker, or keyword to search (e.g. "Apple Inc", "TSLA", "artificial intelligence")

string

Call via REST

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

Try it

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