symbol_change_history: Get symbol change history

View source: R/SymbolsChangeHistoryAPI.R

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


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