Skip to main content
GET
/
api
/
v2
/
quoteDelayed
遅延クォートの取得 V2
curl --request GET \
  --url 'https://api.example.com/api/v2/quoteDelayed?token='
"<string>"

Authorizations

token
string
query
required

Query Parameters

symbols
string

株式tickerシンボルのカンマ区切りリストです。symbols、isin、cikのいずれかの指定が少なくとも1つ必要です。

isin
string

ISIN(国際証券識別番号)のカンマ区切りリスト。最大50件まで。symbols、isin、cik のいずれか少なくとも1つは必須です。

cik
string

CIK識別子のカンマ区切りリストです。symbols、isin、cik のうち少なくとも1つは指定が必須です。

Response

遅延クォートを含む JSON オブジェクトを返します

The response is of type string.