All reported financials

0.1 credits / lookup

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.

Use when

You want the full set of a company's reported figures, or to discover which line items it reports.

Not for

Tracking one metric over time (use the single-metric lookup), which is far more focused.

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.

What you get back

All reported financial concepts for the company, each with its latest value, unit, and the period it covers.

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-facts","company":"GOOGL"}}'

Example requests

  • What financial figures has Apple reported in its filings?
  • Show me all of Netflix's reported line items
  • What does Meta report for total assets and liabilities?