Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 771 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 771 Bytes

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