Skip to content

A very Pythonic script to scrape tickers off of Finviz's Stock Screener

License

Notifications You must be signed in to change notification settings

jacobchh/FinvizScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

FinvizScraper

A very Pythonic script to scrape tickers off of Finviz's Stock Screener. Simply replace the input URL with your own Finviz Stock Screener URL and it will output a full list of tickers. This can then be used for yfinance data downloads, broker API calls, etc.

Required Python libraries:

  • bs4 (Beautiful Soup)
  • Requests

About

A very Pythonic script to scrape tickers off of Finviz's Stock Screener

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages