Correlation Matrix
Google Sheets & Excel
Airtable
Correlation: Positively correlated variables tend to move together, negatively correlated variables move inversely to each other, and uncorrelated variables move independently of each other.
The Pearson Correlation Coefficient quantifies the estimated strength of the linear association between two variables. It ranges from +1 to -1: +1 indicates a perfect positive linear correlation, -1 a perfect negative linear correlation, 0 indicates no linear correlation.
=CRYPTOFINANCE("{comma separated asset symbols}", "correlations", "{parameters}")
- quote: Quote symbol of the provided assets. USD by default.
- period: Period for the correlations calculation. 1m (month) by default. Available choices are: 1h, 6h, 24h, 2d, 3d, 1w, 1m, 3m, 6m, ytd, 1y, 2y, 3y, 4y and 5y.
- detrend: First-differencing is a common technique to remove a trend from time series data. It expresses the changes from one period to the next. Yes by default. Available choices are: yes and no.
=CRYPTOFINANCE("btc,eth,xrp,ltc", "correlations", "quote=usd;period=1m;detrend=yes")
Currently not available for Airtable. Coming soon...
Last modified 2mo ago