yfinance Python Tutorial: Get Free Market Data

preview_player
Показать описание
Learn how to get free financial data from yahoo finance using #python and #yfinance. This includes

- Price data at minute granularity
- Fundamentals data
- Options data
- Institutional holdings
- And more...

#python
#yfinance
#pandas

00:00 Introduction
01:28 Install yfinance Using Pip
01:48 Import yfinance and pandas
02:00 How to Download Historical Price Data Using finance
02:32 Download One Ticker Using yfinance
04:43 Download multiple tickers Using yfinance
06:14 How to Download Fundamental Data Using yfinance
08:20 Download Fundamentals for a Ticker Using yfinance
09:40 Download Fundamentals for Multiple Tickers Using yfinance
17:00 How to Get Options Data Using yfinance
18:50 How to Get Institutional Holders Using yfinance
19:10 Why You Shouldn’t Use yfinance for Live Trading
---
---
Рекомендации по теме
Комментарии
Автор

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.

filipborzecki
Автор

I get the following error: AttributeError: module 'pandas.io.parsers' has no attribute 'base_parser'

Kig_Ama
Автор

how to get complete list of Ticker symbol using library yfinance?

farahamirah
Автор

Great video ! so far the best explanation on YouTube how to use yfinanance . My question is how to get access US TREASURY BONDS RATE : LAST PRICE ??

milenium
Автор

Nice tut. Does yf also allow you to grab stats such as float? What about historical float?

lloydmcleod
Автор

Why the dataframe starts from one day before the starting date i have mentioned. ?Pls explain.

shivangnirawat
Автор

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?

ahmetatasever
Автор

Hello! Do you know any free source of the historical (already expired) data of the stock options?

vladvol
Автор

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....

groupgarageD
Автор

I'm observing Error '- TDG: No data found for this date range, symbol may be delisted' . did any one face this issue ?

indianchannel
Автор

How do I get the revenue of the last 3 fiscal years?

Kig_Ama
Автор

For the life of me I cannot install yfinance. The process cannot find the libxml directory.

bosco
Автор

for some reason i get and error yfinance failed to decrypt Yahoo data response. ps great presentation thank you

ahabchanehamza
Автор

i have yfinance installed but commands seem to not be printing, any suggestions?

randomcandy
Автор

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 🙏😀

garvbatra
Автор

FUDGE, I need the code to run in a project. Why is this so difficult. I'm beginning to doubt YouTube as a resource. (PERIOD)

Archer-cm
Автор

Cool video! Do you wanna make one where you enter the data in an SQL data base? Thanks in advance!

benjamintreitz
Автор

make youtube vedio on fast coding skill also...

kshitijdave
Автор

your setup is terrible! lol, blueish background, blueish font! you crazy !!

datalearningsihan
Автор

anyone else get this error and now how to fix?

DataNerd