Skip to content

Automatically scrapes daily fund prices from a website and writes it to an existing excel file (xls format)

Notifications You must be signed in to change notification settings

yeehaoo/FundPricesUpdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FundPricesUpdater

Scrapes daily fund prices from a HTML file and writes it to an existing excel file (xls format)

How to Use (Instructions for Mozilla Firefox):

  1. Go to https://appsonline.income.com.sg/uifundprice/uicoopprices.aspx
  2. Right click, view source.
  3. Select all of source code, copy onto notepad
  4. Save notepad as a HTML file called 'webpage.html', in the same directory as FundPricesUpdater.py
  5. Make sure the Excel file is named 'toUpdate.xls'
  6. Run FundPricesUpdater.py
  7. Updated Excel file will be named 'Updated.xls'

*Note: This method was only tested in Mozilla Firefox. It may differ using other web browsers.

Final update pushed on 02.08.2018. Project will no longer be updated as target machine does not support Python.

April 2021 UPDATE: Target machine now supports Python. Website to be scraped has also changed, prompting a new version of FundPricesUpdater. Old version is left up for posterity. Now supports stock index scraping, and automatic web scraping (html file had to be saved manually in previous version of FundPricesUpdater

21 May 2021: Added calculation of daily trend for market indices

About

Automatically scrapes daily fund prices from a website and writes it to an existing excel file (xls format)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages