yfinance-cache
yfinance-cache copied to clipboard
Caching wrapper for yfinance module. Intelligent caching, not dumb caching of web requests.
KeyError when getting data for stocks listed on the BSE (Bombay Stock Exchange) ``` >>> stock = yf.Ticker("500182.BO") >>> data = stock.history(period="1mo",interval="1d") Traceback (most recent call last): File "", line...
I'm not able to run yfinance-cache. I get the following python multiprocessing errors: I tried with Python 3.12 and 3.9, macOS Ventura What Python version do you recommend? ``` Traceback...
in **_yfinance_**, parameter “period” means the only "**_trading_**" days, while in **_yfinance_cache_**, it means all the ordinary days (including weekends and holidays) so, please you can check. By the way,...
Hello, I've been using yfinance-cache 0.6.7 in a small stock screener dashboard I'm working on ([https://github.com/xawotihs/stockscreener](https://github.com/xawotihs/stockscreener)). When I'm using it on the list of the top 600 largest companies ([https://github.com/xawotihs/stockscreener/blob/main/vt600.txt](https://github.com/xawotihs/stockscreener/blob/main/vt600.txt)),...
Currently when attempting to retrieve an index (^DJI, ^GSPC, ^IXIC, etc) the program throws a key error about `yfcd.exchange_locks[exchange]` inside setting the time zone. Ideally this would be able to...
Hi, I'm on the latest version, and the previous fix on #96 has worked, but for this ticker (arguably, not a ticker per sevbut an index) I get this: ```...
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", interval="1d", actions=False,...
OS: Linux Version: python 3.12 yfinance_cache: 0.7.x Ticker requested: ADA-USD Exchange: CCC according to the exception below, a timezone need to be provided (I assume to establish when is the...
Please add support for **1 month** interval. Thank you!
The `Adj Close` column is only appearing when `adjust_divs=False` but has a different value based on whether the `adjust_splits` argument is True or False. [EDIT] The `Adj Close` column is...