Hey, is it possible to have the dates in a separate columns? I does seem like they are not treated as individual values in the data frame.
@Kig_Ama2 жыл бұрын
I get the following error: AttributeError: module 'pandas.io.parsers' has no attribute 'base_parser'
@milenium9503 Жыл бұрын
Great video ! so far the best explanation on KZbin how to use yfinanance . My question is how to get access US TREASURY BONDS RATE : LAST PRICE ??
@groupgarage3D2 жыл бұрын
Great Video - and nice way to blame Yahoo for your mis-spelling: Pulling DHR @6:51 you originally typed in info.key() and got the error, @7:26 it seems info.keys() works as it should. But hey - what's a "s" between friends....
@AnalyzingAlpha2 жыл бұрын
Very nice! Thanks for catching my mistake :-)
@farahamirah2091 Жыл бұрын
how to get complete list of Ticker symbol using library yfinance?
@shivangnirawat95362 жыл бұрын
Why the dataframe starts from one day before the starting date i have mentioned. ?Pls explain.
@ahmetatasever8315 Жыл бұрын
Hello, First of all, thank you for this video. I got this warnings: 'yfinance failed to decrypt Yahoo data response' when I typed 'dhr.get_financials()' and 'dhr.earnings'. Is there anybody knows what the reason of this is?
@vladvol855 Жыл бұрын
Hello! Do you know any free source of the historical (already expired) data of the stock options?
@indianchannel13912 жыл бұрын
I'm observing Error '- TDG: No data found for this date range, symbol may be delisted' . did any one face this issue ?
@lloydmcleod6293 жыл бұрын
Nice tut. Does yf also allow you to grab stats such as float? What about historical float?
@AnalyzingAlpha3 жыл бұрын
Thank you! I believe you can get that from ticker.info using floatShares.
@ahabchanehamza9875 Жыл бұрын
for some reason i get and error yfinance failed to decrypt Yahoo data response. ps great presentation thank you
@jamesmathew8428 Жыл бұрын
I get the same error.
@peterslapbass2 жыл бұрын
nice vid, have a nice day
@AnalyzingAlpha2 жыл бұрын
Thanks, you too!
@Kig_Ama2 жыл бұрын
How do I get the revenue of the last 3 fiscal years?
@bosco92362 жыл бұрын
For the life of me I cannot install yfinance. The process cannot find the libxml directory.
@garvbatra31032 жыл бұрын
This is my code, and i am confused why python is saying "Ticker object has no attribute called get_financials()": import yfinance as yf tsla = yf.Ticker("TSLA") tsla.get_financials() please advice 🙏😀
@octavevandenbosch70162 жыл бұрын
the yfinance api has been dead fir 3 weeks
@rohanmahajan3436 Жыл бұрын
@@octavevandenbosch7016 is there something similar that i can use in place of it?
@randomcandy10002 жыл бұрын
i have yfinance installed but commands seem to not be printing, any suggestions?
@AnalyzingAlpha2 жыл бұрын
Are you getting any errors?
@randomcandy10002 жыл бұрын
@@AnalyzingAlpha no errors, just doesnt print or exit
@DataNerd488 Жыл бұрын
are you in a jupyter notebook or a .py file? have to print(command) to get a result if a .py file..
@randomcandy1000 Жыл бұрын
@@DataNerd488 I figured it out eventually, it was something to do with multiple python environments being on my system and not using the right one. Currently almost finished with a trading algorithm which uses Lorentzian classification.
@RootZones Жыл бұрын
They removed sector and industry :(
@benjamintreitz16472 жыл бұрын
Cool video! Do you wanna make one where you enter the data in an SQL data base? Thanks in advance!
@Archer-c6m10 ай бұрын
FUDGE, I need the code to run in a project. Why is this so difficult. I'm beginning to doubt KZbin as a resource. (PERIOD)
@kshitijdave13372 жыл бұрын
make youtube vedio on fast coding skill also...
@datalearningsihan Жыл бұрын
your setup is terrible! lol, blueish background, blueish font! you crazy !!
@AnalyzingAlpha Жыл бұрын
Thank you for the feedback! I’ll take this into consideration.
@DataNerd488 Жыл бұрын
anyone else get this error and now how to fix? "yfinance.exceptions.YFNotImplementedError:"