Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Upload Custom Data

Hi ,

This is my first day within Quantopian community. I want to upload my data into Quantopian which has format as follows in csv file.
minutesSinceStart is just a timestamp column but there is no any date information , it is like a timer

keys_pair   minutesSinceStart               gap barClosePrice   tradePrice  
0x_bitcoin  0                                0  0.000087330000  0.000087040000  
0x_bitcoin  5                                0  0.000087040000  0.000086820000  
0x_bitcoin  10                               0  0.000086820000  0.000087400000  
0x_bitcoin  15                               0  0.000087400000  0.000087550000

I am under impression that it requires following format with proper date format , how can i upload my data into Quantopian?

date,symbol,signal1,signal2
2014-01-01,TIF,1204.5,0
2014-01-02,TIF,1225,0.5
2014-01-02,AAPL,401.3,-0.1
2014-01-03,TIF,1234.5,0
2014-01-06,TIF,1246.3,0.5
2014-01-06,AAPL,375.0,0.8
2014-01-07,TIF,1227.5,0