getLatestOHLCV: Get OHLCV latest timeseries data returned in time descending...

Description Usage Arguments Examples

View source: R/OHLCV.R

Description

Get OHLCV latest timeseries data returned in time descending order. Data can be requested by the period and symbol or asset pairs. If asset pairs are used then timeseries in the response will contain data consolidated across all most legitimate SPOT markets which contain both assets in any order.

Usage

1
2
3
4
5
6
7
getLatestOHLCV(
  assetIdBase,
  assetIdQuote = NULL,
  periodId,
  includeEmptyItems = FALSE,
  limit = 100
)

Arguments

limit

Examples

1
2
getLatestOHLCV("BITSTAMP_SPOT_BTC_USD", "1MIN", limit = 25)
getLatestOHLCV("BTC", "USD", periodId = "1MIN", limit = 25)

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