Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does the module fetch prices from the web? #63

Closed
cataclysmic opened this issue Aug 8, 2021 · 3 comments
Closed

does the module fetch prices from the web? #63

cataclysmic opened this issue Aug 8, 2021 · 3 comments

Comments

@cataclysmic
Copy link

I was under the impression that this module fetches commodity prices from Google, I guess.

However, when running the module without explicit price directives in the *.beancount file it fails and I get:

'''Error: unable to convert XXX LHA to base currency EUR (Missing price directive?)
SystemExit raised: shutting down
'''

A related issue, which might be more of a question for core beancount, is the capabity of conversion across several units. Personally I denote in EUR but some stocks, fonds, etc. are denoted in USD on the web. So I would need a conversion of commodity -> USD -> EUR.

PS: I love the module. Still not sure how to configure it all but I am getting there.

@redstreet
Copy link
Owner

redstreet commented Aug 10, 2021

Hi,
You're probably looking for multi currency support, #32. It's there in master, but not yet released. See commit a8389b4. You can do a bleeding edge install to get this, see the README.

@redstreet
Copy link
Owner

redstreet commented Aug 10, 2021

Correct, price fetching is a vast endeavor by itself, and well outside the scope of this module. Use your favorite method to fetch and insert price entries.

@cataclysmic
Copy link
Author

Thanks for the help.
I will do a bleedind edge install.
For price fetching a started using bean-price.

It's a great module!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants