Skip to content

rfelipesilva/stocker

Repository files navigation

Stocker

Project status: DONE ✅

Production environment: https://stocker.onrender.com

Showcase alt text

Description 📌

Stocker is an app that aims to facilitate the stocks comparison of Brazil stock exchange (B3).

Features ✏️

  • Available for English and Portuguese;
  • Filter for long periods;
  • No limits related to the stocks amount to compare;
  • About section to facilitate access to contats (LinkedIn and GitHub);
  • Functionality to wait until users input;
  • Interactive chart;

What is being used? 🛠️

  • pandas: to handle data manipulation;
  • streamlit: to develop web application;
  • pandas_datareader: to get stock exchange information;
  • yfinance: to supporpt getting stock exchange information;
  • plotly: to provide interactive charts;
  • Render: to deploy in production;

Remarks ⚠️

  • Available ONLY for the Brazilian stock exchange;
  • Available ONLY for Portuguese and English;
  • This is a project to explore mainly streamlit and to exercise programming language;