- Crawl the shareholding data from CCASS for a period
- Display the data of shareholding and transaction detection between two participants
- Stocks and Codes can be found here
- Participant ID can be found here
- python3.6
git clone https://github.com/aarontong95/CCASS-Crawler.git
pip install -r requirements.txt
python api.py
docker-compose up
Go to http://localhost:5000
- Use asynchronous methods to crawl the data
- Add validation of the code


