Parity File Formats specifies and implements file formats used by the trading system.
Parity File Formats specifies and implements the following formats:
- TAQ: a historical market data file format that consists of the best bids and offers (BBOs) and trades.
Parity File Formats does not depend on other libraries.
Add a Maven dependency to Parity File Formats:
<dependency>
<groupId>com.paritytrading.parity</groupId>
<artifactId>parity-file</artifactId>
<version><!-- latest release --></version>
</dependency>
See the latest release on GitHub.
Released under the Apache License, Version 2.0.