Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-w-yun/scrape_regsho
https://github.com/j-w-yun/scrape_regsho
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/j-w-yun/scrape_regsho
- Owner: j-w-yun
- Created: 2021-02-21T23:56:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-02-23T01:08:50.000Z (over 3 years ago)
- Last Synced: 2024-03-01T05:07:39.844Z (9 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scrape_regsho
Scrapes daily short sale volumes of all Nasdaq and NYSE stocks from 3/1/2011 to the present.
Dependencies
```
pip install xone==0.1.6
pip install pandas==1.2.2
pip install pytz==2021.1
pip install requests==2.25.1
```Run to write/update `regsho_data.csv`
```
python scrape_regsho.py
```