https://bugs.kde.org/show_bug.cgi?id=524554
Bug ID: 524554
Summary: Wrong values downloaded for some broker symbols
Classification: Applications
Product: skrooge
Version First 26.8.0
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: 25.1.0
DESCRIPTION
Similar to #524292
Download with the skrooge-boursorama.py backend fails for some broker symbols
because they contain a dot (e.g. "1uSWRD.L" for SSGA MSCI USD-ACC)
STEPS TO REPRODUCE
skrooge-boursorama.py 1uSWRD.L 2026-08-21 1d
OBSERVED RESULT
date,price
2026-08-21,8445.65
EXPECTED RESULT
date,price
2026-08-21,53.83
ADDITIONAL INFORMATION
I changed BROKER_SYMBOL_RE to
BROKER_SYMBOL_RE = re.compile(r"(?:[0-9][a-zA-Z][a-zA-Z0-9\.]+|[A-Z]{1,5})")
--
You are receiving this mail because:
You are watching all bug changes.