getHistoricalExchangeRates: Get the historical exchange rates between two assets as an...

Description Usage Arguments Examples

View source: R/ExchangeRates.R

Description

Get the historical exchange rates between two assets as an XTS object

Usage

1
2
3
4
5
6
7
8
getHistoricalExchangeRates(
  assetIdBase,
  assetIdQuote,
  periodId,
  timeStart,
  timeEnd,
  limit = 100
)

Arguments

limit

Examples

1
getHistoricalExchangeRates("BTC", "USD", "1HRS", "2016-01-01T00:00:00", "2016-02-01T00:00:00", limit = 25)

Ramshreyas/rcoinapi documentation built on Dec. 18, 2021, 9:52 a.m.