#Poloniex Data Gathering
##Overview
This script process_trades.py
gathers the following statistics on every coin in Poloniex's coin list from the beginning of 2016 to the beginning of 2017:
- Highest rate
- Lowest rate
- Rate of last trade
- Total volume traded
- Number of trades
- Highest trade
- Lowest trade
- Last trade
To configure the date range for the given statistics listed above, change the unix timestamps beginningOf2016
and beginningOf2017
variables.