Learn R Programming

eodhd (version 1.0.4)

get_list_of_exchanges: Get list of exchanges

Description

This function retrieves list of exchanges from the API.

Usage

get_list_of_exchanges(api_token)

Value

A list containing the list of exchanges.

Arguments

api_token

The API token for authentication.

Examples

Run this code
api_token <- "demo"
result <- get_list_of_exchanges(api_token)

Run the code above in your browser using DataLab