googlefinance-client-python icon indicating copy to clipboard operation
googlefinance-client-python copied to clipboard

googlefinance.client is a python client library for google finance api.

Results 10 googlefinance-client-python issues
Sort by recently updated
recently updated
newest added

This link is no longer working [https://finance.google.com/finance/getprices](url) Is there any other link to replace previous link.

Are there stocks from Bovespa, São Paulo, Brazil? Thanks!

This is my code. ``` import pandas as pd import googlefinance.client as gf param = {'q': 'FB','i': "86400",'x': "NASD",'P': "3M"} df = pd.DataFrame(gf.get_price_data(param)) print(df) ``` For some reason, the results...

The simple example worked yesterday, not so today...

Or if this is not possible is there a way to get the dividend history so one can perform the necessary adjustment? Also, are q/i/x/p the only parameter keywords available?...

HI there, Iam facing the problem that wrong values are recieved, for example the tickers FRA:ADE, FRA:SIE, FRA:IFX Do I have to use the script in a specific way when...

The current version of client is using the default timezone to encode a time string from the timestamp returned. It causes the encoded time string as a local one since...

According to : [http://www.networkerror.org/component/content/44.html?task=view](http://www.networkerror.org/component/content/44.html?task=view) > ts - Starting timestamp (Unix format). If blank, it uses today. and > p - Period. (A number followed by a "d" or "Y", eg....

It seems that the solution in thread 3 is not working now. Any updates recently?

I think the Google Finance API is changed, so the version is not working. Any plans to update?