February 28th, 2009, 2:43 am
You won't find tick capturing programs by themselves, they come with tick capturing solutions with tick databases which start from roughly $100,000.You can buy tick data say 6 months of all US Equities for $6,000 or buy 100 symbols for a $1,000. Easiest and cheapest way to go with it is to write a tick capture program and save data into flat files but you need lots of space and compression to store that data. Your daily all US equity tick data is around 150GB a day.One place you can use to get historical and real-time tick data is opentick, but they don't accept new users anymore. Also recently NYSE and ARCA have reduced their prices significantly that getting data from exchange became much cheaper than getting data from another data vendor. Cheapest solution is to write your own tick capturing program that collects data directly from the exchange.
Last edited by
quantumar on February 27th, 2009, 11:00 pm, edited 1 time in total.