GET
/fnd/stocks/:ticker/financials/:conceptgzip requiredSingle concept across periods
One XBRL concept across every reported period for a company. Smaller than the full bundle but still gzip-required.
Parameters
ParameterDescription
Parameter
tickerrequiredstring · path- Ticker symbol (case-insensitive).
conceptrequiredstring · path- XBRL tag in CamelCase (e.g. Revenues, EarningsPerShareBasic, EntityCommonStockSharesOutstanding).
taxonomyenum · query- us-gaap (default) | dei | ifrs-full | srt.
Accept-Encodingrequiredstring · header- Must include gzip.
Example
request · shell
curl -H "X-API-Key: $KEY" -H "Accept-Encoding: gzip" --compressed \
"https://api.sifting.io/v1/fnd/stocks/AAPL/financials/Revenues"200OKapplication/json (gzip)
{ "ticker": "AAPL", "cik": "0000320193", "taxonomy": "us-gaap", "concept": "Revenues", "label": "Revenues", "description": "Aggregate revenue recognized during the period...", "series": [ { "value": 94836000000, "unit": "USD", "period_start": "2024-01-01", "period_end": "2024-03-30", "fiscal_year": 2024, "fiscal_period": "Q2", "form": "10-Q", "accession": "0000320193-24-000089", "filed_at": "2024-05-02" } ]}Loading runner…
First load only