
SIGMAKOKI CO.,LTD. — Investor Relations & Filings
SIGMAKOKI CO., LTD. is a global manufacturer and supplier of optical technology solutions. The company designs, develops, and produces a comprehensive range of products, from fundamental optical components and opto-mechanics to advanced systems. Key product categories include optics, manual and motorized stages, holders, micromanipulation systems, microscopy units, and integrated optical application systems for bio/medical and industrial use. SIGMAKOKI provides a one-stop service, supporting clients from initial product planning and development to prototyping and mass production. The company serves diverse applications, spanning from research and development to industrial production equipment, with a focus on high-accuracy manufacturing and rapid delivery.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第47期第2四半期(令和3年9月1日-令和3年11月30日) | 2022-01-13 | Japanese | |
| 四半期報告書-第47期第1四半期(令和3年6月1日-令和3年8月31日) | 2021-10-14 | Japanese | |
| 内部統制報告書-第46期(令和2年6月1日-令和3年5月31日) | 2021-08-26 | Japanese | |
| 確認書 | 2021-08-26 | Japanese | |
| 有価証券報告書-第46期(令和2年6月1日-令和3年5月31日) | 2021-08-26 | Japanese | |
| 四半期報告書-第46期第3四半期(令和2年12月1日-令和3年2月28日) | 2021-04-13 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
1 filing
| |||||
| 7619314 | 四半期報告書-第47期第2四半期(令和3年9月1日-令和3年11月30日) | 2022-01-13 | Japanese | ||
|
2021
6 filings
| |||||
| 7625433 | 四半期報告書-第47期第1四半期(令和3年6月1日-令和3年8月31日) | 2021-10-14 | Japanese | ||
| 7626831 | 内部統制報告書-第46期(令和2年6月1日-令和3年5月31日) | 2021-08-26 | Japanese | ||
| 7626828 | 確認書 | 2021-08-26 | Japanese | ||
| 7626830 | 有価証券報告書-第46期(令和2年6月1日-令和3年5月31日) | 2021-08-26 | Japanese | ||
| 7672891 | 四半期報告書-第46期第3四半期(令和2年12月1日-令和3年2月28日) | 2021-04-13 | Japanese | ||
| 7678296 | 四半期報告書-第46期第2四半期(令和2年9月1日-令和2年11月30日) | 2021-01-13 | Japanese | ||
|
2020
6 filings
| |||||
| 7683073 | 四半期報告書-第46期第1四半期(令和2年6月1日-令和2年8月31日) | 2020-10-14 | Japanese | ||
| 7684410 | 内部統制報告書-第45期(令和1年6月1日-令和2年5月31日) | 2020-08-27 | Japanese | ||
| 7684408 | 確認書 | 2020-08-27 | Japanese | ||
| 7684412 | 有価証券報告書-第45期(令和1年6月1日-令和2年5月31日) | 2020-08-27 | Japanese | ||
| 7691406 | 四半期報告書-第45期第3四半期(令和1年12月1日-令和2年2月29日) | 2020-04-13 | Japanese | ||
| 7694853 | 四半期報告書-第45期第2四半期(令和1年9月1日-令和1年11月30日) | 2020-01-14 | Japanese | ||
|
2019
2 filings
| |||||
| 7698447 | 四半期報告書-第45期第1四半期(2019/06/01-2019/08/31) | 2019-10-15 | Japanese | ||
| 7699090 | 有価証券報告書-第44期(平成30年6月1日-令和1年5月31日) | 2019-08-29 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of optical instruments and photographic equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ABILITY
ODM and EMS provider of advanced optical and digital imagin…
|
2374 | TW | Manufacturing |
|
Advanced Fiber Resources (Zhuhai), Ltd.
Manufacturer of high-power passive optical components for l…
|
300620 | CN | Manufacturing |
|
aiPlex
Specializes in digital imaging and automotive safety, focus…
|
6225 | TW | Manufacturing |
|
Aksh Optifibre Ltd.
Global manufacturer of optical fiber, cables, FRP rods, and…
|
AKSHOPTFBR | IN | Manufacturing |
|
Altek
Provider of digital imaging solutions and AI edge vision fo…
|
3059 | TW | Manufacturing |
|
APOGEE
Manufactures thin-film filters and optical components for t…
|
6426 | TW | Manufacturing |
|
Appotronics Corporation Limited
Develops ALPD laser display technology for cinema, home, an…
|
688007 | CN | Manufacturing |
|
ARASHI VISION INC.
Develops 360-degree cameras, action cameras, and profession…
|
688775 | CN | Manufacturing |
|
ASIA
Manufacturer of precision optical components, lenses, and o…
|
3019 | TW | Manufacturing |
|
Asukanet Company,Limited
Offers photo printing, funeral imaging, aerial display tech…
|
2438 | JP | Manufacturing |
SIGMAKOKI 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/12152/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12152 | 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=12152 | 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=12152 \ -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": 12152}, 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 SIGMAKOKI CO.,LTD. (id: 12152)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.