diff --git a/bot-37.html b/bot-37.html new file mode 100644 index 0000000..90b9795 --- /dev/null +++ b/bot-37.html @@ -0,0 +1,122 @@ + + + + + + + + + + BotRepository - Top Stocks B3 + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
Top Stocks B3
+
by Will Pedroso on 03/26/2024
+ +
Automation that extracts and filters current stocks on the Brazilian stock exchange (B3) based on data from the fundamentus.com.br website that correspond to the following criteria: P/E between 3 and 10; P/BV between 0.5 and 2; Dividend Yield between 7% and 14%; ROE between 15% and 30%; Liquidity greater than 1M.
+ +
tags: +
python
+
automation
+
web scrapping
+
stocks
+
financial
+
+ +
+ Repository:
+ + +
+ * Source code may be subject to copyright, check with author for redistribution. +
+ + +

+ Share this Bot: +

+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + +
+
+ + +
+ + + + + + + + + \ No newline at end of file diff --git a/data/records.json b/data/records.json index 06b92c5..5b36be0 100644 --- a/data/records.json +++ b/data/records.json @@ -683,7 +683,7 @@ "company_site": "https://www.botcity.dev/", "license": "MIT", "upload_date": "10/11/2023", - "rank": 0.98 + "rank": 0.97 }, { "name": "Web Form Filling", @@ -705,7 +705,7 @@ "company_site": "", "license": "Proprietary", "upload_date": "02/20/2023", - "rank": 0.99 + "rank": 0.98 }, { "name": "OrangeHRM login with Twilio WhatsApp", @@ -727,7 +727,7 @@ "company_site": "https://www.botcity.dev/", "license": "MIT", "upload_date": "02/20/2023", - "rank": 0.98 + "rank": 0.97 }, { "name": "Web bot with Gmail and Google Sheets", @@ -794,5 +794,27 @@ "license": "MIT", "upload_date": "03/20/2024", "rank": 0.98 + }, + { + "name": "Top Stocks B3", + "description_short": "A small algorithm that extracts and filters current stocks on the Brazilian stock exchange (B3).", + "description": "Automation that extracts and filters current stocks on the Brazilian stock exchange (B3) based on data from the fundamentus.com.br website that correspond to the following criteria: P/E between 3 and 10; P/BV between 0.5 and 2; Dividend Yield between 7% and 14%; ROE between 15% and 30%; Liquidity greater than 1M.", + "tags": ["automation", "web scrapping", "stocks", "financial"], + "programming_language": "python", + "technology": ["BotCity", "Selenium", "Pandas"], + "OS": ["Windows", "Linux"], + "thumbnail_url": "https://i.imgur.com/EJ2OuAy.png", + "youtube_video": "", + "youtube_width": 560, + "youtube_height": 315, + "author_name": "Will Pedroso", + "author_site": "https://github.com/willypedroso", + "repository_name": "top-stocks-b3", + "repository_url": "https://github.com/willypedroso/top-stocks-b3", + "company_name": "", + "company_site": "", + "license": "Freeware", + "upload_date": "03/26/2024", + "rank": 0.99 } ]