# Percentile Stats

#### <mark style="color:orange;">Description</mark>

Percentile Stats measures the value below which a certain percentage of a dataset falls. The 50th percentile,  median, would be the price below which 50% of the prices in the dataset fall.

Percentile statistics are useful for understanding the distribution of values within a crypto to identifying patterns and trends. If the 75th percentile of a crypto prices is significantly higher than the 50th percentile, it may indicate that a large portion of the prices are relatively high.

This is useful for comparing the performance of different crypto's. For example, if the median price of one crypto is significantly higher than the median of another crypto, it may indicate that the first has performed better over a period of time.

{% embed url="<https://www.youtube.com/watch?index=19&list=PLog30vtb4ZA76-tBWML69sR_RuKNn1kaB&v=DesfFRjq_vg>" %}

#### <mark style="color:orange;">End Point</mark>

#### <mark style="color:orange;">Example</mark>

<mark style="color:orange;">**Use Cases:**</mark>

## [Click here for a Free API key](https://www.cryptoquote.io/register) then [**Test the API yourself!**](https://www.cryptoquote.io/api_doc?code=symbol_percentile\&page=api_analytics)&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cryptoquote.gitbook.io/cryptoquote/apis/analytics-apis/single-security-analysis/percentile-stats.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
