getOHLCV: Get OHLCV data

Description Usage Arguments Examples

Description

This function returns Open-High-Low-Close-Volume data for a given pair.

Usage

1
2
getOHLCV(.symbol1 = "BTC", .symbol2 = "ETH", .period = 1800,
  .start = 1483228800, .end = 9999999999)

Arguments

.symbol1

Symbol 1

.symbol2

Symbol 2

.period

Time-series data interval in seconds; default 30 minutes

.start

Unix start time to be passed into API call; default 1483228800

.end

Unix end time; default 9999999999

Examples

1

Rb-Engineering/PoloniexR documentation built on May 8, 2019, 8:32 a.m.