Inspiration

Stocks have always been a passion of mine, and are an unknowingly vital component to our world and its economy. Analyzing stocks are one of the most common datasets to analyze in code, specifically, through python. I wanted to create a tool that revolves around stock prices.

What it does

To use this tool, simply type in a stock symbol in the search bar, and the current price of that stock will show up. This will allow users to actively track stock prices for whatever symbol they desire.

How we built it

This project was built with the three coding languages of HTML, CSS, and Python. I used a Python application known as Flask, which allows for the merge of front-end code with Python. I am able to implement Python variables, and display them with HTML via Flask.

Challenges we ran into

The primary challenge I ran into was actually running the code in a browser. I shortly realized that I had to actually run my code on my source-code editor, and retrieve a Flask originated URL. This URL would be pasted in the browser, displaying the functioning code.

Accomplishments that we're proud of

I'm quite proud of being able to learn how to use and implement Flask for the first time. Another major achievement in this project was simply being able to pull and display data from a Finhub API, something I was unfamiliar with.

What we learned

I learned how to use Flask and work with other APIs like Finhub. Moreover, I was able to gain some more skills upon debugging code by doing research on various coding forums such as StackOverflow.

What's next for Stock Pricer

Stock Pricer will expand upon the stock metrics it provides to users. It will become a better stock tool, that provides more efficient and relevant stock data.

Built With

Share this project:

Updates