Any ways to get 2-3 years of Dow & S&P 500 futures 1-min historical data
Or any bro can send me the data?
3 year file of all ES and YM 1min bars is too large to attach (2.6 million rows, 12mb zpaq compressed). PM me an email address and I'll email it to you.
Here are the fields and ordering of the file:
SELECT NYCDate,NYCBarTS,Base,Symbol,Open,High,Low,Last,Trades,Ticks
FROM mvConsolFutures1Min WHERE SDate > '20151231' AND Base IN ('ES','YM')
ORDER BY NYCDate,Base,NYCBarTS,Symbol;
BTW, Tickstory, irresponsibly recommended in a post above, is useless for futures 1minute bars or tick data. Tickstory is repackaged Dukascopy free data. Those are CFD's, not futures. The CFD's more or less track the lead contract only (nothing on back contracts), but the data quality is so bad that anything under 5 min aggregation is completely useless. Even aggregated five minute Dukascopy CFD data is pretty spotty, and contains only bid/ask data, no trades or volume.