Skip to content

Releases: iprak/yahoofinance

v1.0.3

10 Feb 12:03
4f49fe3
Compare
Choose a tag to compare

Improved the data loading of alternate target currency symbol.

v1.0.2

09 Feb 12:22
ad7fac8
Compare
Choose a tag to compare

Added support for alternate target currency (#27).

v1.0.1

31 Jan 00:32
5d5ebda
Compare
Choose a tag to compare

Added support for disabling automatic updates (#22).

v1.0.0

06 Jan 02:33
c233872
Compare
Choose a tag to compare

Apologies, this is a breaking release.

  • The component now needs to be defined as a component instead of sensor. This revamping allows for different entities in future.
# This is the new declaration
yahoofinance:
  symbols:
    - ISTNX
  • Almost full unit test coverage.
  • Support for decimal places (#17).
  • Fix to correctly calculate trending state and currency in edge cases.

v0.4

11 Dec 01:41
Compare
Choose a tag to compare
Closes #14

v0.3

05 Dec 13:30
31b5051
Compare
Choose a tag to compare

Added some more attributes:

averageDailyVolume10Day, averageDailyVolume3Month, postMarketChange, postMarketChangePercent, postMarketPrice, regularMarketDayHigh, regularMarketDayLow, regularMarketPreviousClose, regularMarketVolume, twoHundredDayAverage, twoHundredDayAverageChange, twoHundredDayAverageChangePercent

These attributes have been renamed for consistency:

  • marketChange > regularMarketPreviousClose
  • previousClose > regularMarketPreviousClose
  • marketChangePercent > regularMarketChangePercent

v0.2

31 Oct 12:26
0bb18ef
Compare
Choose a tag to compare

Added fiftyDayAverageChange, fiftyDayAverageChangePercent, marketChange, marketChangePercent

Initial release

31 Oct 12:20
Compare
Choose a tag to compare
v0.1

Merge remote-tracking branch 'remotes/origin/trending_icons'