Skip to content

Releases: iprak/yahoofinance

v1.2.4

27 Jan 00:07
1fa2096
Compare
Choose a tag to compare

This release include support for no_unit setting to suppress unit_of_measurement on a symbol.

v1.2.3

12 Dec 03:12
1dca60a
Compare
Choose a tag to compare

This release takes another approach to bypassing GDPR page. Instead of parsing crumb out of the response, a separate request is made to an alternate end point.

v1.2.2

08 May 11:04
fbd763b
Compare
Choose a tag to compare

This release includes

  • Processing of consent page when determining crumb/cookie #96, #93. This issue should have been only happening in EU region where consent is required.
  • In case crumb parsing fails, the content is also now saved into YahooFinanceCrumbContent.log in config folder.
  • Inclusion of 52-week attributes (#100).

v1.2.1

20 Apr 11:49
ce42339
Compare
Choose a tag to compare

Added crumb/cookie usage to handle data access issues #93.

The crumb itself is obtained by accessing quote for Nasdaq and parsing out of the content. Not a great approach but I couldn't come up with a quicker/reliable solution.

The crumb will be obtained again if data request fails with "Unauthorized" error code. If data retrieval failed then coordinator will attempt another retrieval in 20 seconds which will include crumb retrieval. In worse case scenario, this can keep on going and so there should be some throttling. But I haven't personally ran into it and this approach seems fine for now.

v1.1.11

02 Feb 12:06
a2f4a49
Compare
Choose a tag to compare

Addressed #87

v1.1.10

24 Sep 00:38
3d6e85b
Compare
Choose a tag to compare

Added support for multiple scan intervals.

  • Symbol can now have scan_interval override defined.
  • If symbol needs converter symbol, then it will be refreshed on the same interval unless it has already been registered.
  • Sensor update now happens through _handle_coordinator_update override instead of available which is more streamlined.
  • A symbol is considered not available if it has no market value.

v1.1.9

27 Jun 23:01
e83c36f
Compare
Choose a tag to compare

Supporting long term statistics

v1.1.8

11 Jun 14:22
b832e7c
Compare
Choose a tag to compare

Removed unsupported values from hacs.json

v1.1.7

18 Mar 00:12
2321b0b
Compare
Choose a tag to compare

Fixed twoHundredDayAverageChangePercent and fiftyDayAverageChangePercent values.

v1.1.6

04 Feb 01:30
443080f
Compare
Choose a tag to compare

Add more logging to websession get operation