Skip to content

Commit

Permalink
stock_screener_alert mcap threshold set to 100M
Browse files Browse the repository at this point in the history
  • Loading branch information
JackZhao516 committed Dec 30, 2024
1 parent dc81967 commit e7026f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/JackZhao516/smrti_quant_alerts/blob/main/LICENSE)
![smrti_quant_alert Python Versions](https://img.shields.io/pypi/pyversions/python-bitget?logo=pypi)
[![Coverage Status](https://coveralls.io/repos/github/JackZhao516/smrti_quant_alerts/badge.png?branch=main)](https://coveralls.io/github/JackZhao516/smrti_quant_alerts?branch=main)

This repo includes several real-time alerts for crypto/stock trading, built with
[CoinGecko](https://www.coingecko.com/), [Binance](https://www.binance.com/en),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _get_stocks(self) -> List[StockSymbol]:
"""
Get stocks from the initial filter
"""
return self.get_top_market_cap_stocks_by_market_cap_threshold(10 ** 6)
return self.get_top_market_cap_stocks_by_market_cap_threshold(10 ** 8)

def _get_all_stock_info(self) -> None:
"""
Expand Down

0 comments on commit e7026f1

Please sign in to comment.