calculate_price: Get price from cryptocompare

Description Usage Arguments Value Author(s) Examples

Description

Read the OHLC-values for a distinct cryptocurrency_from in units of cryptocurrency_to at the exchange for the last days

Usage

1
calculate_price(exchange, currency_from, currency_to, days)

Arguments

exchange

A string defining the exchange

currency_from

A string defining the analyzed currency

currency_to

A string defining the base currency

days

An integer defining past x days analyzed

Value

A time series with ohlc-values and volume

Author(s)

Philipp Giese

Examples

1
calculate_price("CCCAGG","BTC","USD",7)

philbtcecho/btcecho documentation built on June 6, 2019, 10:59 a.m.