Skip to contents

Cryptocurrency Market Data

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

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

Available Argument Values

The collection of functions of supported argument values.

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

Main charts

The collection of Price Charts

chart()
Build an interactive financial chart
kline()
Candlestick Chart
ohlc()
OHLC Barchart
pline()
Line Chart

Subchart Indicators

The collection of subchart indicators.

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

Main Chart Indicators

The collection of main chart indicators.

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

Utilities

Manipulate and calibrate objects

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

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

Decprecated functions

These functions has been deprecated since version 1.3.0, and will be permanently deleted in the subsequent versions

availableExchanges()
Get available exchanges
availableIntervals()
Get available intervals
availableTickers()
Get available cryptocurrency pairs
getFGIndex()
Get the daily Fear and Greed Index for the cryptocurrency market
getLSRatio()
Get the long to short ratio of a cryptocurrency pair
getQuote()
Get the Open, High, Low, Close and Volume data on a cryptocurrency pair