Learn R Programming

eodhd (version 1.0.4)

symbol_change_history: 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)

Value

A list containing symbol change history data.

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

Examples

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

Run the code above in your browser using DataLab