← Back to catalog
edgar.company_search
mock data$0.001 / callSearch 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)
Input schema
limit
integerMax results to return (default 10, max 50)
queryrequired
stringCompany name, ticker, or keyword to search (e.g. "Apple Inc", "TSLA", "artificial intelligence")
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>"}'