Financial Statement Data(BS/PL/CF) (/fins/fs_details)

Quarterly financial statement information can be obtained.

Overview

You can obtain the entries in the balance sheet, income statement and cash flow statement of a listed companies in their quarterly financial information.

Attention

circle-info

About FinancialStatement (Various items in the financial statements)

  • Contents of this API is created from the EDINET XBRL taxonomy body (label information).

  • For verbose labels (English) included in the item “FinancialStatement", see the following website. https://disclosure2dl.edinet-fsa.go.jp/guide/static/disclosure/WEEK0060.htmlarrow-up-right

    The “Account Title List" (Accounting Standards: Japanese GAAP) and the “Taxonomy Element List for Designated International Accounting Standards" (Accounting Standards: IFRS) are available on the EDINET Taxonomy page published by fiscal year. The following data is provided for each accounting standard.

    • If the accounting standard is Japanese GAAP, the data is provided as a set with the value of “Verbose Labels (English)"("冗長ラベル(英語)" in Japanese) in column E of each sheet of the "Account Title List" as the key.

    • If the accounting standard is IFRS, the data is provided as a set with the value of “Verbose Labels (English)"("冗長ラベル(英語)" in Japanese) in column D of each sheet of the "Taxonomy Element List for Designated International Accounting Standards" as the key.

About Taxonomy Extension

  • Company-specific items defined in the taxonomy by submitter that do not exist in the EDINET taxonomy are not covered by this API.

circle-exclamation

Parameter and Response

Quarterly financial statement information can be obtained.

GET https://api.jquants-pro.com/v2/fins/fs_details

Either "code" or "date" must be specified.

"*" Required.

Query Parameters

Name
Type
Description

code

String

issue code

(e.g. 27890 or 2789)

If a 4-character issue code is specified, only the data of common stock will be obtained for the issue on which both common and preferred stocks are listed.

date

String

disclosure date

(e.g. 20210901 or 2021-09-01)

pagination_key

String

The primary key of the first item that this operation will evaluate. Use the value that was returned for pagination_key in the previous operation.

Headers

Name
Type
Description

Authorization*

String

access key

Data Item

Variable
Variable2
Description
Data Type
Remark

DisclosedDate

Disclosed Date

String

DisclosedTime

Disclosed Time

String

LocalCode

Issue Code(5-character)

String

DisclosureNumber

Disclosure Number

String

ascending order by disclosure number.

TypeOfDocument

Type of document

String

FinancialStatement

Various items in financial statements

Map

Redundant Label (English)

Financial Statement Value

String

Redundant labels ( English) associated with XBRL tags and their values

Sample Code

Last updated