Crypto Correlation Scanner avatar

Crypto Correlation Scanner

Pricing

$9.99/month + usage

Go to Apify Store
Crypto Correlation Scanner

Crypto Correlation Scanner

Instantly find which cryptocurrencies move together. Perfect for portfolio diversification and pair trading. Analyze top coins over 30 or 90 days to spot hidden relationships and manage risk better.

Pricing

$9.99/month + usage

Rating

0.0

(0)

Developer

Eray Diler

Eray Diler

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

3 days ago

Last modified

Share

Crypto Correlation Scanner (Statistical Arbitrage) 🔗

Find highly correlated crypto pairs for Pair Trading and Hedging.

This scanner analyzes historical price data of top cryptocurrencies to find pairs that move together (High Positive Correlation) or move inversely (High Negative Correlation). This is essential for Statistical Arbitrage, Pair Trading, and Risk Management.


🌟 Why use Correlation?

  • Pair Trading: Find two assets that move together (e.g., BTC & ETH often have >0.9 correlation). When they temporarily diverge, you can Short the winner and Long the loser, profiting when they converge again.
  • Hedging: Find assets with negative correlation to hedge your portfolio against market downturns.
  • Diversification: Ensure you aren't just buying 10 coins that all move exactly the same way.

🛠 How it works

  1. Top Coins: Fetches top N coins by market cap.
  2. Historical Data: Pulls daily price history (OHLCV) for the last X days (default 90).
  3. Correlation Matrix: Calculates the Pearson Correlation Coefficient for every possible pair combination.
  4. Filtering: Returns only the pairs that meet your minimum correlation threshold (e.g., > 0.50).

📥 Configuration (Input)

ParameterDefaultDescription
Minimum Correlation0.5Minimum correlation coefficient (absolute value) to report.
Days90Number of days of historical data to analyze.
Top N Results20Number of top correlated pairs to return.
Proxy ConfigurationNoneRecommended: Use a Residential Proxy (NL/DE) to ensure uninterrupted access to Binance Global data.

Example Input

{
"min_correlation": 0.8,
"days": 90,
"top_n": 20,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyCountry": "NL"
}
}

🌐 Proxy Support

This actor supports Apify Proxy to ensure reliable access to Binance API data.

  • Residential Proxy (Recommended): If you have an Apify paid plan, selecting Residential proxy will provide the most stable performance by avoiding rate limits and geo-blocks.
  • Automatic Fallback: If you don't have proxy access (Free Tier), the actor will automatically switch to Direct Connection Mode and use alternative endpoints (e.g., Binance US) to ensure it still works for you.

📤 Results (Output)

The output provides the correlation strength and volatility metrics:

[
{
"symbol": "BTC/ETH",
"correlation": 0.92,
"vol_1": 45.2,
"vol_2": 52.1,
"details": "Correlation: +0.920 | Spread Trading | Vol1: 45.2% | Vol2: 52.1%"
},
{
"symbol": "SOL/ADA",
"correlation": 0.78,
"vol_1": 65.4,
"vol_2": 58.9,
"details": "Correlation: +0.780 | Spread Trading | Vol1: 65.4% | Vol2: 58.9%"
}
]
  • Correlation > 0.8: Very Strong (Good for Pair Trading)
  • Correlation < -0.5: Negative (Good for Hedging)

📦 About

Created by Eray Diler for StrategyLab. StrategyLab is a software studio dedicated to building high-quality developer tools, financial scanners, and productivity apps for macOS & iOS. We craft solutions that help traders and developers find their edge.