Skip to content
/ ex2db Public

Download the daily after action report from HKEX. Then extract and store the summary of each security traded into a sqlite3 SQL database.

Notifications You must be signed in to change notification settings

ChERules/ex2db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ex2db

The Project: The program will download the daily quotation web pages which is made available by Hong Kong Stock Exchange to the pubic via its website. The daily summary of each listing will be extracted and be stored into a SQL database.

There is another project HKEX do the same task but the data are stored in csv (comma separated value) file.

  1. Download the daily quotation webpage.
  2. Extract summary of the day's performance of all stocks traded on the day.
  3. Save the data into a SQL database. (sqlite in this case)

The scripts: ex2db.py is the main script that will control the download and data extraction.
functions.py contains all functions for the project.

Future work:

  1. Rework the comments to better explain the flow of the program.
  2. Create more function to extract historical data for Individual security.
  3. Add a data dictionary to this documentation.

Remarks:

2021-05-09 Initial commit, the python script can download and store the data in database.

About

Download the daily after action report from HKEX. Then extract and store the summary of each security traded into a sqlite3 SQL database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages