Filing history

0.1 credits / lookup

Returns a company's recent filing history and locates a specific regulatory document such as its latest annual report, quarterly report, or material event disclosure. Provides filing dates and direct links to the primary document for each matching entry.

Use when

You want a company's filing record or a link to its most recent annual, quarterly, or event report.

Not for

The figures inside a filing (use financials) or the full document text.

Cost

0.1 credits / lookup

What it accepts

Set these inside the intent when you run it.

companyrequired

A stock ticker symbol or company name.

formoptional

The type of filing to filter to, such as annual report, quarterly report, or event report.

periodoptional

A fiscal year or quarter to narrow the results.

What you get back

A list of recent filings with form type, filing date, report date, and a link to the primary document.

Run it

Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Company Filings & Fundamentals (US) skill will route from your intent instead.)

curl -X POST "https://skill.askfaro.com/skills/sec-filings/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"operation":"company-filings","company":"AMZN","form":"annual report","period":"2024"}}'

Example requests

  • When did Amazon last file its annual report?
  • Show me Nvidia's recent quarterly filings
  • Get a link to Microsoft's latest 10-K