# Changelog (/data-api/changelog)

Release notes and versioning updates for the Fiskil Data API.



All changes to the Data API are listed here. For changes made before the new
versioning model, see the [Legacy Changelog](/data-api/changelog/legacy).

For how version selection works — the `X-Fiskil-Version` header, Console pinning, and what
counts as a breaking change — see [API Versioning](/data-api/guides/core-concepts/versioning).

<ChangelogLayout>
  v3.2.0 [#v320]

  19-08-2026 (v3.2.0) [#19-08-2026-v320]

  * New feature: Added `GET /v1/data-freshness` endpoint to retrieve freshness information and last refresh timestamps for datasets.
  * Update: Removed the `meta` object from the transactions response introduced in the previous minor version.

  v3.1.0 [#v310]

  31-07-2026 (v3.1.0) [#31-07-2026-v310]

  * New feature: Get transactions endpoint now includes `meta` object with last updated time per account

  v3.0.0 [#v300]

  08-07-2026 (v3.0.0) [#08-07-2026-v300]

  Initial release of major version `v3`. `v3` is now the current major version
  for new accounts.

  This release introduces breaking changes for two Core Resources endpoints:

  * Consents: `GET /consent` (list consents)
  * End Users: `GET /end-users` (list end users)

  Banking and Energy endpoints are unchanged from `v2`.

  New in `v3`: cursor-based pagination (`page[before]`, `page[after]`,
  `page[size]`) and a `links` object on the consents and end-users list
  responses.

  See the [v2 -> v3 upgrade guide](/data-api/changelog/upgrade-guide-v3) for the
  exact request and response schema changes.

  ***

  v2.2.0 [#v220]

  19-08-2026 (v2.2.0) [#19-08-2026-v220]

  * New feature: Added `GET /v1/data-freshness` endpoint to retrieve freshness information and last refresh timestamps for datasets.
  * Update: Removed the `meta` object from the transactions response introduced in the previous minor version.

  v2.1.0 [#v210]

  31-07-2026 (v2.1.0) [#31-07-2026-v210]

  * New feature: Get transactions endpoint now includes `meta` object with last updated time per account

  v2.0.1 [#v201]

  25-06-2026 (v2.0.1) [#25-06-2026-v201]

  * Bug fix: Added missing `arrangement_id` field to the energy invoices endpoint.
  * Bug fix: Add 429 status code for banking balance endpoint with live `fetch=true`.
  * New feature: Get consents endpoints now support the `expires_before` query parameter.

  v2.0.0 [#v200]

  07-04-2026 (v2.0.0) [#07-04-2026-v200]

  Initial release of major version `v2`.

  This release introduces breaking changes for:

  * Identity: `GET /common/identity`
  * Banking: `GET /banking/transactions`
  * Banking: `GET /banking/products/{product_id}`
  * Banking: `GET /banking/accounts`

  See the [v1 -> v2 upgrade guide](/data-api/changelog/upgrade-guide) for the exact
  response schema changes.

  ***

  v1.2.0 [#v120]

  19-08-2026 (v1.2.0) [#19-08-2026-v120]

  * New feature: Added `GET /v1/data-freshness` endpoint to retrieve freshness information and last refresh timestamps for datasets.
  * Update: Removed the `meta` object from the transactions response introduced in the previous minor version.

  v1.1.0 [#v110]

  31-07-2026 (v1.1.0) [#31-07-2026-v110]

  * New feature: Get transactions endpoint now includes `meta` object with last updated time per account

  v1.0.1 [#v101]

  25-06-2026 (v1.0.1) [#25-06-2026-v101]

  * Bug fix: Added missing `arrangement_id` field to the energy invoices endpoint.
  * Bug fix: Add 429 status code for banking balance endpoint with live `fetch=true`.
  * New feature: Get consents endpoints now support the `expires_before` query parameter.

  v1.0.0 [#v100]

  07-04-2026 (v1.0.0) [#07-04-2026-v100]

  Baseline major version at the start of the new versioning model.

  No breaking changes were introduced in `v1.0.0`. It keeps the same response
  shapes as the pre-versioning API endpoints below and all existing customers were
  pinned to it by default.

  * Core Resources: Institutions, Consents, End Users
  * Banking APIs: Accounts, Transactions, Balances
  * Energy APIs: Service Points, Usage
  * Webhook integrations for data sync events
</ChangelogLayout>
