Know Where You Are
In the Cycle

Risk analytics for crypto, forex, and stock indices. Identify accumulation zones, detect cycle bottoms, and backtest DCA strategies — all powered by historical data.

30
Assets tracked
15+
Years of data
9
Bottom indicators
AI
Ready

Tools

Works with AI

Built for AI Agents

CycleBottom exposes its risk data through public APIs, designed for AI agents, trading bots, and automated strategies. Ask your AI assistant about market risk and get real-time answers.

Risk API

Public REST endpoints

GET https://cyclebottom.com/api/risk/crypto
GET https://cyclebottom.com/api/risk/indices
{
  "btc": {
    "price": 67140.78,
    "risk": 0.1815,
    "label": "Low risk",
    "ma365": 97484.73,
    "priceToMA": 0.689,
    "date": "2026-03-31"
  },
  ...
}

Returns real-time risk scores (0–1), current price, 365-day MA, and risk labels for all supported assets. Integrate with trading bots, dashboards, or custom workflows.

Claude Code Plugin

AI-native integration

$ /plugin marketplace add cyclebottom/risk-skill
$ /plugin install crypto-risk

Install the CycleBottom skill in Claude Code and ask naturally: “What's the BTC risk level?” or “Is the S&P 500 overvalued?” — your AI gets real-time risk data instantly.

View on GitHub

Frequently asked questions

What is CycleBottom?

CycleBottom is a free risk-analytics tool for crypto, forex and stock indices. It scores how cheap or expensive an asset is on a 0–1 risk scale (low = accumulation zone, high = distribution zone), detects market cycle bottoms with a multi-indicator model, and backtests dollar-cost-averaging strategies. Data is updated daily.

Is CycleBottom free?

Yes. All risk metrics, the cycle-bottom finder, the DCA simulator and the public JSON API are free to use, with no account required.

Which assets does CycleBottom cover?

Crypto (BTC, ETH, ADA, SOL, BNB, LINK), 18 forex pairs, and four stock indices (Dow Jones, S&P 500, NASDAQ Composite, Hang Seng). Bitcoin and Ethereum also have a cycle-bottom finder.

How often is the data updated?

Prices and every risk score are refreshed once per day from public market data.

How is the risk metric calculated?

It is the logarithmic deviation of price from its 365-day moving average, normalized to a 0–1 scale via cumulative min-max scaling, with a diminishing-returns adjustment for crypto and indices. Values near 0 are historically cheap; values near 1 are historically expensive.

Is CycleBottom financial advice?

No. CycleBottom is for educational and informational purposes only and is not financial advice.