Skip to content

wilsonjord/iex-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iex-parser

A parser that reads IEX market data, and outputs it to json.

Currently supports:

  • IEX TOPS (v1.6)
  • IEX DEEP (v1.0)
  • IEX DPLS (v1.0)

The json output generally corresponds with IEX's format specifications:

  • field names are camel case versions of their specification (e.g. "Round Lot Size" -> roundLotSize)

Installation

Install from a prebuilt binary, or build from source.

From source

git clone [email protected]/wilsonjord/iex-parser.git
cd iex-parser
dub build --build=release

Usage

iex-parser reads IEX Historical Data (gzip compressed pcap files), and prints to stdout.

iex-parser data_feeds.pcap.gz

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages