Dear All,
I'd like to perform some relatively simple data analysis on equity prices. For example: assuming tick-by-tick market data at 1ms, collect one minute's worth (60,000) of ticks on Apple (AAPL), and push them in to circular FIFO. Then, compute mean, standard deviation, moments, and other measurements, and use as a basis for decisions. I'm using C++ libraries and either the GSL and/or Boost, but this is a simple task in any language for any programmer worth their salt.
I have run into a non-technical issue; namely, "Non-Display Fees." These are charges assessed for algorithmic use of data--where data are not "Displayed" in some for of UI. Said fees, for me are sizable: thousands of dollars per month. [Ref 1, 2] Note that I am a non-professional, non-institutional investor. I trade only my own money, only for myself.
A "subscriber" fee is more in the range of what I would expect: I've heard $5-$10; definitely less than $100, or even free from some services for a minimum balance. I would expect a non-display fee to be aligned with these prices, or at least in the neighborhood... not over 100 times the cost!!!
I am getting quite frustrated; these fees seem extraordinary, and create a barrier to entry. Did I take a wrong turn somewhere? Am I reading these wrong? Is this the truth? Do these fees apply to a little fish like me? More importantly, how can this be circumvented? Is there an exchange that offers lower fees, and caters to the smaller investor? Forex? A foreign equity exchange?
Without the ability to algorithmically process data, I am reduced to another day trader.
Thank you for your help. This is my first post! :^)
Sincerely,
Keith Miklas
1. http://www.nyxdata.com/Docs/Market-Data/Pricing
2. http://nasdaqtrader.com/Trader.aspx?id=DPUSdata
I'd like to perform some relatively simple data analysis on equity prices. For example: assuming tick-by-tick market data at 1ms, collect one minute's worth (60,000) of ticks on Apple (AAPL), and push them in to circular FIFO. Then, compute mean, standard deviation, moments, and other measurements, and use as a basis for decisions. I'm using C++ libraries and either the GSL and/or Boost, but this is a simple task in any language for any programmer worth their salt.
I have run into a non-technical issue; namely, "Non-Display Fees." These are charges assessed for algorithmic use of data--where data are not "Displayed" in some for of UI. Said fees, for me are sizable: thousands of dollars per month. [Ref 1, 2] Note that I am a non-professional, non-institutional investor. I trade only my own money, only for myself.
A "subscriber" fee is more in the range of what I would expect: I've heard $5-$10; definitely less than $100, or even free from some services for a minimum balance. I would expect a non-display fee to be aligned with these prices, or at least in the neighborhood... not over 100 times the cost!!!
I am getting quite frustrated; these fees seem extraordinary, and create a barrier to entry. Did I take a wrong turn somewhere? Am I reading these wrong? Is this the truth? Do these fees apply to a little fish like me? More importantly, how can this be circumvented? Is there an exchange that offers lower fees, and caters to the smaller investor? Forex? A foreign equity exchange?
Without the ability to algorithmically process data, I am reduced to another day trader.
Thank you for your help. This is my first post! :^)
Sincerely,
Keith Miklas
1. http://www.nyxdata.com/Docs/Market-Data/Pricing
2. http://nasdaqtrader.com/Trader.aspx?id=DPUSdata
Last edited: