OLIPASS CORPORATION — Investor Relations & Filings
OLIPASS CORPORATION is a research and development company focused on creating RNA therapeutics. The company's core activities are centered on its proprietary OliPass Peptide Nucleic Acid (OPNA) platform. OPNA is a novel technology derived from Peptide Nucleic Acid (PNA) by introducing a cationic lipid moiety onto the nucleobase. This structural modification is designed to markedly improve cell permeability, a key challenge in nucleic acid-based drug delivery. The platform is optimized to induce exon skipping by specifically binding to target pre-mRNA inside the cell nucleus, enabling the discovery and development of new therapeutic candidates.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| [기재정정]투자판단관련주요경영사항 (신약 공동연구개발 연구개발비 수령) | 2025-09-15 | Korean | |
| [기재정정]투자판단관련주요경영사항 (신약 공동연구개발 연구개발비 수령) | 2025-09-15 | Korean | |
| [기재정정]투자판단관련주요경영사항 (신약 공동연구개발 연구개발비 수령) | 2025-09-15 | Korean | |
| [기재정정]주주총회소집결의 (임시주주총회) | 2025-09-12 | Korean | |
| 주주총회소집공고 | 2025-09-12 | Korean | |
| 기타시장안내 (상장폐지 관련 이의신청서 접수) | 2025-09-10 | Korean |
Browse filings by year
9 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 7864412 | [기재정정]투자판단관련주요경영사항 (신약 공동연구개발 연구개발비 수령) | 2025-09-15 | Korean | ||
| 7864411 | [기재정정]투자판단관련주요경영사항 (신약 공동연구개발 연구개발비 수령) | 2025-09-15 | Korean | ||
| 7864410 | [기재정정]투자판단관련주요경영사항 (신약 공동연구개발 연구개발비 수령) | 2025-09-15 | Korean | ||
| 7864676 | [기재정정]주주총회소집결의 (임시주주총회) | 2025-09-12 | Korean | ||
| 7864671 | 주주총회소집공고 | 2025-09-12 | Korean | ||
| 7865264 | 기타시장안내 (상장폐지 관련 이의신청서 접수) | 2025-09-10 | Korean | ||
| 7865943 | 기타경영사항(자율공시) (공개매각을 위한 주간사계약 체결의 건) | 2025-09-08 | Korean | ||
| 7870788 | 기타시장안내 (기업심사위원회 개최 결과 안내) | 2025-08-20 | Korean | ||
| 7870782 | 주권매매거래정지기간변경 (상장폐지 사유 발생) | 2025-08-20 | Korean | ||
| 7871297 | 불성실공시법인지정 (공시번복 2건) | 2025-08-18 | Korean | ||
| 7872279 | 반기보고서 (2025.06) | 2025-08-14 | Korean | ||
| 7871862 | 반기검토(감사)의견부적정등사실확인(자본잠식률100분의50이상또는자기자본10억원미만포함) | 2025-08-14 | Korean | ||
| 7871861 | 반기또는분기매출액미달사실발생 | 2025-08-14 | Korean | ||
| 7871610 | 기타시장안내 (상장적격성 실질심사 사유추가 안내) | 2025-08-14 | Korean | ||
| 7875428 | [기재정정]주주총회소집결의 (임시주주총회) | 2025-08-13 | Korean | ||
Market data
Market data not available
Price history
Peer group · Research and experimental development on natural sciences and engineering
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1NKEMIA
Biotechnology company providing R&D and services for the li…
|
IKM | ES | Professional, scientific and te… |
|
2cureX AB
Develops an IVD test using 3D tumoroids to predict patient …
|
2CUREX | SE | Professional, scientific and te… |
|
Abattis Bioceuticals Corp.
Life sciences company aggregating and investing in cannabis…
|
ATTBF | CA | Professional, scientific and te… |
|
Abera Bioscience AB
Develops mucosal vaccines using a proprietary Outer Membran…
|
ABERA | SE | Professional, scientific and te… |
|
ABION Inc.
Clinical-stage biopharma developing therapeutics for oncolo…
|
203400 | KR | Professional, scientific and te… |
|
ABL Bio Inc.
Develops bispecific antibody therapeutics for oncology and …
|
298380 | KR | Professional, scientific and te… |
|
Abnova
Global leader in high-throughput production of antibodies a…
|
4133 | TW | Professional, scientific and te… |
|
Abpro Holdings, Inc.
Clinical-stage biotech developing antibody therapeutics for…
|
ABP | US | Professional, scientific and te… |
|
Absci Corp
A generative AI drug creation company developing biologic m…
|
ABSI | US | Professional, scientific and te… |
|
Achiko AG
A digital services platform for cross-border business compl…
|
ACHI | CH | Professional, scientific and te… |
OLIPASS CORPORATION 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/17661/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=17661 | 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=17661 | 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=17661 \ -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": 17661}, 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 OLIPASS CORPORATION (id: 17661)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.