Closed gregordecristoforo closed 3 days ago
Fix #295
Instead of inventing values for stock prices and trading volumes, the data is now downloaded via the yfinance package.
yfinance
Thanks! But then we also need to add it to environment.yml?
Thanks for the reminder, I added yfinance to the environment.yml file.
environment.yml
Thanks!
Fix #295
Instead of inventing values for stock prices and trading volumes, the data is now downloaded via the
yfinance
package.