AHR999 Index API
Measures how overheated or undervalued Bitcoin is relative to its long-term fair value models — a "thermometer" for Bitcoin's cycle temperature.
https://api.hunchmachine.com/webhook/indicators?indicator=ahr999_index&api_key=YOUR_API_KEYDescription
The AHR999 Index measures how overheated or undervalued Bitcoin is relative to its long-term fair value models. It blends historical price behavior with logarithmic regression to pinpoint when BTC trades in accumulation, expansion, or overextension zones — effectively a "thermometer" for Bitcoin's cycle temperature.
What this endpoint provides
A clean and interpretable version of the classic AHR999 model, frequently used to identify deep-value accumulation zones and overheated market tops. It helps automations and investors determine when Bitcoin's price sits in undervalued, fair-value, or speculative ranges.
Response fields
valueThe current AHR999 value — ratio of BTC's market price to its long-term regression-based fair value.
zoneSimplified categorical label (bottom, neutral, overheated, etc.) derived from the AHR999 value.
scaleLegend explaining the value thresholds that define each zone.
phaseInterpreted market phase based on AHR999 (e.g., Bottom, Mid Bull (Expansion), Overheat, Top).
price_usdLatest Bitcoin price (USD).
summaryConcise text summary combining the key information into one readable line.
Output example
[
{
"indicator": "ahr999_index",
"value": 1.88,
"zone": "neutral",
"scale": "Bottom <1.2 | Mid Bull 1.2–2.5 | Overheat 2.5–3.5 | Top >3.5",
"phase": "Mid Bull (Expansion)",
"price_usd": 103425.31,
"summary": "AHR999 = 1.88 → Mid Bull (Expansion). (Price $103425)"
}
]