We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2981893 commit 0eb11c5Copy full SHA for 0eb11c5
CHANGELOG.rst
@@ -1,6 +1,18 @@
1
Change Log
2
===========
3
4
+0.2.62
5
+------
6
+Fix prices 'period=max' sometimes failing # 2509
7
+ISIN cache #2516
8
+Proxy:
9
+- fix false 'proxy deprecated' messages
10
+- fix ISIN + proxy #2514
11
+- replace print_once with warnings #2523
12
+Error handling:
13
+- detect rate-limit during crumb fetch #2491
14
+- replace requests.HTTPError with curl_cffi
15
+
16
0.2.61
17
------
18
Fix ALL type hints in websocket #2493
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.61" %}
+{% set version = "0.2.62" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.61"
+version = "0.2.62"
0 commit comments