---
title: "Sales turnover comparison: current year, previous year, current month, previous month, and same month last year"
method: GET
path: "/v1/statistics/salesturnoverstatistics"
tags: ["Statistics"]
---

# Sales turnover comparison: current year, previous year, current month, previous month, and same month last year

`GET /v1/statistics/salesturnoverstatistics`

## Query parameters

- `year` integer
- `month` integer

## Response `200`

OK

- TurnoverStatisticsResult — Turnover statistics with year-over-year and month-over-month comparisons
  - `currentMonth` TurnoverPeriod — A turnover total for a specific year/month period
    - `month` integer, nullable — Month (null for annual periods)
    - `total` number, double — Total turnover amount (tax excluded)
    - `year` integer — Year
  - `currentYear` TurnoverPeriod — A turnover total for a specific year/month period
    - `month` integer, nullable — Month (null for annual periods)
    - `total` number, double — Total turnover amount (tax excluded)
    - `year` integer — Year
  - `previousMonth` TurnoverPeriod — A turnover total for a specific year/month period
    - `month` integer, nullable — Month (null for annual periods)
    - `total` number, double — Total turnover amount (tax excluded)
    - `year` integer — Year
  - `previousYear` TurnoverPeriod — A turnover total for a specific year/month period
    - `month` integer, nullable — Month (null for annual periods)
    - `total` number, double — Total turnover amount (tax excluded)
    - `year` integer — Year
  - `sameMonthLastYear` TurnoverPeriod — A turnover total for a specific year/month period
    - `month` integer, nullable — Month (null for annual periods)
    - `total` number, double — Total turnover amount (tax excluded)
    - `year` integer — Year

---

[API](https://skmtc.net/altoviz/apis/altoviz-api.md) · [All operations](https://skmtc.net/altoviz/apis/altoviz-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/altoviz/altoviz-api/revisions/af5aae7365c9/schema)
