Your agent recalls fuzzy financials from training data; this returns exact figures from SEC EDGAR filings.
Finance & Markets
Retrieves official regulatory filings for US public companies, including annual and quarterly reports, earnings announcements, and proxy statements. Use this to access verified financial disclosures and regulatory documents for publicly traded companies, with exact reported figures traceable back to the source filing.
You need a real reported number or a filing record for a US-listed company, not an estimate.
Stock prices or quotes, real-time news, analyst estimates, non-US or private companies, full filing text, or insider-trade line items.
Each is a sub-skill of Company Filings & Fundamentals (US); the router picks the right one for your request.
information
Returns reported figures, units, periods, and the filing each traces back to, or a list of filings with links. Not a downloadable file.
The request could mean list filings, pull all financials, or track one metric, and the data returned differs materially.
Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.
curl -X POST "https://skill.askfaro.com/skills/sec-filings/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"What is Apple's SEC company identifier?"}}'Example requests