nomics_currencies_sparkline: Currencies sparkline

Description Usage Arguments Value References

Description

nomics_currencies_sparkline returns prices for all currencies within a customizable time interval suitable for sparkline charts.

Note the timestamps and prices are built off of OHLCV candles using the close price. This means that the timestamp represents the start of the candle, and the price is the close price of that candle. This means the response's final timestamp and price value are always as current as possible, but also that the price is effectively "off" by one candle. This endpoint is designed to serve as a convenient way to render sparklines, if you need exactly aligned times and prices you can use the Aggregated OHLCV Candles endpoint.

Usage

1

Arguments

start

(optional) Start time of the interval in POSIXct format. If not provided, yesterday is used.

end

(optional) End time of the interval in POSIXct format. If not provided, the current time is used.

Value

Currency performance over time for all currencies over the requested time period.

References

http://docs.nomics.com/#operation/getCurrenciesSparkline


SovereignNode/cryptor documentation built on May 13, 2019, 11:55 p.m.