Correlation

A statistical measure of how two assets move in relation to each other, ranging from -1 (perfect inverse movement) to +1 (perfect co-movement). In crypto, correlations help with portfolio diversification, pair trading, and risk management.

Definition

A statistical measure of how two assets move in relation to each other, ranging from -1 (perfect inverse movement) to +1 (perfect co-movement). In crypto, correlations help with portfolio diversification, pair trading, and risk management.

Live Data Example </> API
# Correlation live data
$ curl command:
curl -H "X-API-Key: YOUR_KEY" https://algotick.dev/v1/signals/correlation?coin=BTC
Endpoint: /v1/signals/correlation?coin=BTC
Get your API key →

Current Correlation data from the Algo Tick API:

{
  "data_points": 61,
  "matrix": {
    "BTC": {
      "BTC": 1,
      "ETH": 0.9156,
      "HYPE": 0.4135,
      "SOL": 0.9031
    },
    "ETH": {
      "BTC": 0.9156,
      "ETH": 1,
      "HYPE": 0.4104,
      "SOL": 0.8631
    },
    "HYPE": {
      "BTC": 0.4135,
      "ETH": 0.4104,
      "HYPE": 1,
      "SOL": 0.4344
    },
    "SOL": {
      "BTC": 0.9031,
      "ETH": 0.8631,
      "HYPE": 0.4344,
      "SOL": 1
    }
  },
  "pairs": [
    {
      "correlation": 0.9156,
      "pair": ...
# Fetch this yourself:
curl -H "X-API-Key: YOUR_KEY" https://algotick.dev/v1/signals/correlation?coin=BTC

Related Terms

Don't just stare at the dashboard. Automate it.

Every metric on this page is available via our sub-millisecond API.
Build trading bots, backtest strategies, and power AI agents with institutional-grade data.

Get API Key →