Retrieves the full set of financial facts a company has officially reported, grouped by concept, with the latest reported value for each line item. Useful for broad financial analysis or discovering which specific metrics a company discloses before drilling into a single figure.
You want the full set of a company's reported figures, or to discover which line items it reports.
Tracking one metric over time (use the single-metric lookup), which is far more focused.
0.1 credits / lookup
Set these inside the intent when you run it.
A stock ticker symbol or company name.
All reported financial concepts for the company, each with its latest value, unit, and the period it covers.
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-facts","company":"GOOGL"}}'Example requests