Friendly named line item across tickers
Fetch one financial metric by FRIENDLY name (capex, revenue, free_cash_flow, operating_cash_flow, total_assets, ...) across up to 25 tickers in a single call - no XBRL concept name needed. The name maps onto the same fallback chains the per-ticker statement endpoints use, including the IFRS taxonomy + 20-F / 40-F annual-form auto-detection for foreign private issuers (a mixed batch resolves each ticker on its own taxonomy + form); each value carries provenance (accession_number + filing_url). free_cash_flow is computed (operating cash flow minus capex, marked computed=true with both component accessions). Periods align as latest-per-ticker by each company's own fiscal calendar, NOT calendar-aligned across tickers. Unknown name returns 422 with the full catalog of valid names. Tickers without SEC XBRL facts degrade per-ticker (status not_found / concept_absent) - only an all-ticker miss is a 404. Fetches run concurrently under a wall-clock budget; any ticker not resolved in time comes back with status timeout and is listed in timed_out (a partial 200, never a gateway timeout). Source: SEC EDGAR XBRL.
Path parameters
Friendly line-item name.
Friendly line-item name.
Query parameters
Comma-separated tickers (1..25).
Comma-separated tickers (1..25).
Filing form.
Filing form.
Periods per ticker (newest first).
Periods per ticker (newest first).
Response
Per-ticker series for the requested line item with provenance.
Example response
{
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}