ranaroussi / yfinance

Download market data from Yahoo! Finance's API
https://aroussi.com/post/python-yahoo-finance
Apache License 2.0
14.89k stars 2.44k forks source link

fullTimeEmployees function not found #1973

Closed tilakpatel22 closed 3 months ago

tilakpatel22 commented 4 months ago

Describe bug

i can't find the function from which i used to get data before can someone please assist me from where can i solve this info.get('fullTimeEmployees')

Simple code that reproduces your problem

import yfinance as yf data=yf.Ticker('RITES.NS')info.get('fullTimeEmployees') print(data)

Debug log

NA

Bad data proof

No response

yfinance version

yfinance 0.2.40

Python version

No response

Operating system

No response

ericpien commented 3 months ago

I suspect the data just isn't available from the source: https://finance.yahoo.com/quote/IRCTC.NS/profile/

I can confirm I can retrieve the data if available: https://finance.yahoo.com/quote/TCS.NS/profile/ tcs = yf.Ticker("TCS.NS") print(tcs.info.get("fullTimeEmployees") -> 601546