getHistoricalQuotes: Get historical quote updates within requested time range,...

Description Usage Arguments Examples

View source: R/Quotes.R

Description

Get historical quote updates within requested time range, returned in time ascending order.

Usage

1
getHistoricalQuotes(symbol, timeStart, timeEnd = NULL, limit = 100)

Arguments

limit

Examples

1
getHistoricalQuotes(symbol = "BITSTAMP_SPOT_BTC_USD", timeStart = "2016-01-01T00:00:00", timeEnd = "2016-01-01T00:10:00", limit = 25)

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