Skip to main content

Cycle Performance (Low)

Price performance comparison from cycle lows

PropertyValue
CategoryMarket Data
Unitindex
Resolution1d
AssetsBTC
TierBasic
API EndpointGET /v1/cycle-performance
Fieldcycles

Overview

Cycle Performance (Low) compares Bitcoin's price trajectory across historical market cycles, aligned by each cycle's lowest price point. Each cycle starts at an index value of 1.0 and shows the multiplicative price change over time, enabling direct comparison of bull market rallies.

Cycle Dates

CycleLow DateLabel
12011-11-182011-2015
22015-01-142015-2018
32018-12-152018-2022
42022-11-212022+ (current)

Formula

Index(t)=Price(t)Price(cycle low)\text{Index}(t) = \frac{\text{Price}(t)}{\text{Price}(\text{cycle low})}

A value of 1.0 means price equals the cycle low. A value of 10 means price is 10x the cycle low.

Interpretation

  • All cycles start at 1.0 on the day of the cycle low
  • A value of 2.0 means the price has doubled from the low
  • Steeper curves indicate faster price appreciation
  • The current cycle can be compared against historical patterns to gauge relative progress
  • Earlier cycles show more extreme multipliers due to lower starting prices
  • Log scale is recommended since values span from 1x to over 100x

Use Cases

  • Cycle comparison: Is the current rally ahead or behind previous bull markets at the same number of days from the low?
  • Timing analysis: How many days after the low did previous cycles peak?
  • Momentum assessment: Is the current cycle accelerating or decelerating relative to history?
  • Risk management: Historical cycle peaks provide reference points for potential tops

API Usage

curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.blocklens.co/v1/cycle-performance?start_date=2024-01-01&end_date=2024-12-31&limit=365"