-
Today, when requesting the stock financials from Apple 'APPL', I got an empty dataframe :-/
-
안녕하세요
7장 stock analysis 부분 reader.get_ticker_data, reader.get_index_data 실행시 에러가 납니다
WINDOWS10 OS, 가상환경 적용했고 requirement.txt 대로 설치 완료했습니다.
checking_your_setup.ipynb 확인시 전부 ok 입니다.
===========…
-
I use Python 3.8
Installed yfinance 0.2.4
I'm pulling the info of a ticker using this code:
`info = yf.Ticker(symbol).info`
And I'm getting this error message:
> Exception("Yahoo has again chan…
-
My algo is not pulling the previous day historical price thru yfinance.
So checked the yahoo historical data and they seem to miss the previous data on the website as well.
The same happened yeste…
-
Hi,
I am facing data extraction error.
Can you please check the issue here.
> # Performance of Saudi Aramco company stock
> comp_df traceback()
4: stop(sprintf("not all data was parsed (%…
-
The formula RCHGetYahooHistory(C7,C8,C9,C10,C11,C12,C13,C14,C15,C16,C17,C18) is array entered and showing #NAME in all cells.
The data for C7 to C18 for the example is as follows: aapl,1990,1,1,2025…
-
Values for example EBIT or Gross Profit are always diferent. I cheked differend companies (IBM, Google, Deutsche Wohnen and so on). The values are always different between webside and yfinance
a pa…
-
Are these APIs working only for US exchanges?
-
to fix, I put in base.py:
def _get_response(self, url, params=None, headers=None):
""" send raw HTTP request to get requests.Response from the specified url
Parameters
…
-
Hi - was using yfinance to pull pricing for the S&P500 Index (^GSPC).
I've noticed that two fields that I would expect to differ significantly are actually the same:
'regularMarketOpen': 3218.…