v1

latestOpenAPI 3.0.3Proprietary2026-07-244065126.5 KB
Export

Export Company Fundamentals

Export file with company fundamentals metadata for a company as CSV or Parquet. Supports both historical and real-time data export

get/api/v2/export/{ticker}

Path parameters

tickerstring required

Company ticker symbol (e.g., AAPL, MSFT, AMZN)

Query parameters

output_format'csv' | 'parquet'

Output file format, either 'csv' or 'parquet' (default: csv)

real_timeboolean

Fetch real-time data (default: false)

show_historical_databoolean

Include historical data in export (default: false)

Response

real_timeboolean

If True, returns data that is incrementally updated and not yet available in the datasheet. If False, uses the last published snapshot.

show_historical_databoolean

Should be used with real_time=True. If True, returns data available in datasheet plus incrementally updated data. If False, returns just the incrementally updated data.

output_format'csv' | 'parquet'
  • csv - csv
  • parquet - parquet