Nippon Aqua Co., Ltd. — Investor Relations & Filings
Nippon Aqua Co., Ltd. develops, manufactures, sells, and installs insulation materials for residential and non-residential buildings. The company's core product is AQUA FOAM, a spray-applied rigid polyurethane foam that provides high airtightness and thermal insulation. This on-site application method creates a seamless barrier, contributing to the proliferation of energy-saving housing with reduced utility expenses. The company's mission is to create comfortable and environmentally friendly living environments, thereby contributing to global warming countermeasures. In addition to its primary insulation business, Nippon Aqua also offers waterproofing materials and related installation services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第19期第1四半期(令和4年1月1日-令和4年3月31日) | 2022-05-11 | Japanese | |
| 内部統制報告書-第18期(令和3年1月1日-令和3年12月31日) | 2022-03-25 | Japanese | |
| 確認書 | 2022-03-25 | Japanese | |
| 有価証券報告書-第18期(令和3年1月1日-令和3年12月31日) | 2022-03-25 | Japanese | |
| 四半期報告書-第18期第3四半期(令和3年7月1日-令和3年9月30日) | 2021-11-09 | Japanese | |
| 四半期報告書-第18期第2四半期(令和3年4月1日-令和3年6月30日) | 2021-08-10 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
4 filings
| |||||
| 7610122 | 四半期報告書-第19期第1四半期(令和4年1月1日-令和4年3月31日) | 2022-05-11 | Japanese | ||
| 7613678 | 内部統制報告書-第18期(令和3年1月1日-令和3年12月31日) | 2022-03-25 | Japanese | ||
| 7613672 | 確認書 | 2022-03-25 | Japanese | ||
| 7613677 | 有価証券報告書-第18期(令和3年1月1日-令和3年12月31日) | 2022-03-25 | Japanese | ||
|
2021
6 filings
| |||||
| 7624523 | 四半期報告書-第18期第3四半期(令和3年7月1日-令和3年9月30日) | 2021-11-09 | Japanese | ||
| 7628302 | 四半期報告書-第18期第2四半期(令和3年4月1日-令和3年6月30日) | 2021-08-10 | Japanese | ||
| 7672386 | 四半期報告書-第18期第1四半期(令和3年1月1日-令和3年3月31日) | 2021-05-11 | Japanese | ||
| 7673991 | 内部統制報告書-第17期(令和2年1月1日-令和2年12月31日) | 2021-03-26 | Japanese | ||
| 7673992 | 確認書 | 2021-03-26 | Japanese | ||
| 7673990 | 有価証券報告書-第17期(令和2年1月1日-令和2年12月31日) | 2021-03-26 | Japanese | ||
|
2020
4 filings
| |||||
| 7681891 | 四半期報告書-第17期第3四半期(令和2年7月1日-令和2年9月30日) | 2020-11-10 | Japanese | ||
| 7685418 | 四半期報告書-第17期第2四半期(令和2年4月1日-令和2年6月30日) | 2020-08-12 | Japanese | ||
| 7691088 | 四半期報告書-第17期第1四半期(令和2年1月1日-令和2年3月31日) | 2020-05-12 | Japanese | ||
| 7691716 | 有価証券報告書-第16期(平成31年1月1日-令和1年12月31日) | 2020-03-27 | Japanese | ||
|
2019
1 filing
| |||||
| 7697362 | 四半期報告書-第16期第3四半期(2019/07/01-2019/09/30) | 2019-11-11 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Building completion and finishing
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Acme International Holdings Limited
Provides integrated design and build solutions for speciali…
|
1870 | HK | Construction |
|
Aeso Holding Limited
Principally engaged in fitting-out and renovation contracti…
|
8341 | HK | Construction |
|
Aesthetik Engineers Limited
Designs, fabricates, and installs architectural facade syst…
|
AESTHETIK | IN | Construction |
|
ALUWIND INFRA-TECH LIMITED
Designs, fabricates, and installs architectural aluminum bu…
|
ALUWIND | IN | Construction |
|
Anchorstone Holdings Limited
Specialist subcontractor for natural stone supply and insta…
|
1592 | HK | Construction |
|
Balco Group
Develops, manufactures, and installs innovative, energy-sav…
|
BALCO | SE | Construction |
|
Basic House New Life Group Limited
Provision of integrated interior design and fit out solutio…
|
8360 | HK | Construction |
|
China Wacan Group Company Limited
Established building subcontractor providing specialized we…
|
1920 | HK | Construction |
|
Coolpoint Innonism Holding Limited
Provides fitting-out, renovation, smart building services, …
|
8040 | HK | Construction |
|
CROSSTEC Group Holdings Limited
One-stop provider of integrated interior design solutions a…
|
3893 | HK | Construction |
Nippon Aqua Co., Ltd. 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/13758/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13758 | 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=13758 | 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=13758 \ -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": 13758}, 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 Nippon Aqua Co., Ltd. (id: 13758)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.