iex-parser ~doc-update-overview

A IEX data parser.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

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
Authors:
  • Jordan K. Wilson
Dependencies:
iopipe, commandr, io, mir-ion, dshould
Versions:
0.5.0 2024-Dec-26
0.4.0 2024-Dec-23
0.3.0 2024-Dec-19
0.2.1 2024-Dec-08
0.2.0 2024-Dec-01
Show all 11 versions
Download Stats:
  • 0 downloads today

  • 11 downloads this week

  • 11 downloads this month

  • 11 downloads total

Score:
0.5
Short URL:
iex-parser.dub.pm