View source: R/available_exchanges.R
available_exchanges | R Documentation |
Get a vector of all available exchanges passed into the source
argument of the get-functions.
available_exchanges(
type = "ohlc"
)
type |
character-vector of length 1. One of,
|
The endpoints supported by the available_exchanges()
are not uniform,
so exchanges available for, say, get_lsratio()
is not necessarily
the same as those available for get_quote()
An invisible()
character-vector containing available exchanges
Serkan Korkmaz
Other supported calls:
available_intervals()
,
available_tickers()
# script start;
# 1) available exchanges
# on ohlc-v endpoint
cryptoQuotes::available_exchanges(
type = "ohlc"
)
# 2) available exchanges
# on long-short ratios
cryptoQuotes::available_exchanges(
type = "lsratio"
)
# script end;
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.