πŸ“˜Financial information API

You can obtain financial information for the quarter and financial statements scheduled to be announced the next day.

Financial information for the quarter

Data available since January 2017.

Quarterly financial information is available.

GET https://api.jpx-jquants.com/v1/fins/statements

Code or Date is required parameter.

*Required

Query Parameters

Headers

{
    "statements": [
        {
            "Profit": "4608000000",
            "ForecastDividendPerShare1stQuarter": "",
            "ForecastDividendPerShareFiscalYearEnd": "40.0",
            "NumberOfIssuedAndOutstandingSharesAtTheEndOfFiscalYearIncludingTreasuryStock": "63330838",
            "ForecastDividendPerShareAnnual": "80.0",
            "ForecastNetSales": "675000000000",
            "ChangesBasedOnRevisionsOfAccountingStandard": "true",
            "ResultDividendPerShareFiscalYearEnd": "",
            "CurrentFiscalYearStartDate": "2022-03-01",
            "MaterialChangesInSubsidiaries": "false",
            "AverageNumberOfShares": "61813505",
            "OrdinaryProfit": "6806000000",
            "ChangesInAccountingEstimates": "false",
            "DisclosedDate": "2022-06-28",
            "ForecastDividendPerShare3rdQuarter": "-",
            "CurrentFiscalYearEndDate": "2023-02-28",
            "CurrentPeriodEndDate": "2022-05-31",
            "ForecastDividendPerShare2ndQuarter": "40.0",
            "EquityToAssetRatio": "0.612",
            "TotalAssets": "348487000000",
            "OperatingProfit": "6671000000",
            "DisclosureNumber": "20220616580562",
            "ApplyingOfSpecificAccountingOfTheQuarterlyFinancialStatements": "",
            "ForecastEarningsPerShare": "291.2",
            "NumberOfTreasuryStockAtTheEndOfFiscalYear": "1517333",
            "ResultDividendPerShare2ndQuarter": "",
            "LocalCode": "76490",
            "TypeOfDocument": "1QFinancialStatements_Consolidated_JP",
            "ForecastOperatingProfit": "30000000000",
            "ResultDividendPerShareAnnual": "",
            "ForecastOrdinaryProfit": "31000000000",
            "ForecastProfit": "18000000000",
            "EarningsPerShare": "74.56",
            "DisclosedUnixTime": "1656430200.0",
            "Equity": "213285000000",
            "NetSales": "161128000000",
            "ChangesOtherThanOnesBasedOnRevisionsOfAccountingStandard": "false",
            "ResultDividendPerShare3rdQuarter": "",
            "BookValuePerShare": "3450.47",
            "ResultDividendPerShare1stQuarter": "-",
            "TypeOfCurrentPeriod": "1Q",
            "DisclosedTime": "15:30:00",
            "RetrospectiveRestatement": "false"
        }
    ]
}

idToken=<YOUR idToken> && curl https://api.jpx-jquants.com/v1/fins/statements?code=86970 -H "Authorization: Bearer $idToken" 

Schedule of financial announcement

This data is for reference

It will be updated at around 19:00 (JST) only when there is an update for companies which end their fiscal year in March or September at the following site. https://www.jpx.co.jp/listing/event-schedules/financial-announcement/index.html

inquire the issue code, fiscal year, and quarter scheduled to be announced on the next day.

GET https://api.jpx-jquants.com/v1/fins/announcement

*required

Headers

{
  "announcement": [
    {
      "Code": "43760",
      "Date": "20220214",
      "CompanyName": "くちうカンパニー",
      "FiscalYear": "9月30ζ—₯",
      "SectorName": "ζƒ…ε ±γƒ»ι€šδΏ‘ζ₯­",
      "FiscalQuarter": "η¬¬οΌ‘ε››εŠζœŸ",
      "Section": "γƒžγ‚ΆγƒΌγ‚Ί"
    }
  ]  
}
idToken=<YOUR idToken> && curl https://api.jpx-jquants.com/v1/fins/announcement -H "Authorization: Bearer $idToken" 

Last updated