time_series: return data for specified time series id

Description Usage Arguments See Also

View source: R/time_series.service.R

Description

return data for specified time series id

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
time_series(
  id,
  key = NULL,
  sub_key = NULL,
  from = NULL,
  to = NULL,
  on = NULL,
  last = NULL,
  first = NULL,
  filter = NULL
)

Arguments

from

Optional Returns data on or after the given from date. Format YYYY-MM-DD. Used together with the to parameter to define a date range.

to

Optional Returns data on or before the given to date. Format YYYY-MM-DD

on

Optional Returns data on the given date. Format YYYY-MM-DD

last

Optional Returns the latest n number of records in the series

first

Optional Returns the first n number of records in the series

filter

Optional The standard filter parameter. Filters return data to the specified comma delimited list of keys (case-sensitive)

See Also

Other time-series service: list_all_times_series()


schardtbc/iexcloudR documentation built on Aug. 23, 2020, 3:58 a.m.