
VALQUA , LTD. — Investor Relations & Filings
VALQUA, LTD. is a manufacturer specializing in seal engineering and functional resin products. The company designs, manufactures, processes, and sells a wide range of products derived from materials such as fluorocarbon resins, high-performance rubber, and fibers. Its portfolio is broadly divided into two main segments: Seal Products and Functional Resin Products. Key offerings include various industrial seals, gaskets, and packing. In the functional resin domain, VALQUA produces specialized components such as super-clean containers essential for the semiconductor manufacturing process, as well as films, tubes, and sliding materials. These products serve diverse industrial fields, including semiconductors, industrial equipment, chemicals, machinery, and energy. The company is recognized as a pioneer in the commercialization of fluorocarbon resin products.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第123期第1四半期(令和4年4月1日-令和4年6月30日) | 2022-07-26 | Japanese | |
| 内部統制報告書-第122期(令和3年4月1日-令和4年3月31日) | 2022-06-22 | Japanese | |
| 確認書 | 2022-06-22 | Japanese | |
| 有価証券報告書-第122期(令和3年4月1日-令和4年3月31日) | 2022-06-22 | Japanese | |
| 四半期報告書-第122期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-01-26 | Japanese | |
| 四半期報告書-第122期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-10-27 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
5 filings
| |||||
| 7596513 | 四半期報告書-第123期第1四半期(令和4年4月1日-令和4年6月30日) | 2022-07-26 | Japanese | ||
| 7604253 | 内部統制報告書-第122期(令和3年4月1日-令和4年3月31日) | 2022-06-22 | Japanese | ||
| 7604249 | 確認書 | 2022-06-22 | Japanese | ||
| 7604250 | 有価証券報告書-第122期(令和3年4月1日-令和4年3月31日) | 2022-06-22 | Japanese | ||
| 7618944 | 四半期報告書-第122期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-01-26 | Japanese | ||
|
2021
6 filings
| |||||
| 7625155 | 四半期報告書-第122期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-10-27 | Japanese | ||
| 7662993 | 四半期報告書-第122期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-07-28 | Japanese | ||
| 7670451 | 内部統制報告書-第121期(令和2年4月1日-令和3年3月31日) | 2021-06-16 | Japanese | ||
| 7670445 | 確認書 | 2021-06-16 | Japanese | ||
| 7670446 | 有価証券報告書-第121期(令和2年4月1日-令和3年3月31日) | 2021-06-16 | Japanese | ||
| 7677977 | 四半期報告書-第121期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-01-27 | Japanese | ||
|
2020
4 filings
| |||||
| 7682782 | 四半期報告書-第121期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-10-28 | Japanese | ||
| 7687478 | 四半期報告書-第121期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-07-29 | Japanese | ||
| 7690055 | 有価証券報告書-第120期(平成31年4月1日-令和2年3月31日) | 2020-06-18 | Japanese | ||
| 7694754 | 四半期報告書-第120期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-01-29 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of plastics products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aa Industrial Belting (Shanghai) Co., Ltd
Develops and manufactures high-performance industrial conve…
|
603580 | CN | Manufacturing |
|
ACE/Security Laminates Corporation
Global provider of high-performance security laminates for …
|
ACEX | CA | Manufacturing |
|
Achilles Corporation
A manufacturer of plastic and rubber products for consumer …
|
5142 | JP | Manufacturing |
|
ADVANCED DRAINAGE SYSTEMS, INC.
Manufacturer of water management solutions for stormwater a…
|
WMS | US | Manufacturing |
|
Aeron Composite Limited
Designs and manufactures FRP and GRP products for industria…
|
AERON | IN | Manufacturing |
|
A.F. Enterprises Limited
Manufactures plastic molded products and provides financial…
|
538351 | IN | Manufacturing |
|
Ahimsa Industries Limited
Produces PET preforms and closures for beverage, food, and …
|
AHIMSA | IN | Manufacturing |
|
AIK Pipes and Polymers Limited
Manufactures polymer pipes and fittings for water, gas, and…
|
544072 | IN | Manufacturing |
|
Airrane Co., Ltd.
Develops and manufactures gas separation membrane systems f…
|
163280 | KR | Manufacturing |
|
Akumplast AD
Manufactures polypropylene battery boxes, covers, accessori…
|
AKUM | BG | Manufacturing |
VALQUA , 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/11503/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=11503 | 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=11503 | 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=11503 \ -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": 11503}, 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 VALQUA , LTD. (id: 11503)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.