available_exchanges {cryptoQuotes}R Documentation

Get available exchanges

Description

[Stable]

Get a vector of all available exchanges passed into the source argument of the get-functions.

Usage

## available exchanges
## by type
available_exchanges(
   type = "ohlc"
)

Arguments

type

character-vector of length 1. See details

Details

Available types

Limits

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()

Value

An invisible() character vector containing available exchanges

Author(s)

Serkan Korkmaz

See Also

Other supported calls: available_intervals(), available_tickers()

Examples

# script:
# date: 2023-10-06
# author: Serkan Korkmaz, serkor1@duck.com
# objective:
# script start;

## return all
## available exchanges
cryptoQuotes::available_exchanges()

# script end;

[Package cryptoQuotes version 1.3.0 Index]