Started on July 25, 2021
This page features some works and information from me related to cryptocurrencies. I am somewhat new to the space and will continue to learn.
Do invest and trade cryptos, stocks and the likes at your own risk.
Binance For Crypto Data & Candlestick Charts In Python
The python-binance package along with mplfinance was used to obtain cryptocurrency information from Binance. A candlestick price chart for the BTCUSDT trading pair was produced.
Coinbase Crypto Data In Python & Candlestick Price Charts
Python being used to extract Coinbase crypto price data with the Coinbase API.
Crypto Fear & Greed Index Data In Python
Using Python to extract cryptocurrency fear and greed index data and plotting the index values in a line plot.
Kucoin Crypto Data & Candlestick Charts In Python
This project is similar to the Binance crypto data project. The Kucoin crypto exchange API is used to connect to Python. Candlestick price charts are produced with the mplfinance Python library.
Bitcoin Line Plots On Price & Marketcap In Python
Python and plotly to plot simple line plots on Bitcoin’s historical price and marketcap.
Yahoo Finance For Stocks & Crypto In Python
Exploring the yfinance
package in Python and plotting prices of stocks & cryptocurrency.
Coingecko Price Data Webscrape In Python
Using Python and BeautifulSoup to webscrape cryptocurrency prices from the Coingecko website.
Crypto Prices Dashboard With Crypto Fear & Greed Index In R
This interactive dashboard produced in R, RShiny and flexdashboard features crypto prices from Coinbase and Kraken. There is a crypto fear and greed index where the data is extracted from alternative.me. You can find available price data for many of the popular cryptocurrencies along with a good handful of altcoins.
Quandl Financial Data - Bitfinex Crypto Price Data In RShiny
In late July 2021, I have included a new section in my Quandl Financial Data RShiny app. This new section features crypto price data from the Bitfinex crypto exchange. The free datasets are from Quandl’s website.
Coinbase Crypto Data In R & Candlestick Price Charts
This reference page contains a nice script on extracting cryptocurrency data into R and writing the data into a .csv
file. I wanted to go a few steps further by modifying the script for user input.
Like the Coinbase project in R, I obtain data from the Kraken exchange. I add a second plot for the Relative Strength Indicator (RSI) measure.
Crypto Fear & Greed Index Data In R
Using R to obtain fear and greed index data and plotting the index values over time in plotly
.
The coinmarketcapr
Package In R For Crypto Data
In this page, I explore the coinmarketcapr
R package for obtaining crypto data. Note that I use the free API service.