Progressing on this slowly - just assembled a simple socket server that will allow a logon and retrieval of tick data for limited periods (including Level 2 where available) - but not bulk download. You can receive the data in clear CSV or more compact compressed forms (i am thinking LZ4 + custom)kwanann wrote:Are u storing all these anywhere?
The plan is to allow access by hand (using telnet/putty etc) or to a utility i am creating to show a historical DOM (to start with) and tick chart (later) with access to multiple tick sources.
I have considered a HTTP get format retrieval mechanism but would really only want to use it with a presentation capability (say a chart or formatted table) - but not downloading - but am considering it a very low priority - i have looked at google charts with a view on using them to present a tick chart, and its challenging to get something useful
I have serious concerns about offering bulk download because of licensing and bandwidth limitations - the intention will only be to offer limited retrievals
Has anybody got any views on this ?