get_cycle_performance
Compare Bitcoin cycle performance across lows, all-time highs, and halvings. Get aggregate or individual cycle tracks from selected reference points.
Instructions
Get Bitcoin cycle performance data. Shows price progression indexed from cycle reference points (lows, ATHs, halvings). Without type parameter returns aggregate cycle comparison; with type returns individual cycle tracks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of daily data points to return | |
| type | No | Cycle reference point type: "low", "ath", or "halving". Omit for aggregate comparison. | |
| end_date | No | End date (YYYY-MM-DD). Defaults to today. | |
| start_date | No | Start date (YYYY-MM-DD). Overrides days param when set. |