getQuote.cryptonator: getQuote.cryptonator

Description Usage Arguments Details Value Author(s) Examples

View source: R/cryptonator.R

Description

a "method" for quantmod::getQuote

Usage

1
getQuote.cryptonator(Symbols, what = c("simple", "complete"))

Arguments

Symbols

a ticker or vector of tickers (only supported for what="simple"). Tickers are hyphen-separated currency pairs (e.g. "btc-usd")

what

either "simple" or "complete" depending on whether you want to get back a summary or details for all exchanges.

Details

This is simply a wrapper around Cryptonator.simple or Cryptonator.complete to allow calling quantmod::getQuote with src="cryptonator"

Value

see Cryptonator.simple or Cryptonator.complete

Author(s)

gsee

Examples

1
2
3
4
5
## Not run: 
library(quantmod)
getQuote("XMR-BTC", src="cryptonator")

## End(Not run)

gsee/cryptonatoR documentation built on May 17, 2019, 8:54 a.m.