Skip to content

ZhexiongLiu/Nasdaq-ITCH-5.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nasdaq-ITCH-5.0

This project parses the NASDAQ ITCH 5.0 data and output the volume-weighted average price for each stock at every trading hour.

Please make sure users have installed Python2 with the packages gzip, struct, datetime, os, and pandas.

Run Code

Navigate to the src directory and run the following commands in the terminal.

python2 parser.py

Dataset

Download raw ITCH 5.0 data from ftp://emi.nasdaq.com/ITCH/08302019.NASDAQ_ITCH50.gz. Copy it into res folder.

The data format is defined by the document Nasdaq TotalView-ITCH 5.0.

About

Parser for NASDAQ ITCH 5.0.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages