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

AlphaVantage: Wrong suffix for Stockholm #110

Closed
larslj opened this issue Apr 13, 2019 · 1 comment
Closed

AlphaVantage: Wrong suffix for Stockholm #110

larslj opened this issue Apr 13, 2019 · 1 comment

Comments

@larslj
Copy link

larslj commented Apr 13, 2019

GnuCash cannot get data from the Stockholm stock exchange. The currency is missing since the suffix is incorrect in AlphaVantage.pm. The correct suffix is '.STO', e.g. ERIC-B.STO for Ericsson.

@bpschuck
Copy link
Contributor

bpschuck commented Apr 14, 2019

Verified issue:
`bschuck@valhalla:~$ gnc-fq-dump alphavantage ERIC-B.STO
Finance::Quote fields Gnucash uses:
symbol: ERIC-B.STO <=== required
date: 04/12/2019 <=== recommended
currency: ** missing ** <=== required
last: 91.4000 <=\
nav: <=== one of these
price: <=/
timezone: <=== optional

** This stock quote cannot be used by GnuCash!`

Can be easily fixed by a quick modification to the AlphaVantage module:

bschuck@valhalla:~$ gnc-fq-dump alphavantage ERIC-B.STO Finance::Quote fields Gnucash uses: symbol: ERIC-B.STO <=== required date: 04/12/2019 <=== recommended currency: SEK <=== required last: 91.4000 <=\ nav: <=== one of these price: <=/ timezone: <=== optional

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