---
title: "Retrieve market analytics"
method: POST
path: "/analytics/markets"
tags: ["Analytics"]
---

# Retrieve market analytics

`POST /analytics/markets`

## Overview

Analyze your bookings and sales by customer nationality/market. Understand which countries drive the most business.

## When to Use

- **Market analysis** - Identify top-performing markets
- **Geographic insights** - Understand customer distribution
- **Marketing optimization** - Focus efforts on high-value markets
- **Business intelligence** - Track performance by nationality

## What You Get

- **Sales by nationality** - Total sales per customer country
- **Booking counts** - Number of bookings per market
- **Currency information** - Sales currency for each market
- **Ranked results** - Markets sorted by performance

## Quick Start

Provide a date range. Returns sales and booking data grouped by customer nationality (ISO country code).

## Request body

- object
  - `from` string, date, required — Start date for the market analytics YYYY-MM-DD (ISO 8601)
  - `to` string, date, required — End date for the market analytics YYYY-MM-DD (ISO 8601)

## Response `200`

Market analytics data retrieved successfully

---

[API](https://skmtc.net/liteapi/apis/api-search.md) · [All operations](https://skmtc.net/liteapi/apis/api-search/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liteapi/api-search/versions/315ba2a4dcf4/schema)
