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 4707bc0 commit 5dbc295Copy full SHA for 5dbc295
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Change Log
2
===========
3
4
+0.2.64
5
+------
6
+Prices:
7
+- handle dividends with FX, convert if repair=True #2549
8
+- fix 'period' arg when start or end set #2550
9
+earnings_dates: handle 'Event Type' properly #2555
10
+
11
0.2.63
12
------
13
Fix download(ISIN) # 2531
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.63" %}
+{% set version = "0.2.64" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.63"
+version = "0.2.64"
0 commit comments