Skip to content

Tried my hands on yfinance library for analyzing stock prices and data. Here are some examples to demonstrate the working of this library.

Notifications You must be signed in to change notification settings

kanugoyal/yFinance-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

yfinance Notebook

Demonstrates yfinance with several examples.

yfinance library

pip install yfinance

This library allows you to search for and retrieve information on any stock from using its ticker, for openning price, closing price, and the daily volume.This library allows you to view the following additional information for every stock searched:

  • Stock Actions (i.e. dividends payments and stock splits)
  • Quarterly Financials
  • List of Institutional Shareholders
  • Quarterly Balance Sheet
  • Quarterly Cashflow
  • Quarterly Earnings
  • List of Analysts Recommendations (i.e. buy, sell, hold)

used Google Collab to create this Notebook

Requirements

  • pip install yfinance
  • pip install pandas as pd
  • pip install numpy as np
  • pip install matplotlib

About

Tried my hands on yfinance library for analyzing stock prices and data. Here are some examples to demonstrate the working of this library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published