
DLE Inc. — Investor Relations & Filings
DLE Inc., also known as Dream Link Entertainment, is a multimedia entertainment company founded in 2001. The company specializes in the production of digital content, with a primary focus on animation. DLE is noted for its pioneering use of cost-effective Flash animation. Its business activities encompass the creation of animation and live-action content, music production, and the development of mobile applications and games. The company also provides social character marketing services, leveraging its original intellectual properties. DLE aims to promote and distribute Japanese content and culture to a global audience, creating entertainment that resonates worldwide.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第21期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | |
| 四半期報告書-第21期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-12 | Japanese | |
| 有価証券報告書-第20期(令和2年4月1日-令和3年3月31日) | 2021-06-21 | Japanese | |
| 内部統制報告書-第20期(令和2年4月1日-令和3年3月31日) | 2021-06-21 | Japanese | |
| 確認書 | 2021-06-21 | Japanese | |
| 四半期報告書-第20期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-10 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
6 filings
| |||||
| 7623375 | 四半期報告書-第21期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | ||
| 7628137 | 四半期報告書-第21期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-12 | Japanese | ||
| 7670036 | 有価証券報告書-第20期(令和2年4月1日-令和3年3月31日) | 2021-06-21 | Japanese | ||
| 7670032 | 内部統制報告書-第20期(令和2年4月1日-令和3年3月31日) | 2021-06-21 | Japanese | ||
| 7670031 | 確認書 | 2021-06-21 | Japanese | ||
| 7676911 | 四半期報告書-第20期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-10 | Japanese | ||
|
2020
4 filings
| |||||
| 7681548 | 四半期報告書-第20期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-12 | Japanese | ||
| 7685271 | 四半期報告書-第20期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-13 | Japanese | ||
| 7688482 | 有価証券報告書-第19期(令和1年7月1日-令和2年3月31日) | 2020-06-29 | Japanese | ||
| 7692750 | 四半期報告書-第19期第2四半期(令和1年10月1日-令和1年12月31日) | 2020-02-14 | Japanese | ||
|
2019
4 filings
| |||||
| 7696158 | 四半期報告書-第19期第1四半期(2019/07/01-2019/09/30) | 2019-11-14 | Japanese | ||
| 7698879 | 有価証券報告書-第18期(平成30年7月1日-令和1年6月30日) | 2019-09-20 | Japanese | ||
| 7712378 | 四半期報告書-第18期第3四半期(2019/01/01-2019/03/31) | 2019-05-10 | Japanese | ||
| 7714102 | 四半期報告書-第18期第2四半期(2018/10/01-2018/12/31) | 2019-02-14 | Japanese | ||
|
2018
1 filing
| |||||
| 7716803 | 訂正四半期報告書-第18期第1四半期(2018/07/01-2018/09/30) | 2018-12-11 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Motion picture, video and television programme production activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3B FILMS LIMITED
Produces and distributes feature films, managing the entire…
|
544412 | IN | Publishing, broadcasting, and c… |
|
Alpha Group
Diversified entertainment and consumer products firm focuse…
|
002292 | CN | Publishing, broadcasting, and c… |
|
AMUSE INC.
A comprehensive entertainment company for artist management…
|
4301 | JP | Publishing, broadcasting, and c… |
|
Angel Studios, Inc.
A media company with a community-driven, crowdfunded film s…
|
ANGX | US | Publishing, broadcasting, and c… |
|
ANYCOLOR Inc.
An entertainment company managing virtual talents and produ…
|
5032 | JP | Publishing, broadcasting, and c… |
|
Ascendio Co., Ltd.
Entertainment company engaged in content investment, produc…
|
012170 | KR | Publishing, broadcasting, and c… |
|
ASTORY Co., Ltd.
A production studio creating scripted and unscripted media …
|
241840 | KR | Publishing, broadcasting, and c… |
|
Astro Spolka Akcyjna
A media company specializing in television program producti…
|
ASR | PL | Publishing, broadcasting, and c… |
|
ATM Grupa S.A.
Independent producer of TV series and films with comprehens…
|
ATG | PL | Publishing, broadcasting, and c… |
|
Baba Arts Ltd
Integrated media entity producing and distributing films an…
|
532380 | IN | Publishing, broadcasting, and c… |
DLE Inc. via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/13768/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13768 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=13768 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=13768 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 13768}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for DLE Inc. (id: 13768)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.