https://github.com/runk/itch
Nasdaq ITCH data feed parser and tools
https://github.com/runk/itch
Last synced: 3 months ago
JSON representation
Nasdaq ITCH data feed parser and tools
- Host: GitHub
- URL: https://github.com/runk/itch
- Owner: runk
- License: mit
- Created: 2021-04-27T12:26:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T07:39:00.000Z (3 months ago)
- Last Synced: 2025-04-01T08:37:56.068Z (3 months ago)
- Language: TypeScript
- Size: 1.63 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nasdaq ITCH data feed parser and tools
## Data
Sample data is availabe for free download from ftp://emi.nasdaq.com/ITCH/
## Command line tool
Features:
- Repackaging the bigger data file into smaller sets
- Filter by message type
- Filter by locate
- Limit output to N messages
- Raw and json output formats### Basic usage
To get first 100 messages of locate 13 (AAPL - Apple) in json format:
```shell
npx itch.js -f ~/Downloads/01302020.NASDAQ_ITCH50 -n 100 -l 13
``````
Usage: itch [options]Options:
-V, --version output the version number
-f, --file Input file with ITCH data feed
-t, --type Filter by a specific message type, e.g. "R" or "A"
-b, --binary Raw data (binary) output
-l, --locate Filter by a specific locate
-n, --head Number of output messages
-h, --help display help for command
```## Reference
https://www.nasdaqtrader.com/content/technicalsupport/specifications/dataproducts/NQTVITCHSpecification.pdf