-
Notifications
You must be signed in to change notification settings - Fork 263
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good Job @antoniouaa just add some comments and change the name of your folder to something better like Stock scraper or whatever you like. everything else works fine
Please add a working screenshot, of the script. |
I'm not sure what you mean by working screenshot of the script |
You can refer the existing scripts in this repo for better clarity |
Just an FYI, that linter error is not from my branch |
@all-contributors please add @antoniouaa for code |
I've put up a pull request to add @antoniouaa! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @antoniouaa! 👍🏻
Expecting more contributions from your end!
Description
The script fetches the company names and symbols for the S&P500 companies off of Wikipedia and then uses the
yfinance
library to grab financial information for them for the last 3 months.The script saves a file to the disk with the symbols and names of the S&P500 companies and then asks the user whether to save the data for each company to the disk or not.
Fixes #51
Type of change
Checklist:
Update index.md
)README.md
, according to the givenREADME_TEMPLATE.