---
title: "Historical statistics"
method: GET
path: "/stats/history"
tags: ["API Keys"]
---

# Historical statistics

`GET /stats/history`

Returns per-day statistics for the requested period. Requires authentication — these figures include revenue and are not public.

## Query parameters

- `period` integer

## Response `200`

Historical stats array

- object[]
  - `date` string, date, required
  - `total` integer, required
  - `revenue` number, required

## Other responses

- `403` — Authentication required — send Authorization: Bearer ifk_...

## Changes

- **2026-07-26** `81718095283e` — 4 info
  - the endpoint scheme security `apiKey` was added to the API
  - api tag `API Keys` added
  - api tag `Free` removed
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/ibanforge/apis/ibanforge-api/changes/stats/history/get.md)

---

[API](https://skmtc.dev/ibanforge/apis/ibanforge-api.md) · [All operations](https://skmtc.dev/ibanforge/apis/ibanforge-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibanforge/ibanforge-api/revisions/eaaa83cd6548/schema)
