
ATSUGI CO., LTD. — Investor Relations & Filings
ATSUGI CO., LTD. is a manufacturer specializing in the development, production, and sale of legwear and innerwear. The company's core product portfolio consists of pantyhose, stockings, socks, and lingerie, primarily targeting the women's market. A key brand in its lineup is ASTIGU, a collection of stockings designed to enhance the aesthetic appeal of the wearer's legs. The company also diversifies its offerings with products such as sports innerwear and items for elderly care, addressing a broader range of consumer needs.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第97期第1四半期(令和4年4月1日-令和4年6月30日) | 2022-08-05 | Japanese | |
| 確認書 | 2022-06-29 | Japanese | |
| 内部統制報告書-第96期(令和3年4月1日-令和4年3月31日) | 2022-06-29 | Japanese | |
| 有価証券報告書-第96期(令和3年4月1日-令和4年3月31日) | 2022-06-29 | Japanese | |
| 四半期報告書-第96期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-07 | Japanese | |
| 四半期報告書-第96期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-08 | Japanese |
Browse filings by year
11 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
5 filings
| |||||
| 7595531 | 四半期報告書-第97期第1四半期(令和4年4月1日-令和4年6月30日) | 2022-08-05 | Japanese | ||
| 7600267 | 確認書 | 2022-06-29 | Japanese | ||
| 7600254 | 内部統制報告書-第96期(令和3年4月1日-令和4年3月31日) | 2022-06-29 | Japanese | ||
| 7600238 | 有価証券報告書-第96期(令和3年4月1日-令和4年3月31日) | 2022-06-29 | Japanese | ||
| 7618466 | 四半期報告書-第96期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-07 | Japanese | ||
|
2021
6 filings
| |||||
| 7624625 | 四半期報告書-第96期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-08 | Japanese | ||
| 7662184 | 四半期報告書-第96期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-06 | Japanese | ||
| 7665562 | 内部統制報告書-第95期(令和2年4月1日-令和3年3月31日) | 2021-06-29 | Japanese | ||
| 7665552 | 確認書 | 2021-06-29 | Japanese | ||
| 7665538 | 有価証券報告書-第95期(令和2年4月1日-令和3年3月31日) | 2021-06-29 | Japanese | ||
| 7677444 | 四半期報告書-第95期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-08 | Japanese | ||
|
2020
4 filings
| |||||
| 7682227 | 四半期報告書-第95期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-09 | Japanese | ||
| 7686267 | 四半期報告書-第95期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-07 | Japanese | ||
| 7688999 | 有価証券報告書-第94期(平成31年4月1日-令和2年3月31日) | 2020-06-26 | Japanese | ||
| 7694011 | 四半期報告書-第94期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-10 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of knitted and crocheted apparel
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Acknit Industries Ltd
Manufacturer and exporter of industrial work gloves and rea…
|
530043 | IN | Manufacturing |
|
Addi Industries Ltd.
Manufactures and distributes readymade knitwear and apparel…
|
507852 | IN | Manufacturing |
|
ALAN SCOTT ENTERPRISES LIMITED
Manufactures and distributes hosiery, apparel, and health a…
|
539115 | IN | Manufacturing |
|
Bhandari Hosiery Exports Ltd.
Vertically integrated manufacturer of knitted garments and …
|
BHANDARI | IN | Manufacturing |
|
C-SITE Co., Ltd.
An OEM/ODM vendor that designs, produces, and exports knitt…
|
109670 | KR | Manufacturing |
|
CSP International Fashion Group
Designs, manufactures, and distributes hosiery, underwear, …
|
CSP | IT | Manufacturing |
|
Delta Galil
Global manufacturer of private label and branded apparel, i…
|
DELG | IL | Manufacturing |
|
Devernois S.A.
Designs and produces high-end women's ready-to-wear, specia…
|
ALDEV | FR | Manufacturing |
|
Filatex Fashions Ltd
Manufactures and exports diverse socks and hosiery for glob…
|
FILATFASH | IN | Manufacturing |
|
GARMENT MANTRA LIFESTYLE LIMITED
Integrated manufacturer and retailer of mass-market knitted…
|
539216 | IN | Manufacturing |
ATSUGI 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/11155/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=11155 | 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=11155 | 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=11155 \ -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": 11155}, 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 ATSUGI CO., LTD. (id: 11155)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.