timeseries.tools is a tool to analyze and visualize your financial time series.
We are currently in beta and are looking for feedback. If you have any questions or suggestions, please contact us.
Currently we support CSV, XLSX, JSON files
If you upload a JSON. Upload a JSON object that has some keys with numeric arrays values:{
"columnName1": [
1262563200000,
1262649600000,
1262736000000,
1262822400000,
1262908800000,
1263168000000,
1263254400000,
1263340800000,
1263427200000
],
"columnName2": [
100,
101,
102,
103,
104,
105,
106,
107,
108,
109
]
}