/cryptocurrency_analysis

A quick way to analyze cryptocurrency price data using riingo

Primary LanguageR

Description

A quick way to analyze cryptocurrency price data using riingo

An free API key from Tiingo is required to use riingo. See the riingo repository for documentation and set up instructions.

Usage

This is a simple R script to analyze cryptocurrency price data. Simply set the symbols and the start date, and you can quicky graph historical price data. The default graph includes SMA + BBands.

You can also see a graph and a histogram of daily return data.

Variables to set

symbols = c("batusd", "btcusd", "ltcusd", "ethusd")

from = "YYYY-MM-DD"