Skip to content

Releases: iprak/yahoofinance

v1.2.13

02 Nov 13:22
Compare
Choose a tag to compare

1.2.13 (2024-11-02)

Bug Fixes

  • Pass cookies to getcrumb ([#143]
  • added clarification about failure outside US (#144) (a215358)

v1.2.12

02 Nov 01:39
Compare
Choose a tag to compare

1.2.12 (2024-11-02)

Bug Fixes

  • added more logging to try_crumb_page (#141) (7da3b84)

v1.2.11

31 Oct 02:32
f257858
Compare
Choose a tag to compare

Better handling of DGPR consent (#137)

v1.2.10

07 Jun 11:08
0d88964
Compare
Choose a tag to compare

Optionally allow symbol to be used as unit_of_measurement via a new setting show_currency_symbol_as_unit at integration level.

You will need to address STATISTICS errors after the restart (see Readme).

v1.2.9

13 May 21:25
04b1a12
Compare
Choose a tag to compare

Added forwardPE (Forward Price-to-Earnings) and trailingPE (Trailing Price-To-Earnings) attributes.

v1.2.8

10 May 01:21
24404ae
Compare
Choose a tag to compare
  • Market times are now in ISO Date Time format & AUD currency has been added #130

v1.2.7

18 Apr 10:28
afcc867
Compare
Choose a tag to compare

Improve mechanism for request crumb/cookies. A different set of headers is used to avoid "Header value is too long" error (#121).

v1.2.6

21 Mar 01:01
93ad780
Compare
Choose a tag to compare

Trying a different user-agent to avoid Header Value too Long error (#121).

v1.2.5

16 Feb 03:14
12bea2e
Compare
Choose a tag to compare
  • If we failed to get crumb at startup, then a retry will be done after 15 seconds.
  • The integration level scan_interval will now be correctly used if there is no override defined at symbol level.
    Previously, one could define a 0 value scan_interval for manually invoking updates. To accomplish that, one would need to define the scan_interval as manual.

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.