Yahoo Finance API Ticker

From NovaOrdis Knowledge Base
Revision as of 05:53, 14 October 2023 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

Internal

Overview

Seems to be returning the pervious day data, not the current data. Current data can be obtained with:

yf.Ticker('AAPL').history(period='1d')['Close']

Keys