EodHistoricalData / python-eodhistoricaldata

Download data from EOD historical data https://eodhd.com/ using Python, Requests and Pandas.
MIT License
94 stars 40 forks source link

Shorten with Walrus Operator #21

Open Velocities opened 3 years ago

Velocities commented 3 years ago

This will shorten the code by using the walrus operator. However, please only implement these changes if you intend running this code on Python 3.8 and above as it will otherwise not work.