aggregate_indicators: Aggregate Indicators

Description Usage Arguments Examples

View source: R/aggregate_indicators.R

Description

Get aggregate indicators

Usage

1
aggregate_indicators(symbol, resolution = "D", ...)

Arguments

symbol

Stock ticker

resolution

1-minute, 5-minute, 15-minute, 30-minute, 60-minute, daily, weekly and monthly

Examples

1
2
3
4
5
6
7
8
9
aggregate_indicators('NVDA')
aggregate_indicators('NVDA', resolution = '1') # Not working
aggregate_indicators('NVDA', resolution = '5')
aggregate_indicators('NVDA', resolution = '15') 
aggregate_indicators('NVDA', resolution = '30') 
aggregate_indicators('NVDA', resolution = '60')
aggregate_indicators('NVDA', resolution = 'D')
aggregate_indicators('NVDA', resolution = 'W')
aggregate_indicators('NVDA', resolution = 'M')

threadingdata/finnhubr documentation built on Aug. 10, 2020, 12:48 a.m.