beancount / beanprice

Daily price quotes fetching library for plain-text accounting
GNU General Public License v2.0
66 stars 37 forks source link

Can't fetch from Google #47

Closed ratsclub closed 3 years ago

ratsclub commented 3 years ago

Running the command bean-price -e USD:google/NASDAQ:FB outputs the value below:

$ bean-price -e USD:google/NASDAQ:FB
ERROR   : Could not fetch for job: DatedPrice(base='NASDAQ:FB', quote='USD', date=None, sources=[PriceSource(module=<module 'google' (namespace)>, symbol='NASDAQ:FB', invert=False)])
tarioch commented 3 years ago

I think this price source doesn't exist anymore (at least looking at the source). I think it's no longer possible to fetch prices from google, so you will have to switch to one of the others.

ratsclub commented 3 years ago

I see. Thanks!