{ "opencollection": "1.0.0", "info": { "name": "J-Quants Derivatives Indices API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Indices", "type": "folder" }, "items": [ { "info": { "name": "TOPIX prices (OHLC)", "type": "http" }, "http": { "method": "GET", "url": "https://api.jquants.com/v1/indices/topix", "params": [ { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" } ] }, "docs": "TOPIX prices (OHLC)" } ] } ], "bundled": true }