get_index_records: TASI Index records get all records of TASI for a specified...

View source: R/get_index_records.R

get_index_recordsR Documentation

TASI Index records get all records of TASI for a specified period.

Description

TASI Index records get all records of TASI for a specified period.

Usage

get_index_records(start_date, end_date, use_cache = TRUE)

Arguments

start_date

The start date of the query. Date is a string that needs to be in yyyy-mm-dd format

end_date

The end date of the query. Date is a string that needs to be in yyyy-mm-dd format

use_cache

logical operator for using cached data

Value

Data frame of the TASI index

Examples

get_index_records("2020-01-01", "2020-12-31")


Hussain-Alsalman/tasi documentation built on Sept. 7, 2024, 1:17 p.m.