---
title: "Get Company Series Data"
method: GET
path: "/api/v2/companies/series"
tags: ["Series"]
---

# Get Company Series Data

`GET /api/v2/companies/series`

Retrieve financial series data for a specific company with optional filtering

## Query parameters

- `calendar_periods` string[]
- `company_id` integer, required
- `fiscal_periods` string[]
- `include_derived` boolean
- `keywords` string[]
- `periods` string[]

## Response `200`

- CompanySeriesResponse[]
  - `id` integer, required — Unique identifier for the series/excel tag
  - `full_series_name` string, required — Full descriptive name of the financial series (e.g., 'Total Revenue', 'Net Income')
  - `row_number` string, nullable, required — Row position of the series in the source Excel model
  - `hierarchy` HierarchyLevel[], required — Structured breakdown of the series name into hierarchical levels
    - `level` integer, required — Depth level in the hierarchy (1-based)
    - `label` string, required — Label for this hierarchy level

## Other responses

- `400`
- `401`
- `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)
