Docs/Reference/Bulk Export/Export Financials Csv
GET/v1/bulk/financials.csvTier · Institutional

Export Financials Csv

Export financial data as CSV.

Returns companies' financial data in a flat CSV format suitable for analysis in pandas, Excel, or any data tool. At least one filter (sector or fiscal_year) is required.

Query parameters · 3

Optional filters and modifiers. Pass as URL-encoded ?key=value.

sectorstring | nulloptional

Filter by sector

fiscal_yearinteger | nulloptional

Filter by fiscal year

fieldsstring | nulloptional

Comma-separated fields (default: all)

Request headers · 1

Authentication.

Authorizationstringrequired

Production API key. Pass it as Bearer ax_live_…

Returns · 200

The standard { data, meta } envelope.

Envelope

dataobject

A single result object.

metaMeta

Pagination and request metadata, including request_id, data_as_of, and ontology_version.

ontology_version 2.1.0replay meta.as_of · ?as_of=<token>

Errors

Standard HTTP status codes plus a typed error.code in the { error: { code, message } } envelope.

Every endpoint returns the same typed error envelope ({ error: { code, message } }). For the full list of codes, see the Errors reference.