Yahoo Finance API: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 20: Line 20:
print("Close Price", m['regularMarketPreviousClose']
print("Close Price", m['regularMarketPreviousClose']
</syntaxhighlight>
</syntaxhighlight>
=Ticker=
{{Internal|Yahoo Finance API Ticker|Ticker}}

Revision as of 05:26, 14 October 2023

External

Internal

Overview

Installation

pip3 install yfinance

Usage

import yfinance as yf

m = yf.Ticker('GOOGL').info
print("Close Price", m['regularMarketPreviousClose']

Ticker

Ticker