Skip to content

JakubPluta/fin-streamlit

Repository files navigation

fin-streamlit

Using Streamlit as a tool for Financial Statement Analysis

# check the demo here:
https://finlite.streamlit.app/

stock.gif

Prerequisites

visit https://www.alphavantage.co/ and get your API key

Installing

Clone repository

# clone repository
git clone https://github.com/JakubPluta/fin-streamlit.git
# Navigate to cloned project and create a virtual environment
python -m venv env
# activate virtual environment
source env/Scripts/activate # or source env/bin/activate
# install poetry
pip install poetry
# install packages
poetry install
* Visit https://www.alphavantage.co/ and get your API key
* And then set ALPHA_VANTAGE_API_KEY in .env file in root directory
# run application
streamlit app.py

# or use makefile
make run

Built With

Authors

About

Streamlit application usage in finances

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages