# Crypto Correlation Scanner Task

**Use case:** 

Find highly correlated crypto pairs by analyzing daily return correlation across top market-cap coins for pair trading and hedging opportunities.

## Input

```json
{
  "min_correlation": 0.7,
  "days": 90,
  "top_n": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "pair_a": {
    "label": "Pair a"
  },
  "pair_b": {
    "label": "Pair b"
  },
  "correlation": {
    "label": "Correlation"
  },
  "period": {
    "label": "Period"
  }
}
```

## About this Actor

This example demonstrates how to use [Crypto Pairs Correlation Scanner](https://apify.com/eraydiler/crypto-correlation-scanner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/eraydiler/crypto-correlation-scanner) to learn more, explore other use cases, and run it yourself.