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
# 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
Current Correlation data from the Algo Tick API:
{
"matrix": {
"BTC": {
"BTC": 1.0,
"ETH": 0.7721,
"SOL": 0.7093,
"HYPE": 0.5459
},
"ETH": {
"BTC": 0.7721,
"ETH": 1.0,
"SOL": 0.8229,
"HYPE": 0.5319
},
"SOL": {
"BTC": 0.7093,
"ETH": 0.8229,
"SOL": 1.0,
"HYPE": 0.5215
},
"HYPE": {
"BTC": 0.5459,
"ETH": 0.5319,
"SOL": 0.5215,
"HYPE": 1.0
}
},
"pairs": [
{
"pair": "BTC/ETH",
"correlation": 0.7721,
...# Fetch this yourself:
curl -H "X-API-Key: YOUR_KEY" https://algotick.dev/v1/signals/correlation?coin=BTCRelated 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.