We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Thank you for your contribution with this price sources. I am having some issues while trying to use them. I installed it as follows:
# I am using python3 virtualenv3 .env source .env/bin/activate pip install -r requirements.txt git clone https://github.com/hoostus/beancount-price-sources.git cd beancount-price-sources python setup.py install
The requirements content is as follows:
beancount==2.0rc1 fava==1.6
So far, so good and everything is straight forward, however when I try to query a price following the example I get the following errors:
bean-price -e 'USD:hoostus_sources.morningstar/etfs:XASX:VEU' usage: bean-price [-h] [-e] [-v] [-d DATE] [-i] [-u] [-c] [-a] [-s] [-n] [--cache CACHE_FILENAME] [--no-cache] [--clear-cache] sources [sources ...] bean-price: error: Invalid source "USD:hoostus_sources.morningstar/etfs:XASX:VEU" bean-price -e 'AUD:hoostus_sources.fss/International_Equities' usage: bean-price [-h] [-e] [-v] [-d DATE] [-i] [-u] [-c] [-a] [-s] [-n] [--cache CACHE_FILENAME] [--no-cache] [--clear-cache] sources [sources ...] bean-price: error: Invalid source "AUD:hoostus_sources.fss/International_Equities"
Do you have any idea on how to get it working?
I am also developing a price source for another type of asset and I am having the same problem and I couldn't solve it as show on this message.
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Thank you for your contribution with this price sources. I am having some issues while trying to use them. I installed it as follows:
The requirements content is as follows:
So far, so good and everything is straight forward, however when I try to query a price following the example I get the following errors:
Do you have any idea on how to get it working?
I am also developing a price source for another type of asset and I am having the same problem and I couldn't solve it as show on this message.
Thanks.
The text was updated successfully, but these errors were encountered: