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.
You want one figure, e.g. revenue or net income, traced over quarters and years for a single company.
Comparing across companies (use the cross-company comparison) or pulling everything at once.
0.1 credits / lookup
Set these inside the intent when you run it.
A stock ticker symbol or company name.
The financial line item to track, such as revenue, net income, or total assets.
A fiscal year or quarter to filter the results to a specific time range.
Every reported value for the specified metric, with period dates, fiscal year, fiscal quarter, and source filing for each data point.
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