getLatestQuotes: Get latest quote updates up to 1 minute ago or get updates...

Description Usage Arguments Examples

View source: R/Quotes.R

Description

Get latest quote updates up to 1 minute ago or get updates for a specific symbol without time limit. Latest data is always returned in time descending order.

Usage

1
getLatestQuotes(symbol = NULL, filterSymbol = NULL, limit = 100)

Arguments

limit

Examples

1
2
3
getLatestQuotes()
getLatestQuotes(symbol = "BITSTAMP_SPOT_BTC_USD")
getLatestQuotes(filterSymbol = "BTC")

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