mohitsingh
New Member
- Joined
- Aug 5, 2011
- Messages
- 1
Dear All,
I have historical prices of a FTSE 100 index.
There are two columns, Times and Price. The time is uneven and is in seconds
For instance:
Time Price
2011-04-01T07:12:35.412Z 5949.6
2011-04-01T07:12:35.412Z 5949.4
2011-04-01T07:12:35.412Z 5949.4
2011-04-01T07:12:35.571Z 5949.4
2011-04-01T07:12:35.571Z 5949.4
2011-04-01T07:12:39.974Z 5949.4
2011-04-01T07:12:39.974Z 5950.1
2011-04-01T07:12:39.974Z 5950.1
2011-04-01T07:12:39.974Z 5950.1
2011-04-01T07:12:39.974Z 5949.7
2011-04-01T07:12:39.974Z 5949.7
2011-04-01T07:12:42.887Z 5949.7
2011-04-01T07:12:43.378Z 5950.1
2011-04-01T07:12:43.378Z 5950.1
Now...this goes on for around 1.5 million entries. I want to ask, if I want to convert this into minute-minute rather than uneven second levels and the respective price at that time how can I do it?
So I would want it like
2011-04-01T07:12:35Z
2011-04-01T07:12:36Z
2011-04-01T07:12:37Z
2011-04-01T07:12:38Z with their respective prices when the minute starts.
If anybody could help I would appreciate it and I hope I have explained it well enough
I have historical prices of a FTSE 100 index.
There are two columns, Times and Price. The time is uneven and is in seconds
For instance:
Time Price
2011-04-01T07:12:35.412Z 5949.6
2011-04-01T07:12:35.412Z 5949.4
2011-04-01T07:12:35.412Z 5949.4
2011-04-01T07:12:35.571Z 5949.4
2011-04-01T07:12:35.571Z 5949.4
2011-04-01T07:12:39.974Z 5949.4
2011-04-01T07:12:39.974Z 5950.1
2011-04-01T07:12:39.974Z 5950.1
2011-04-01T07:12:39.974Z 5950.1
2011-04-01T07:12:39.974Z 5949.7
2011-04-01T07:12:39.974Z 5949.7
2011-04-01T07:12:42.887Z 5949.7
2011-04-01T07:12:43.378Z 5950.1
2011-04-01T07:12:43.378Z 5950.1
Now...this goes on for around 1.5 million entries. I want to ask, if I want to convert this into minute-minute rather than uneven second levels and the respective price at that time how can I do it?
So I would want it like
2011-04-01T07:12:35Z
2011-04-01T07:12:36Z
2011-04-01T07:12:37Z
2011-04-01T07:12:38Z with their respective prices when the minute starts.
If anybody could help I would appreciate it and I hope I have explained it well enough