> ## Documentation Index
> Fetch the complete documentation index at: https://peak-docs.birdeye.so/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Token Price & Performance

> Data Dictionary — token price and performance terms with definitions, formulas, units, and source commands

Price levels, returns, drawdowns, volatility, and performance ratios.

***

### Current Price

Latest traded price of the token.

```
Formula   Last trade price
Unit      USD
Example   $42,150.00
```

**Related** · 24H Change, ATH

**Used in** · [`PMN`](/docs/docs/core-concepts/commands/by-object/token#pmn-price-monitor) · [`DMP`](/docs/docs/core-concepts/commands/by-object/dex-market#dmp-dex-market-pair)

***

### Price Change (Timeframe)

Absolute and percentage price movement over a specified period.

```
Formula   (Price_end − Price_start) / Price_start × 100
Unit      % / USD
Example   +5.2% (24H)
```

**Related** · Current Price, Historical Price

**Used in** · [`PMN`](/docs/docs/core-concepts/commands/by-object/token#pmn-price-monitor)

***

### ATH (All-Time High)

Highest price ever recorded for the token.

```
Formula   max(Historical Prices)
Unit      USD
Example   $69,045 (BTC)
```

**Related** · ATL, Price Change

**Used in** · [`VAL`](/docs/docs/core-concepts/commands/by-object/token#val-valuation) · [`PMN`](/docs/docs/core-concepts/commands/by-object/token#pmn-price-monitor) · [`DMP`](/docs/docs/core-concepts/commands/by-object/dex-market#dmp-dex-market-pair)

***

### ATL (All-Time Low)

Lowest price ever recorded for the token.

```
Formula   min(Historical Prices)
Unit      USD
Example   $0.003 (SOL)
```

**Related** · ATH, Price Change

**Used in** · [`VAL`](/docs/docs/core-concepts/commands/by-object/token#val-valuation) · [`PMN`](/docs/docs/core-concepts/commands/by-object/token#pmn-price-monitor) · [`DMP`](/docs/docs/core-concepts/commands/by-object/dex-market#dmp-dex-market-pair)

***

### ATH Distance %

Percentage the current price is below ATH.

```
Formula   (Current Price − ATH) / ATH × 100
Unit      %
Example   −35.2%
```

**Related** · ATH, Current Price

**Used in** · [`PMN`](/docs/docs/core-concepts/commands/by-object/token#pmn-price-monitor)

***

### 24H High / Low

Highest and lowest traded price within the last 24 hours.

```
Formula   max/min(Price, 24H window)
Unit      USD
Example   H:$43,500 L:$41,800
```

**Related** · Current Price, Price Range

**Used in** · [`DMP`](/docs/docs/core-concepts/commands/by-object/dex-market#dmp-dex-market-pair)

***

### OHLCV

Standard price bar: Open, High, Low, Close, and Volume for a time interval.

```
Unit      USD / Tokens
Example   O:42000 H:43500 L:41800 C:43100 V:1.2M
```

**Related** · Candle Chart, Timeframe

**Used in** · [`PMN`](/docs/docs/core-concepts/commands/by-object/token#pmn-price-monitor) · [`DMP`](/docs/docs/core-concepts/commands/by-object/dex-market#dmp-dex-market-pair)

***

### Average True Range (ATR)

Average of true ranges over 14 periods; measures price volatility.

```
Formula   SMA(max(H−L, |H−Prev_C|, |L−Prev_C|), 14)
Unit      USD
Example   $1,250
```

**Related** · Volatility, Price Range

**Used in** · [`PMN`](/docs/docs/core-concepts/commands/by-object/token#pmn-price-monitor)

***

### Max Drawdown

Largest peak-to-trough decline in value over a period.

```
Formula   (Trough − Peak) / Peak × 100
Unit      %
Example   −55.3%
```

**Related** · Drawdown Duration, Recovery Time

**Used in** · [`DD`](/docs/docs/core-concepts/commands/by-object/token#dd-drawdowns)

***

### Drawdown Duration

Number of days from peak to recovery (or ongoing).

```
Formula   Recovery Date − Peak Date
Unit      Days
Example   145 days
```

**Related** · Max Drawdown, Recovery Time

**Used in** · [`DD`](/docs/docs/core-concepts/commands/by-object/token#dd-drawdowns)

***

### Recovery Time

Time taken to return to the previous peak after a drawdown.

```
Formula   New Peak Date − Trough Date
Unit      Days
Example   89 days
```

**Related** · Max Drawdown, Drawdown Duration

**Used in** · [`DD`](/docs/docs/core-concepts/commands/by-object/token#dd-drawdowns)

***

### Bull/Bear Cycle Position

Where the current market sits relative to historical bull/bear cycle progression.

```
Unit      % / Days
Example   Day 450, 62% of median
```

**Related** · Cycle Drawdown, Cycle Return

**Used in** · [`CYC`](/docs/docs/core-concepts/commands/by-object/token#cyc-cycle-analytics)

***

### Cycle Progress (Days)

Number of days elapsed since the current market cycle's lowest point.

```
Formula   Current Date − Cycle Low Date
Unit      Days
Example   450 days since cycle low
```

**Related** · Cycle Position, Return Since Cycle Low

**Used in** · [`CYC`](/docs/docs/core-concepts/commands/by-object/token#cyc-cycle-analytics)

***

### Return Since Cycle Low

Percentage return from the cycle's lowest price to the current price.

```
Formula   (Current Price − Cycle Low) / Cycle Low × 100
Unit      %
Example   +285% from cycle low
```

**Related** · Cycle Position, Cycle Progress

**Used in** · [`CYC`](/docs/docs/core-concepts/commands/by-object/token#cyc-cycle-analytics)

***

### Returns Heatmap

Visual matrix showing returns across time periods (months × years or days × weeks).

```
Formula   Return per time bucket
Unit      % grid
Example   Jan 2025: +18%, Feb 2025: −5%
```

**Related** · Monthly Return, Seasonality

**Used in** · [`CYC`](/docs/docs/core-concepts/commands/by-object/token#cyc-cycle-analytics)

***

### Seasonality Pattern

Historical return tendency grouped by calendar period (month, quarter, day-of-week).

```
Formula   Mean return per calendar period
Unit      % / Category
Example   Jan avg: +12.5%
```

**Related** · Return Analysis

**Used in** · [`SEA`](/docs/docs/core-concepts/commands/by-object/token#sea-seasonality) · [`CYC`](/docs/docs/core-concepts/commands/by-object/token#cyc-cycle-analytics)

***

### Price Parity

Price difference for the same token across exchanges or chains.

```
Formula   Price_A − Price_B (or as %)
Unit      USD / %
Example   Binance: $42,150 vs Coinbase: $42,165
```

**Related** · Arbitrage, Spread

**Used in** · [`SEA`](/docs/docs/core-concepts/commands/by-object/token#sea-seasonality)

***

### Venue Analysis (Returns)

Breakdown of returns by trading venue, comparing performance across exchanges.

```
Formula   Return per venue over same period
Unit      % per venue
Example   Binance: +5.2%, Coinbase: +4.8%
```

**Related** · Price Parity, Return Consistency

**Used in** · [`SEA`](/docs/docs/core-concepts/commands/by-object/token#sea-seasonality)
