---
title: "Get Fundamental Data Updates"
method: GET
path: "/api/v2/companies/fundamental-updates"
tags: ["Fundamentals"]
---

# Get Fundamental Data Updates

`GET /api/v2/companies/fundamental-updates`

Retrieve updates and changes to fundamental financial data for a specific company since a given timestamp.

## Query parameters

- `company_id` integer, required
- `limit` integer
- `offset` integer
- `since` string, date-time

## Response `200`

- PaginatedFundamentalUpdatesList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` FundamentalUpdates[], required
    - `id` integer, required — Unique identifier for the update record
    - `type` string, required — Type of update event (e.g., correction, restatement)
    - `period` string, required — Period associated with the update (YYYYQQ/HH/FY format)
    - `run_date` string, date-time, required — Timestamp when the update process was executed
    - `details` ValueErrorDetails, required
      - `field_changed` string, required — Name of the field that was corrected in the datapoint
      - `old_value` number, double, required — Value before the correction was applied
      - `new_value` number, double, required — Value after the correction was applied
      - `fundamental_id` integer, required — Identifier of the affected fundamental datapoint
      - `series_id` integer, required — Identifier of the related series for the datapoint

## 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)
