---
title: "Export Company Fundamentals"
method: GET
path: "/api/v2/export/{ticker}"
tags: ["Export"]
---

# Export Company Fundamentals

`GET /api/v2/export/{ticker}`

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

## Path parameters

- `ticker` string, required

## Query parameters

- `output_format` 'csv' | 'parquet'
- `real_time` boolean
- `show_historical_data` boolean

## Response `200`

- ExportModel
  - `real_time` boolean — If True, returns data that is incrementally updated and not yet available in the datasheet. If False, uses the last published snapshot.
  - `show_historical_data` boolean — 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

## Other responses

- `400`
- `401`
- `403`
- `404`
- `429`

---

[API](https://skmtc.net/daloopa/apis/daloopa-api.md) · [All operations](https://skmtc.net/daloopa/apis/daloopa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/daloopa/daloopa-api/versions/746538a1eb45/schema)
