TOPIX Prices (OHLC) (/indices/topix)

You can get information about price of indices.

Overview

Available index is TOPIX(Tokyo Stock Price Index).

Parameter and Response

Get Daily TOPIX Information

GET https://api.jquants.com/v1/indices/topix

"from/to" can be specified (Optional). If "from/to" is not specified, the response contains all historical data.

"*" Required.

Query Parameters

Headers

{
    "topix": [
        {
            "Date": "2022-06-28",
            "Open": 1885.52,
            "High": 1907.38,
            "Low": 1885.32,
            "Close": 1907.38,
        }
    ],
    "pagination_key": "value1.value2."
}

Data Item

Sample Code

idToken=<YOUR idToken> && curl https://api.jquants.com/v1/indices/topix -H "Authorization: Bearer $idToken" 

最終更新