Re: beancount.prices.sources.yahoo and beancount.prices.sources.google both failing this week

2018-10-04 Thread matthew . piziak
Thank you so much! Turns out I was being confused by conflicting Python environments on my machine. Classic. On Thursday, October 4, 2018 at 7:37:31 PM UTC-4, Martin Blais wrote: > > bergamot [hg|new_ingest_mixins]:~/p/.../beancount/prices$ bean-price -e > USD:quandl/WIKI:AAPL > 2018-03-26

Re: beancount.prices.sources.yahoo and beancount.prices.sources.google both failing this week

2018-10-04 Thread Martin Blais
bergamot [hg|new_ingest_mixins]:~/p/.../beancount/prices$ bean-price -e USD:quandl/WIKI:AAPL 2018-03-26 price WIKI:AAPL 168.34 USD On Thu, Oct 4, 2018 at 7:36 PM Martin Blais wrote: > Yes, OANDA supports only currencies, it's a FOREX platform. > https://www.oanda.com/

Re: beancount.prices.sources.yahoo and beancount.prices.sources.google both failing this week

2018-10-04 Thread matthew . piziak
Oh, OANDA is only for currency comparisons? In any case I get "no module named" errors for quandl and iex. On Thursday, October 4, 2018 at 7:27:13 PM UTC-4, matthew...@symbiont.io wrote: > > I'd expect something like `bean-price -e "oanda/AAPL"` to work but it > throws `Invalid source

Re: beancount.prices.sources.yahoo and beancount.prices.sources.google both failing this week

2018-10-04 Thread matthew . piziak
I'd expect something like `bean-price -e "oanda/AAPL"` to work but it throws `Invalid source "oanda/AAPL"`. Hmmm. On Thursday, October 4, 2018 at 7:24:22 PM UTC-4, matthew...@symbiont.io wrote: > > I can't seem to compose a valid source query. > > On Thursday, October 4, 2018 at 7:17:21 PM

Re: beancount.prices.sources.yahoo and beancount.prices.sources.google both failing this week

2018-10-04 Thread matthew . piziak
I can't seem to compose a valid source query. On Thursday, October 4, 2018 at 7:17:21 PM UTC-4, matthew...@symbiont.io wrote: > > Ah, here we go: > https://bitbucket.org/blais/beancount/src/5a6ad02c213565a81a51d8a6d8e05fae18cefd83/beancount/prices/sources/?at=default > > On Thursday, October 4,

Re: beancount.prices.sources.yahoo and beancount.prices.sources.google both failing this week

2018-10-04 Thread matthew . piziak
Ah, here we go: https://bitbucket.org/blais/beancount/src/5a6ad02c213565a81a51d8a6d8e05fae18cefd83/beancount/prices/sources/?at=default On Thursday, October 4, 2018 at 7:16:34 PM UTC-4, matthew...@symbiont.io wrote: > > I'm on '2.1.2' right now. I've been using >