๐ŸจListed issue Information API

You can get information on listed companies and sector information

Inquiry of listed issue information

listed issue Information as of the past, the current day, and the next business day can be retrieved.

When acquiring data, issue code (code) or date (date) can be specified. The combination of each parameter and the results of the response are as below.

*1 If "Date" is not specified on non-business day, the issue information as of next business day will be returned. *2 Data as of the next business day can be obtained for future dates. Even if you specify a future date that is later than the next business day, the issue information as of the next business day will be returned. For the specification of past dates, even if you specify a date earlier than the start date of data provision (January 4, 2017), the issue information as of January 4, 2017 will be returned. If specified "Date" is non-business day, the issue information as of next business day of specified date will be returned.

Obtain daily listed issue information

GET https://api.jpx-jquants.com/v1/listed/info

"*" is a mandatory item.

Query Parameters

Headers

{
    "info": [
        {
            "Date": "๏ผ’๏ผ๏ผ’๏ผ’๏ผ‘๏ผ‘๏ผ‘๏ผ‘",
            "Code": "86970",
            "UpdateDate": "20220628",
            "CompanyName": "๏ผช๏ผฐ๏ผธ",
            "Sector17Code": "16",
            "Sector17CodeName": "้‡‘่ž๏ผˆ้™คใ้Š€่กŒ๏ผ‰",
            "Sector33Code": "7200",
            "Sector33CodeName": "ใใฎไป–้‡‘่žๆฅญ",
            "ScaleCategory": "TOPIX Large70",
            "MarketCode": "111",
            "MarketCodeName": "ใƒ—ใƒฉใ‚คใƒ ",
        }
    ]
}
idToken=<YOUR idToken> && curl https://api.jpx-jquants.com/v1/listed/info -H "Authorization: Bearer $idToken"

Sector information

Obtain sector information

GET https://api.jpx-jquants.com/v1/listed/sections

"*" is a mandatory item.

Headers

{
    "sections": [
        {
            "SectorCode": "7150",
            "SectorName": "ไฟ้™บๆฅญ"
        }
    ]
}

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

Last updated