node-google-finance icon indicating copy to clipboard operation
node-google-finance copied to clipboard

Implementation of other API resources

Open chrisspiegl opened this issue 8 years ago • 1 comments

I just noticed that the API also provides values on a daily and weekly basis. Would it be possible to implement these values into the module? That'd be great.

startdate = Start date of the historical prices
enddate = End date of the historical prices
histperiod = weekly or daily history periods 
start = index on which to display the historical price
num = number of historical prices to display (this has some max like 100 or 200)
output = output the data in a format (I think it currently supports CSV only)

chrisspiegl avatar Apr 30 '16 15:04 chrisspiegl

@spieglio Sounds like a great addition. Please feel free to contribute by submitting PR. Thanks-

pilwon avatar Aug 14 '16 20:08 pilwon