> For the complete documentation index, see [llms.txt](https://devhub.autotek.my/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devhub.autotek.my/sourcing/market-statistics.md).

# Market Statistics

### Overview

The Market Overlay Statistics API delivers statistics we generate on your behalf from the [Market Overlay](/sourcing/market-overlay.md) endpoint.

Starting with your Vehicle ID post it to the statistics endpoint.

{% code overflow="wrap" %}

```json
v2/sourcing/market_overlay/statistics/5655899674771456&minimum_days=60&region=nz
```

{% endcode %}

An example response is below.

```json
{
    "success": true,
    "sample_size": 282,
    "days_checked": 60,
    "outlier_count": 9,
    "avg_days_to_sell": 14.310300431547615,
    "price_when_new": 56390
}
```

As this endpoint is part of the market overlay route you can enhance your payload with additional features. Refer to [the features on the market overlay](/sourcing/market-overlay/features.md) to see what's available.&#x20;
