Skip to content

Scrapes financial daily data from Finra, with focus on short exemptions

License

Notifications You must be signed in to change notification settings

albertbn/finra_scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Additional links and resources

https://chat.openai.com/share/07588606-fb71-4af2-bcfc-9de566ec9bc4

https://github.com/mozilla/geckodriver/?tab=readme-ov-file

Install geckodrivers

wget https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-linux64.tar.gz  
# or similar latest for linux64
tar -zxvf geckodriver-v0.34.0-linux64.tar.gz
sudo mv geckodriver /usr/local/bin/
chmod +x /usr/local/bin/geckodriver
geckodriver --version

https://www.finra.org/finra-data/browse-catalog/short-sale-volume-data/daily-short-sale-volume-files
https://www.finra.org/sites/default/files/2021-07/DailyShortSaleVolumeFileLayout.pdf

https://www.omgubuntu.co.uk/2022/04/how-to-install-firefox-deb-apt-ubuntu-22-04#:%7E:text=Installing%20Firefox%20via%20Apt%20(Not%20Snap)&text=You%20add%20the%20Mozilla%20Team,%2C%20bookmarks%2C%20and%20other%20data.

pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu

About

Scrapes financial daily data from Finra, with focus on short exemptions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages