
OHARA INC. — Investor Relations & Filings
OHARA INC. is a specialized manufacturer of optical glass and advanced glass materials. The company develops and produces a wide range of high-quality products for the optical and electronics sectors. Its portfolio features over 150 types of precision optical glass, low-expansion glass-ceramics such as Clearceram®-z, UV transmitting i-Line glasses, radiation-resistant glasses, and high-homogeneity glass. These materials are available in various forms, including blocks, cut blanks, pressings, and polished substrates, to support state-of-the-art applications. The company's operations are supported by a strong focus on research and development and comprehensive quality assurance processes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 確認書 | 2022-09-09 | Japanese | |
| 四半期報告書-第114期第3四半期(令和4年5月1日-令和4年7月31日) | 2022-09-09 | Japanese | |
| 四半期報告書-第114期第2四半期(令和4年2月1日-令和4年4月30日) | 2022-06-10 | Japanese | |
| 四半期報告書-第114期第1四半期(令和3年11月1日-令和4年1月31日) | 2022-03-11 | Japanese | |
| 内部統制報告書-第113期(令和2年11月1日-令和3年10月31日) | 2022-01-27 | Japanese | |
| 確認書 | 2022-01-27 | Japanese |
Browse filings by year
11 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
7 filings
| |||||
| 7589705 | 確認書 | 2022-09-09 | Japanese | ||
| 7589704 | 四半期報告書-第114期第3四半期(令和4年5月1日-令和4年7月31日) | 2022-09-09 | Japanese | ||
| 7605642 | 四半期報告書-第114期第2四半期(令和4年2月1日-令和4年4月30日) | 2022-06-10 | Japanese | ||
| 7615040 | 四半期報告書-第114期第1四半期(令和3年11月1日-令和4年1月31日) | 2022-03-11 | Japanese | ||
| 7618906 | 内部統制報告書-第113期(令和2年11月1日-令和3年10月31日) | 2022-01-27 | Japanese | ||
| 7618903 | 確認書 | 2022-01-27 | Japanese | ||
| 7618907 | 有価証券報告書-第113期(令和2年11月1日-令和3年10月31日) | 2022-01-27 | Japanese | ||
|
2021
7 filings
| |||||
| 7626449 | 四半期報告書-第113期第3四半期(令和3年5月1日-令和3年7月31日) | 2021-09-10 | Japanese | ||
| 7670685 | 四半期報告書-第113期第2四半期(令和3年2月1日-令和3年4月30日) | 2021-06-11 | Japanese | ||
| 7674822 | 四半期報告書-第113期第1四半期(令和2年11月1日-令和3年1月31日) | 2021-03-12 | Japanese | ||
| 7677915 | 内部統制報告書-第112期(令和1年11月1日-令和2年10月31日) | 2021-01-28 | Japanese | ||
| 7677912 | 確認書 | 2021-01-28 | Japanese | ||
| 7677916 | 有価証券報告書-第112期(令和1年11月1日-令和2年10月31日) | 2021-01-28 | Japanese | ||
| 7677913 | 訂正有価証券報告書-第111期(平成30年11月1日-令和1年10月31日) | 2021-01-28 | Japanese | ||
|
2020
1 filing
| |||||
| 7684023 | 四半期報告書-第112期第3四半期(令和2年5月1日-令和2年7月31日) | 2020-09-11 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of glass and glass products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Agarwal Float Glass India Limited
Trades and processes diverse glass products for constructio…
|
AGARWALFT | IN | Manufacturing |
|
Agarwal Toughened Glass India Limited
Manufacturer of high-performance safety glass for structura…
|
AGARWALTUF | IN | Manufacturing |
|
AGC Inc.
Global manufacturer of glass, electronics, chemicals, and c…
|
5201 | JP | Manufacturing |
|
AGI GREENPAC LIMITED
Manufactures glass containers, PET bottles, and closures fo…
|
AGI | IN | Manufacturing |
|
Anhui Deli Household Glass Co.,Ltd.
Specializes in the production and global distribution of da…
|
002571 | CN | Manufacturing |
|
Asahi India Glass Ltd.
Integrated glass solutions provider for automotive and arch…
|
ASAHIINDIA | IN | Manufacturing |
|
Asahimas Flat Glass Tbk
Manufacturer of flat glass, automotive glass, and mirrors.
|
AMFG | ID | Manufacturing |
|
Baluchistan Glass Limited
Manufactures and sells glass containers for food, beverages…
|
BGL | PK | Manufacturing |
|
BANDARAM PHARMA PACKTECH LIMITED
Manufactures and distributes primary packaging solutions fo…
|
524602 | IN | Manufacturing |
|
Borosil Limited
Manufacturer of borosilicate glassware for consumer, scient…
|
BOROLTD | IN | Manufacturing |
OHARA 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/11507/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=11507 | 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=11507 | 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=11507 \ -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": 11507}, 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 OHARA INC. (id: 11507)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.