- start_date
character string.
Starting date for results in the format "yyyy-mm-dd" or "yyyy-mm-dd hh-mm-ss".
- end_date
character string.
Ending date for results in the format "yyyy-mm-dd" or "yyyy-mm-dd hh-mm-ss".
- binSize
character string.
The time interval to bucket by, must be one of: "1m", "5m", "1h" or "1d".
- symbol
a character string for the instrument symbol.
Use available_symbols() to see available symbols.
- partial
character string. Either "true" or "false".
If "true", will send in-progress (incomplete) bins for the current time period.
- filter
an optional character string for table filtering.
Send JSON key/value pairs, such as "{'key':'value'}". See examples in trades().
- use_auth
logical. Use TRUE to enable authentication with API key.
- verbose
logical. If TRUE, will print information to the console. Useful for
long running requests.