# Market Statistics

### Overview

The Market Overlay Statistics API delivers statistics we generate on your behalf from the [Market Overlay](https://devhub.autograb.com/nz-autograb-api-doc/sourcing/market-overlay) 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](https://devhub.autograb.com/nz-autograb-api-doc/sourcing/market-overlay/features) to see what's available.&#x20;
