timpalpant / go-iex

A Go library for accessing the IEX Developer API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement HIST parsers

timpalpant opened this issue · comments

The HIST API provides data files containing IEXTP packet captures for the TOPS and DEEP endpoints each day. Implement parsers for these protocols. The specs are available here: https://www.iextrading.com/trading/market-data/#specifications

A preliminary working implementation is available in the pcap2json tool.