Skip to contents

Cryptocurrency Market Data

The collection of functions to retrieve OHLC-V and sentiment data.

get_fgindex() stable
Get the daily Fear and Greed Index in the cryptocurrency market
get_fundingrate() stable
Get the funding rate on futures contracts
get_lsratio() stable
Get the long to short ratio of a cryptocurrency pair
get_openinterest() stable
Get the open interest on perpetual futures contracts
get_quote() stable
Get the Open, High, Low, Close and Volume data on a cryptocurrency pair

Supported Calls

The collection of functions to list available argument values in the interval-, source- and interval-arguments.

available_exchanges() stable
Get available exchanges
available_intervals() stable
Get available intervals
available_tickers() stable
Get actively traded cryptocurrency pairs

Charting

The collection of chart-functions are split 3; main charts (price chart), main chart indicators and subchart indicators. All charts are initialised using the chart-function.

chart() experimental
Build an interactive financial chart

Main Charts

The collection of main chart functions for charting prices.

kline() experimental
Candlestick Chart
ohlc() experimental
OHLC Barchart
pline() experimental
Line Chart

Main Chart Indicators

The collection of main chart indicators which are overlaid the main chart.

alma() experimental
Add Arnaud Legoux Moving Average (ALMA) to the chart
bollinger_bands() experimental
Add Bollinger Bands to the chart
dema() experimental
Add Double Exponential Moving Average (DEMA) to the chart
donchian_channel() experimental
Add Donchian Channels to the chart
ema() experimental
Add Exponentially-Weighted Moving Average (EMA) to the chart
evwma() experimental
Add Elastic Volume-Weighted Moving Average (EVWMA) to the chart
hma() experimental
Add Hull Moving Average (HMA) to the chart
sma() experimental
Add Simple Moving Average (SMA) indicators to the chart
vwap() experimental
Add Volume-Weighted Moving Average (VWAP) to the chart
wma() experimental
Add Weighted Moving Average (WMA) to the chart
zlema() experimental
Add Zero Lag Exponential Moving Average (ZLEMA) to the chart

Subchart Indicators

The collection of subchart indicators which are charted as a subchart.

fgi() experimental
Chart the Fear and Greed Index
lsr() experimental
Chart the long-short ratio
macd() experimental
Chart the Moving Average Convergence Divergence (MACD) indicator
rsi() experimental
Chart the Relative Strength Index (RSI)
smi() experimental
Chart the Stochastic Momentum Index (SMI)
volume() experimental
Chart the trading volume

Utilities

Manipulate and calibrate objects

calibrate_window() experimental
calibrate the time window of a list of xts objects
remove_bound() experimental
remove upper and lower bounds from an XTS object
split_window() experimental
split xts object iteratively in lists of desired intervals
write_xts() read_xts() experimental
Read and Write xts-objects

Datasets

Sample datasets returned by get_quote() and get_fgindex()

ATOM
USDT Denominated ATOM (ATOMUSDT) 15-Minute Intervals
BTC
USDT Denominated Bitcoin (BTCUSDT) Weekly Intervals
DOGE
USDT Denominated DOGECOIN (DOGEUSDT) 1-Minute Intervals
FGIndex
Fear and Greed Index (FGI) values for the cryptocurrency market in daily intervals