Skip to main content
GET
List EDINET documents
Returns the filings for one date (YYYY-MM-DD). type=2 lists them under resultsdocID, filerName, secCode, JCN, docTypeCode, docDescription, submitDateTime, periodStart, periodEnd per filing — while type=1 returns only metadata, with the day’s count at metadata.resultset.count.
Measured at 612 KB for a typical business day (648 filings), and there are no filter parameters — type=2 always returns the whole day. Check the count with type=1 first when in doubt. About two thirds of filings carry a secCode (listed companies); the rest are funds and unlisted filers.
A filing’s docID feeds get_edinet_document_download.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

date
string<date>
required

File date in YYYY-MM-DD format.

Example:

"2026-07-23"

type
enum<integer>
default:1

Response mode: 1 for metadata only, 2 for metadata plus filing list.

Available options:
1,
2

Response

EDINET document-list response.

metadata
object

Metadata object with title, request parameter echo, result count, processDateTime, status, and message.

results
object[]

Filing document objects when type=2.