ranaroussi / yfinance

Download market data from Yahoo! Finance's API

Home Page:https://aroussi.com/post/python-yahoo-finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open = Close

johannes2525 opened this issue · comments

Describe bug

why open price = close price when i download forex data?
gambar

Simple code that reproduces your problem

import yfinance as yf
EURUSD = yf.download("EUR=X")
EURUSD.tail()

Debug log

Bad data proof

No response

yfinance version

'0.2.37'

Python version

No response

Operating system

No response