request_data | R Documentation |
Data Crawler
request_data(
startDate,
endDate,
type,
company_symbol = NULL,
adjustPeriod = FALSE
)
startDate |
The start date of the query. Date is a string that needs to be in yyyy-mm-dd format |
endDate |
The end date of the query. Date is a string that needs to be in yyyy-mm-dd format |
type |
this can only be "index" or "company" it determines how the data will be retrieved |
company_symbol |
Company Symbol number |
adjustPeriod |
This is logical term. If TRUE prices based on prior to adjustment. |
: data frame of the TASI index
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.