get_list_of_exchanges {eodhd}R 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)


[Package eodhd version 1.0.4 Index]