I have already made the main page of my website, but will add the navbar on top to make it seem more consistent, and will make the main page slightly less useless.

Navbar is like so, but for the main page, it is without the search bar to make it less redundant.


Will include a price chart (as detailed as yahoo finance), open and close prices for the past week, financials, key ratios, and technical indicators.
For financials, will include market capitalization, revenue, net income , total assets, total liabilities (for past 3-5 years)
May organize into how MacroTrends does it.
For key ratios, include PE, PS, PB, PFCF, quick, current, net profit margin, ROE, ROA ratios.
May organize these ratios according to how TradingView does it.
IEX Cloud (API)
FinnHub (API)
MacroTrend (Scraping)
Finished the news section, receiving from the IEX API. Started work on the ratios, using Finnhub API for them. The financial tables need a little more work with selenium, instead of directly using BeautifulSoup.
Below is current progress:

