symbol_change_history {eodhd}R Documentation

Get symbol change history

Description

This function retrieves symbol change history from the API.

Usage

symbol_change_history(api_token, from_date = NULL, to_date = NULL)

Arguments

api_token

The API token for authentication.

from_date

The start date for symbol change history (optional).

to_date

The end date for symbol change history (optional).

Value

A list containing symbol change history data.

Examples

api_token <- "demo"
from_date <- "2023-01-01"
to_date <- "2023-12-31"
result <- symbol_change_history(api_token, from_date, to_date)


[Package eodhd version 1.0.4 Index]