Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 981 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 981 Bytes

Stock Market Fundamental Analysis (SMFA)

This project is a python implementation of a stock investment book by the author Ho Kok Mun. This book teaches the method used in selecting stocks for long term investments, such as determining the ROI of the stocks, EPS growth rate, and etc.

Currently, this project only includes 800 listed companies found in the Main Market of the Kuala Lumpur Stock Exchange (KLSE). This excludes commodities, indices, mutual funds, and exchange traded funds.

Requirements

  1. Python 3.6.6
  2. Selenium 3.14.0
  3. Selenium web driver which can be downloaded from here

Future Work

  1. Work on NASDAQ and NYSE stock exchanges.
  2. Possibly include some indices (e.g. S&P 500, Dow Jones Industrial Average) and ETFs as well.

References

[1] K. M. Ho, "How to make money from your stock investment even in a falling market", 3rd ed., Malaysia, Kanyin Publications Sdn. Bhd., 2017.