atreadw1492 / yahoo_fin

Scrape stock price history from new (Spring 2017) Yahoo Finance layout
MIT License
285 stars 125 forks source link

Main #74

Closed ikramersh closed 1 year ago

ikramersh commented 2 years ago

add get_live_prices() as a rapid method to retrieve prices for a list of ticker symbols with a single request to finance.yahoo.

This method provides a speed improvement over calling get_live_price() multiple times.