-
based on the discussion from the discourse, I would like to suggest a parameter to skip missing datetime records (remove gaps between candles). `df.hvplot.ohlc(skip_missing_data=True)`.
original post…
-
### شرح خطا
نوبیتکس در پاسخ به درخواست آدرس زیر، دیتای 187 کندل رو برمیگردونه در حالی که در پارامترهای درخواست مقدار countback عدد 70 تنظیم شده.
### جزئیات درخواست
1. آدرس: `GET /market/udf/history…
-
### Describe bug
The `yf.Ticker.history` function returns "adjusted close" data labelled as "Close" values for tickers.
The `yf.download` function provides "Close" and "Adj Close" values separatel…
-
### Expected Behavior
Trend line should appear for all timeframe
### Current Behaviour
A vertical ine is shown instead of trend line (The trend_line is not working rather than working for some spec…
-
### Describe bug
yfinance version ... yfinance==0.2.48
environment google colab
If you want to display the price and volume over time of a certain stock ticker the code does not reproduces the …
-
### Describe bug
Library Versions: yfinance 0.2.48 and pandas 2.2.3
Python 3.12.7
Attempting to get history results in AttributeError: module 'pandas._libs.properties' has no attribute 'tz'
…
-
#### Expected behaviour
In case of `navigation.bindings.ellipseAnnotation.annotationsOptions.zIndex` was set `1`, Ellipse annotation should be rendered behind the OHLC series.
This behavior works …
-
hi,
I have a little script for options. I have used `yfinance`, but it always fetches all data despite use of cache.
`print(ticker.info)`
no issues
`ohlc_data = ticker.history(period="1y",…
-
### Describe bug
there is inconsistent data between yf.dowlload function and yf.ticker.history
### Simple code that reproduces your problem
import yfinance as yf
# Define the stock symbol and th…
-
Hi,
Is it possible to scrap ohlc candle data using the library? so far, I found the volume available in the provided examples but don't know if we can pull open close high low as well?