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

Documentation Index

Fetch the complete documentation index at: https://benzinga-2-locadex-main-1770976803646.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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.