Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@marvinruder marvinruder released this 29 May 11:02
· 9 commits to main since this release
f7b25c7

What's Changed

Breaking changes

This release introduces fetching price information from Yahoo Finance for displaying sparklines. The ticker of a stock is now used as an identifier for the Yahoo Finance API, so the ticker of existing stocks may require updating to match the ticker used by Yahoo Finance.

For non-US stocks, the Yahoo ticker typically includes the ticker of a stock at the local stock exchange, followed by a period and a stock exchange identifier, such as .DE for German XETRA exchange, .L for London Stock Exchange, .T for Tokio Stock Exchange, etc.

Please make sure that every ticker in use refers to the correct stock at Yahoo Finance before updating. If a stock is not available at Yahoo Finance, the ticker can be prepended by an underscore _. In this case, no price information will be fetched from Yahoo Finance.

Minor changes

Tweaks and fixes

Notable dependency updates

Full Changelog: v4.7.1...v5.0.0