marketdata

Stream Quote Changes

Streams the latest Quote information for the given Symbols. The first chunk in the stream is a full quote snapshot - subsequent chunks only contain fields of the quote object that have changed since the last chunk.

An invalid symbol name will result in a response of this form - {"Symbol":"BADEXAMPLESYMBOL","Error":"FAILED, EX_INVALID_SYMBOL"}

If the user is not entitled for the symbol requested, response will be of this form - {"Symbol":"EXAMPLESYMBOL","Error":"FAILED, EX_NOT_ENTITLED"}

get/stream/quote/changes/{symbols}

Path parameters

symbolsstring required

1 or more Symbol Names (comma-separated)

Query parameters

access_tokenstring required

A valid OAuth2 token used to authorize access to the resource

Headers

Transfer-Encoding'Chunked' required

a header with the value of Chunked must be passed to streaming resources

Response

Quote Stream response

Changes