-
Currently supported: `attribute - three supported attributes for now "price", "yieldpct", "name".`
If I understood the script flow correctly, firstly it is attempted to use GOOGLEFINANCE and if tha…
-
Hi there,
I am facing an exception when running the `test.py` file which comes with the project.
```
Exception has occurred: BadRequest
400 Error while reading table: stocks, error message: CS…
-
this code.
```javascript
var googleFinance = require('google-finance');
googleFinance.historical({
symbol: 'NASDAQ:AAPL',
from: '2019-11-01',
to: '2019-12-31'
}, function (err, …
-
Hi
I keep getting this error when I want to use the package test run:
> > > from googlefinance import getQuotes
> > > Traceback (most recent call last):
> > > File "", line 1, in
> > > File "goo…
-
Hello,
Trying to use GoogleFinance as a provider gives an error code of 403:
```
const swap = require('node-currency-swap');
swap.addProvider(new swap.providers.GoogleFinance());
const rate = s…
-
I am getting a 403 when using the API, see below;
```
>>> import googlefinance
>>> googlefinance.getQuotes('GOOGL')
Traceback (most recent call last):
File "", line 1, in
File "googlefina…
-
Your project is a life saver for me to fetch the real-time data but can you simplify a little bit more.
For example
```
>>> from googlefinance import getQuotes
>>> import json
>>> print json.du…
ghost updated
7 years ago
-
https://pro.coins.ph/Binance/MiTrade/IBD/GoogleFinance/Bitcoin.com/£`KristianJimenezAguinaldo-Process_Transaction#
-
Hello, I have just installed Google Finance (I was previously using the Yahoo's equivalent, that is not working anymore), but all my tries (just merely following your _##Usage example_ ) are giving th…
-
Hello,
I was just using some lines of code like this one: wks.update_acell('A1', formula), and had worked fine. but now I'm using a different formula =googlefinance("petr3"; "price"; DIATRABALHO(HO…