Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 1.16 KB

README.md

File metadata and controls

71 lines (49 loc) · 1.16 KB

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