get_list_of_exchanges: Get list of exchanges

View source: R/ListOfExchangerAPI.R

get_list_of_exchangesR Documentation

Get list of exchanges

Description

This function retrieves list of exchanges from the API.

Usage

get_list_of_exchanges(api_token)

Arguments

api_token

The API token for authentication.

Value

A list containing the list of exchanges.

Examples

api_token <- "demo"
result <- get_list_of_exchanges(api_token)


eodhd documentation built on May 29, 2024, 2:46 a.m.