Skip to main content
GET
/
api
/
v2
/
quoteDelayed
Get delayed quotes V2
curl --request GET \
  --url 'https://api.example.com/api/v2/quoteDelayed?token='
"<string>"

Authorizations

token
string
query
required

Query Parameters

symbols
string

Comma-separated list of stock ticker symbols. At least one of symbols, isin, or cik is required.

isin
string

Comma-separated list of ISIN identifiers. Maximum 50. At least one of symbols, isin, or cik is required.

cik
string

Comma-separated list of CIK identifiers. At least one of symbols, isin, or cik is required.

Response

Returns a JSON object with delayed quotes

The response is of type string.