One metric over time

0.1 credits / lookup

Returns the full reported history of a single financial line item for one company, with each value tied to the period and the filing it came from. Ideal for tracking trends or building a time series for one specific metric such as revenue, net income, or total assets.

Use when

You want one figure, e.g. revenue or net income, traced over quarters and years for a single company.

Not for

Comparing across companies (use the cross-company comparison) or pulling everything at once.

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.

metricrequired

The financial line item to track, such as revenue, net income, or total assets.

periodoptional

A fiscal year or quarter to filter the results to a specific time range.

What you get back

Every reported value for the specified metric, with period dates, fiscal year, fiscal quarter, and source filing for each data point.

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-metric","company":"TSLA","metric":"net income","period":"Q1 2024"}}'

Example requests

  • How has Apple's revenue changed over the past 5 years?
  • Show me Amazon's net income by quarter
  • What is Tesla's total assets trend since 2020?