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.
You want a company's filing record or a link to its most recent annual, quarterly, or event report.
The figures inside a filing (use financials) or the full document text.
0.1 credits / lookup
Set these inside the intent when you run it.
A stock ticker symbol or company name.
The type of filing to filter to, such as annual report, quarterly report, or event report.
A fiscal year or quarter to narrow the results.
A list of recent filings with form type, filing date, report date, and a link to the primary document.
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