Hi,
here I have add some points which I need to solve for move ahead in development. I am using Polygon.io for get data feed.
Point 1 :
I have 10,000 symbols of my selection. Now I need to get live records of those symbols only. When I am connecting to websocket using channel.* then it's providing me all symbols data without any issue. But when I make query string for fetch live data for 10,000 symbols then it's giving me message for connection close. Also when I make query string for 4500 symbols then it's working fine and websocket run smoothly.
So, how can I fetch live data for 10,000 symbols in websocket ? in a single query string.
Point 2 :
When I call any api for get historical data then it's taking 3 to 5 seconds for response. Which is very high for development. I am working for strategies of live stock market and for that I need to call historical data API for 10,000 symbols on regular basis and if single API call takes 5 seconds then for 10,000 symbols it will take very long time.
So is there any way to make api call response very fast ? my expectation is nearly 500 milliseconds.
so please check this points and if possible then guide me with proper solution so it can help me in development. I am using c# for development.
here I have add some points which I need to solve for move ahead in development. I am using Polygon.io for get data feed.
Point 1 :
I have 10,000 symbols of my selection. Now I need to get live records of those symbols only. When I am connecting to websocket using channel.* then it's providing me all symbols data without any issue. But when I make query string for fetch live data for 10,000 symbols then it's giving me message for connection close. Also when I make query string for 4500 symbols then it's working fine and websocket run smoothly.
So, how can I fetch live data for 10,000 symbols in websocket ? in a single query string.
Point 2 :
When I call any api for get historical data then it's taking 3 to 5 seconds for response. Which is very high for development. I am working for strategies of live stock market and for that I need to call historical data API for 10,000 symbols on regular basis and if single API call takes 5 seconds then for 10,000 symbols it will take very long time.
So is there any way to make api call response very fast ? my expectation is nearly 500 milliseconds.
so please check this points and if possible then guide me with proper solution so it can help me in development. I am using c# for development.