Financial Data Transformation BETA

Drop multiple CSV files here or click to browse

CSV format: timestamp,open,high,low,close,volume

Data Interpolation
Timeframe Resampling

Resampling aggregates data to a greater timeframe - open is first price, high is max, low is min, close is last price, and volume is summed. The bars created are stamped as of the timeframe start - eg 09:00 5-min bar is 09:00 -> 09:04 inclusive.

Timezone Conversion

Converts timestamps between timezones, adjusting for daylight savings time.

Processing Info

Note : if multiple data transformations are selected, the data will be processed in the order : Timezone Conversion -> Timeframe Resampling -> Data Interpolation