← All skills

Company Filings & Fundamentals (US)

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.

Use when

You need a real reported number or a filing record for a US-listed company, not an estimate.

Not for

Stock prices or quotes, real-time news, analyst estimates, non-US or private companies, full filing text, or insider-trade line items.

What you can do

Each is a sub-skill of Company Filings & Fundamentals (US); the router picks the right one for your request.

What you get back

information

Returns reported figures, units, periods, and the filing each traces back to, or a list of filings with links. Not a downloadable file.

When it checks with you first

The request could mean list filings, pull all financials, or track one metric, and the data returned differs materially.

Run it

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

  • What is Apple's SEC company identifier?
  • When did Amazon last file its annual report?
  • What financial figures has Apple reported in its filings?
  • How has Apple's revenue changed over the past 5 years?