FundSuperMart Screener

A tool to webscrape the latest 60 recorded prices of all FundSuperMart funds, to run a risk-against-return analysis on the funds, which is then displayed on an interactive website.

Risk Return Graph Image

Work Flow

  1. Extract price history using FSMscraper.py
  2. Generate risk-vs-return graph using FSManalysis
  3. Filter out interesting funds on the outer perimeter of the risk-vs-returns graph
  4. Further update price history data in the future by using updateCSV to create a larger database of price histories

Tools Used

Python
Pandas
HTML
CSS
Web Development
Math Modelling