Skip to content

frank-besson/finviz-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask web application that utilizes...

to provide API access to Finviz.com

rate limit: 5 requests / route / hour

API Routes

Returns a dictionary containing stock data.
:param ticker: stock symbol
:type ticker: str
:return dict
Returns a list of dictionaries containing all recent insider transactions.
:param ticker: stock symbol
:return: list
Returns a list of sets containing news headline and url
:param ticker: stock symbol
:return: list
Returns a list of dictionaries containing all analyst ratings and Price targets
 - if any of 'price_from' or 'price_to' are not available in the DATA, then those values are set to default 0
:param ticker: stock symbol
:param last_ratings: most recent ratings to pull
:return: list

Disclaimer

Using the library to acquire data from FinViz is against their Terms of Service and robots.txt. Use it responsibly and at your own risk. This library is built purely for educational purposes.

About

Unofficial API access to Finviz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published