node-google-finance
node-google-finance copied to clipboard
Google Finance client library for Node.js.
this code. ```javascript var googleFinance = require('google-finance'); googleFinance.historical({ symbol: 'NASDAQ:AAPL', from: '2019-11-01', to: '2019-12-31' }, function (err, quotes) { console.log(err) console.log(quotes) }); ``` return.... ```shell null [] ```
It's possible, and if yes, how can I do it?
I've been using the google-finance module for historical queries for about a year now and yesterday (March 19th) it stopped working. It was working fine on Friday ( March 16th...
I deploy an app that use googleFinance.historical() function in heroku, but the quotes is empty. When I use it in my desktop it work flawlessly.
The `historical` function returns an empty array `[]` on any kind of error (network error, symbol not found, etc). While investigating I found there is an undocumented option `error` that...
I have tried many variations of getting quotes listed on the TSX, via TSX, TSE, CVE, and suffixing .TO. Google Sheets is able to pull these quotes so I am...
the example googleFinance.companyNews({ symbol: 'TPE:2317' }, function (err, news) { if(err) console.log(err); console.log(news); }); it works but googleFinance.historical({ symbol: 'TPE:2317', from: '2010-08-01', to: '2017-08-18' }, function (err, quotes) { if(err)...
Is there any way to get market cap using googleFinance.historical? Cheers, G.
[ 'LON:VM', 'LON:BARC', 'LON:IDONTEXIST' ] Unhandled rejection StatusCodeError: 400 - "Error 400 (Not Found)!!1_{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px;}_ > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}pre{white-space:pre-wrap;}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png)...
no-conflict.js:13 GET https://www.google.com:80/finance/historical?q=TWTR&startdate=2016-09-22&enddate=2016-10-20&output=csv net::ERR_SSL_PROTOCOL_ERRORRequest.end @ no-conflict.js:13Request.end @ no-conflict.js:13end @ no-conflict.js:13(anonymous function) @ no-conflict.js:13onNextTick @ no-conflict.js:13Item.run @ no-conflict.js:13drainQueue @ no-conflict.js:13 10no-conflict.js:13 Sentiment ====> I believe this is due to the :80...