/stockist

Historical stock prices finder using WKN as identifier.

Primary LanguageJupyter Notebook

The Stock Price Finder 📈

This app helps you to get historical stock prices of the last year given a CSV input file including the German WKN (Wertpapierkennnummer) of the security.

Stack 📚

I used the OpenFIGI API (usable with and without an API Key) to translate the WKN into the international ticker base and the yfinance package from Ran Aroussi to fetch the stock prices.

The app works with a Streamlit Framework and is deployed on Heroku.

Production 📠

Visit the App on https://stockomat.herokuapp.com/. Feel free to leave comments.