# Japan Company Filings (EDINET Official) (`minako-ph/japan-edinet-filings`) Actor

Structured financial filings of listed Japanese companies, in English. Annual & semi-annual reports from the official EDINET API as clean JSON.

- **URL**: https://apify.com/minako-ph/japan-edinet-filings.md
- **Developed by:** [Minako Yamamoto](https://apify.com/minako-ph) (community)
- **Categories:** Developer tools, Agents
- **Stats:** 2 total users, 1 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 filing records

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Japan Company Filings (EDINET Official)

Structured financial filings of Japanese listed companies, in English. This Actor reads the **official EDINET API** (Japan's Financial Services Agency disclosure system) and returns annual and semi-annual securities reports as clean, snake_case JSON — **parsed, analysis-ready fields, not just document download links**: key financials as numbers with normalized units and ISO dates, with the original Japanese preserved in `*_ja` fields. Optional English summaries are kept only after verbatim verification against the source text. **Official API based — no scraping**, no brittle selectors, no headless browsers. Tested against frozen datasets on every release.

### What you get

One JSON item per filing — real output for an actual annual report:

```json
{
  "doc_id": "S100YIZC",
  "edinet_code": "E04393",
  "sec_code": null,
  "corporate_number": "6250001009332",
  "filer_name_ja": "山口放送株式会社",
  "filer_name_en": null,
  "doc_type_code": "120",
  "doc_type": "Annual Securities Report",
  "is_amendment": false,
  "is_fund": false,
  "fund_code": null,
  "doc_description_ja": "有価証券報告書－第70期(2025/04/01－2026/03/31)",
  "period_start": "2025-04-01",
  "period_end": "2026-03-31",
  "submitted_at": "2026-06-30T09:00:00+09:00",
  "has_xbrl": true,
  "has_pdf": true,
  "has_csv": true,
  "financials": {
    "net_sales": 4928920000,
    "operating_income": 60234000,
    "ordinary_income": 126441000,
    "net_income": 100436000,
    "total_assets": 13533976000,
    "net_assets": 11726214000,
    "number_of_employees": 120,
    "financials_basis": "non_consolidated"
  },
  "source": "edinet",
  "source_url": "https://api.edinet-fsa.go.jp/api/v2/documents.json?date=2026-06-30&type=2",
  "retrieved_at": "2026-07-08T00:00:00+09:00",
  "attribution": "出典：金融庁 EDINET",
  "schema_version": "0.2.0"
}
````

`financials` come from EDINET's official CSV output, normalized to raw JPY. Values that a filing does not report (industry-specific formats, funds) are `null` rather than guessed, and `financials_basis` tells you whether figures are consolidated or parent-only.

With `enrich: true`, each filing also gets an `enriched` object with short **qualitative** English summaries generated from the filing's own text sections: `business_overview_en`, `key_risks_en`, and `segments_en` (2–3 sentences each), plus the `model` and `prompt_version` used. Summaries deliberately contain no figures — numbers stay in the structured `financials` fields. Every generated field carries `confidence` and `method: "llm"`; if a stray figure appears and does not verbatim-match the source text, the field is flagged with `verification_failed: true`. If summarization fails or the filing has no summarizable text (e.g. funds), you still get the basic record with `enriched: null` and are not charged the enriched event.

### How to use

1. Pick a submission-date range (`date_from` / `date_to`). The prefilled range returns results with the default settings — just press **Start**.
2. Optionally filter by document type, EDINET filer codes, or securities codes.
3. Read the results from the default dataset as JSON, CSV, or Excel.

### What this does NOT do

- **No full XBRL parsing.** Key financials are limited to what EDINET's official CSV output (type=5) provides. If you need the complete XBRL facts, download the XBRL packages directly from EDINET.
- **Fund disclosures are mixed in** on EDINET. Filter them out with `is_fund: false` if you only want operating companies.
- Data is organized by **submission date**, which differs from fiscal period ends.
- Coverage follows EDINET itself: roughly the past 10 years of documents.
- English summaries (when enabled) are reference information, **not investment advice**.

### Pricing

Pay-per-event, fully transparent:

| Event                    | Price                                     |
| ------------------------ | ----------------------------------------- |
| Actor start              | $0.02                                     |
| Filing record (basic)    | $0.005                                    |
| Filing record (enriched) | $0.079 — finalized from measured LLM cost |

Free allowance: **the first 3 documents of every run are free** — enough to evaluate the output, not enough to run a business on. If your run hits the maximum charge limit you set, the Actor stops gracefully and keeps the partial results.

### Data source & attribution

Data comes from the [EDINET API](https://disclosure2.edinet-fsa.go.jp/) operated by Japan's Financial Services Agency. Attribution included with every item: 出典：金融庁 EDINET (Source: Financial Services Agency, EDINET). This Actor is independent and is not endorsed by the FSA.

### More Japan data Actors

- [**Japan Financial Statements (EDINET Official)**](https://apify.com/minako-ph/japan-edinet-financials) — the numbers companion to this Actor: pass this Actor's `doc_id` values to it and get the full normalized balance sheet, income statement and cash flow with source element IDs. This Actor's `financials` are 7 headline KPIs; the companion returns the complete three statements — the two do not overlap.
- Part of a family of official-API-based Japan data Actors (subsidies & grants, real estate transaction prices, company enrichment, laws & regulations). See the developer profile for the full list as they are published.

### Contact

Found an issue or need a field that EDINET provides but this Actor doesn't expose yet? Open a ticket on the **Issues** tab — first response within 48 hours.

# Actor input Schema

## `date_from` (type: `string`):

Start of the submission-date range (YYYY-MM-DD). EDINET lists filings per submission day.

## `date_to` (type: `string`):

End of the submission-date range (YYYY-MM-DD), inclusive. Up to 31 days are scanned per run.

## `doc_types` (type: `array`):

EDINET document type codes to include. 120 = Annual Securities Report, 160 = Semi-Annual Report.

## `include_amendments` (type: `boolean`):

Also include amended annual reports (document type 130).

## `edinet_codes` (type: `array`):

Only keep filings by these EDINET filer codes (e.g. E02144).

## `sec_codes` (type: `array`):

Only keep filings by these securities codes (e.g. 72030 for 7203 Toyota).

## `enrich` (type: `boolean`):

Add short qualitative English summaries (business overview, key risks, segments) generated from the filing's own text. Summaries contain no figures — numbers stay in the structured financials fields. Charged as a separate per-record event only when a summary is produced — see Pricing in the README.

## Actor input object example

```json
{
  "date_from": "2026-06-24",
  "date_to": "2026-06-30",
  "doc_types": [
    "120",
    "160"
  ],
  "include_amendments": false,
  "enrich": false
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "date_from": "2026-06-24",
    "date_to": "2026-06-30",
    "doc_types": [
        "120",
        "160"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("minako-ph/japan-edinet-filings").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "date_from": "2026-06-24",
    "date_to": "2026-06-30",
    "doc_types": [
        "120",
        "160",
    ],
}

# Run the Actor and wait for it to finish
run = client.actor("minako-ph/japan-edinet-filings").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "date_from": "2026-06-24",
  "date_to": "2026-06-30",
  "doc_types": [
    "120",
    "160"
  ]
}' |
apify call minako-ph/japan-edinet-filings --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=minako-ph/japan-edinet-filings",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Japan Company Filings (EDINET Official)",
        "description": "Structured financial filings of listed Japanese companies, in English. Annual & semi-annual reports from the official EDINET API as clean JSON.",
        "version": "0.1",
        "x-build-id": "tBYHua5DxUHraO2WU"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/minako-ph~japan-edinet-filings/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-minako-ph-japan-edinet-filings",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/minako-ph~japan-edinet-filings/runs": {
            "post": {
                "operationId": "runs-sync-minako-ph-japan-edinet-filings",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/minako-ph~japan-edinet-filings/run-sync": {
            "post": {
                "operationId": "run-sync-minako-ph-japan-edinet-filings",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "date_from",
                    "date_to"
                ],
                "properties": {
                    "date_from": {
                        "title": "From date",
                        "type": "string",
                        "description": "Start of the submission-date range (YYYY-MM-DD). EDINET lists filings per submission day."
                    },
                    "date_to": {
                        "title": "To date",
                        "type": "string",
                        "description": "End of the submission-date range (YYYY-MM-DD), inclusive. Up to 31 days are scanned per run."
                    },
                    "doc_types": {
                        "title": "Document types",
                        "type": "array",
                        "description": "EDINET document type codes to include. 120 = Annual Securities Report, 160 = Semi-Annual Report.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "120",
                                "160"
                            ],
                            "enumTitles": [
                                "120 — Annual Securities Report",
                                "160 — Semi-Annual Report"
                            ]
                        }
                    },
                    "include_amendments": {
                        "title": "Include amendments",
                        "type": "boolean",
                        "description": "Also include amended annual reports (document type 130).",
                        "default": false
                    },
                    "edinet_codes": {
                        "title": "EDINET codes (optional)",
                        "type": "array",
                        "description": "Only keep filings by these EDINET filer codes (e.g. E02144).",
                        "items": {
                            "type": "string"
                        }
                    },
                    "sec_codes": {
                        "title": "Securities codes (optional)",
                        "type": "array",
                        "description": "Only keep filings by these securities codes (e.g. 72030 for 7203 Toyota).",
                        "items": {
                            "type": "string"
                        }
                    },
                    "enrich": {
                        "title": "LLM-enriched English summaries",
                        "type": "boolean",
                        "description": "Add short qualitative English summaries (business overview, key risks, segments) generated from the filing's own text. Summaries contain no figures — numbers stay in the structured financials fields. Charged as a separate per-record event only when a summary is produced — see Pricing in the README.",
                        "default": false
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
