get_financials_batch
Retrieve normalized US-GAAP financials for up to 25 companies at once to compare peers or scan a set for a fiscal year, with per-company error isolation.
Instructions
Retrieve normalized US-GAAP financials for MANY companies in one call — use this to compare peers or scan a set for a single fiscal year.
Pass companies as comma-separated tickers (e.g. "AAPL,MSFT,GOOGL") and/or
ciks; up to 25 symbols total, all for the same year. as_of,
include_provenance, and include_ratios behave as in get_financials and
apply to every symbol. Each company returns its own result — either data or
an error with a recovery hint — so one bad symbol never fails the batch. The
whole call counts as a SINGLE request against your monthly quota, so prefer it
over many get_financials calls when you need several companies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ciks | No | ||
| year | Yes | ||
| as_of | No | ||
| tickers | No | ||
| include_ratios | No | ||
| include_provenance | No |