I'm polling Quote's API periodically but there seems to be fairly long latency getting back the response. I'm getting quotes for 20 to 50 RIC's per request and the response comes back in around 5 seconds, fluctuating between 3 and 10 seconds. Ideally I'd like to be able to get a update once every second, 10 seconds is already quite slow for the purposes.
The account is a demo account but it is supposed to have rights to un-delayed data. So I'm wondering if I'm being still being throthled for some reason? Surely the endpoint can't be that slow... I'm using JSON, and this is the endpoint path /api/Quotes/Quotes.svc/REST/Quotes_1/RetrieveItem_3
Any ideas what could be the issue here?