Skip to content

stock_screener added to company_valuation

Pre-release
Pre-release
Compare
Choose a tag to compare
@razorhash razorhash released this 06 May 17:44
· 48 commits to master since this release

In this release, I have added the stock screener.

Stocks can be screened with 5 criteria, namely, market cap, beta, dividend, average volume, and sector. An additional input allows you to specify the maximum number of stocks returned per query.

use the following function arguments, which are None by default. All inputs are in 'int'/'float' form except for sector, which is in the 'string' format.

The following sectors are identified by the fmpcloud.io API:

"Basic Materials" ,
"Communication Services" ,
"Consumer Cyclical" ,
"Consumer Defensive" ,
"Energy" ,
"Financial" ,
"Financial Services" ,
"Healthcare" ,
"Industrial Goods" ,
"Industrials" ,
"Real Estate" ,
"Technology" ,
"Utilities"

Enjoy