Releases: iprak/yahoofinance
Releases · iprak/yahoofinance
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
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
v0.3
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