Parameter quick reference¶
| parameter | getStats | getTicks | default | datatype |
|---|---|---|---|---|
| analytics | R | calculate all | symbol[] | |
| applyFilter | x | x | no filtering | list |
| columns | x ² | x | all columns | symbol[] |
| dataType | R | R | symbol | |
| endDate | R | R | date | |
| endTime | x | x | 23:59:59.999 | time |
| fill | x | no filling | symbol | |
| granularity | x | 1 | integer | |
| granularityUnit | x ¹ | symbol | ||
| idList | R | R | symbol[] | |
| inputTimeZone ³ | x | x | symbol | |
| outputTimeZone ³ | x | x | symbol | |
| pivot | x | x | 0b | boolean |
| sortCols | x | x | ascending time | symbol[] |
| startDate | R | R | date | |
| startTime | x | x | 00:00:00.000 | time |
| temporality | x | x | `slice | symbol |
| timeZone ³ | x | x | symbol | |
| doNotValidate | x | x | symbol[] |
R = Required
x = valid
The table shows which parameters apply to which functions.
- Omitting
granularityUnitreturns an aggregation over the entire interval. - Only with tick-level granularity.
- Set either
timeZoneOR bothinputTimeZoneandoutputTimeZone.