You are browsing as a guest. Sign up (or log in) to start making projects!

Siddharth_A

@Siddharth_A

Joined June 12th, 2026

  • 3Devlogs
  • 1Projects
  • 1Ships
  • 15Votes
Canadian guy who likes coding with Python and HTML.
Ship Changes requested

I created a website where the user can enter any valid ticker symbol in NASDAQ and can view that stock's current closing price and its history on a graph. They can also see current gold prices and popular exchange rates such as USD --> CAD. It is super simple to use and

  • 1 devlog
  • 2h
Try project → See source code →
Open comments for this post

1h 31m 25s logged

Devlog #1
I just finished hardcoding current gold prices and exchange rates into my website.
-Current gold price –> Gold Futures (yfinance module)
-Exchange Rates –> Forex_Python
-NASDAQ Stock Prices –> Yfinance module

Stocks

For stocks, the user can enter any ticker symbol that is valid in NASDAQ. Once they enter, they can view the current closing price of that stock and view a graph of the stock’s closing price from the past year.

Exchange Rates

Popular exchange rates are hardcoded into the website. They feature exchange rates such as USD to Canadian dollar, USD to Euro, USD to pound, and USD to Japanese Yen and vice-versa.

I hope y’all enjoy the website it took quite a lot of debugging and messing around with he data frames. I would appreciate if you would check it out (No API-Key needed).

In the near future I am planning to add code to find economic data of a country as I have discovered a python module for this.

0
0
1

Followers

Loading…