---
title: "Get Fundamental Series"
method: GET
path: "/api/v2/companies/fundamentals/series"
tags: ["Fundamentals"]
---

# Get Fundamental Series

`GET /api/v2/companies/fundamentals/series`

Look up series and company context for up to 100 fundamental IDs. IDs not in the dataset visible to the user are silently omitted from the response.

## Query parameters

- `ids` integer[], required

## Response `200`

- array[]
  - object[]
    - `id` integer
    - `series_id` integer
    - `full_series_name` string
    - `category` string
    - `label` string
    - `company_id` integer
    - `company_name` string
    - `company_ticker` string

## Other responses

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