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 |
|---|---|---|---|
| [기재정정]투자판단관련주요경영사항 (OliPass PNA 플랫폼 기술 기반 희귀질환 치료제 및 면역항암제 관련 치료제 개발을 위한 Vanda 제약과 신약 공동연구개발 계약 체결) | 2025-08-08 | Korean | |
| 불성실공시법인지정예고 (공시번복 2건) | 2025-07-23 | Korean | |
| 기타시장안내 (개선계획서 제출) | 2025-07-22 | Korean | |
| 임원ㆍ주요주주특정증권등소유상황보고서 | 2025-07-15 | Korean | |
| [기재정정]주주총회소집결의 (임시주주총회) | 2025-07-09 | Korean | |
| [기재정정]주주명부폐쇄기간또는기준일설정 | 2025-07-09 | Korean |
Browse filings by year
9 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 7876997 | [기재정정]투자판단관련주요경영사항 (OliPass PNA 플랫폼 기술 기반 희귀질환 치료제 및 면역항암제 관련 치료제 개발을 위한 Vanda 제약과 신약 공동연구개발 계약 체결) | 2025-08-08 | Korean | ||
| 7882438 | 불성실공시법인지정예고 (공시번복 2건) | 2025-07-23 | Korean | ||
| 7882836 | 기타시장안내 (개선계획서 제출) | 2025-07-22 | Korean | ||
| 7884750 | 임원ㆍ주요주주특정증권등소유상황보고서 | 2025-07-15 | Korean | ||
| 7885931 | [기재정정]주주총회소집결의 (임시주주총회) | 2025-07-09 | Korean | ||
| 7885909 | [기재정정]주주명부폐쇄기간또는기준일설정 | 2025-07-09 | Korean | ||
| 7888378 | 주식등의대량보유상황보고서(일반) | 2025-07-01 | Korean | ||
| 7888116 | 기타시장안내 (상장적격성 실질심사 대상 결정) | 2025-07-01 | Korean | ||
| 7888108 | 주권매매거래정지기간변경 (상장적격성 실질심사 대상 결정) | 2025-07-01 | Korean | ||
| 7890189 | [기재정정]주요사항보고서(유상증자결정) | 2025-06-25 | Korean | ||
| 7890188 | [기재정정]주요사항보고서(유상증자결정) | 2025-06-25 | Korean | ||
| 7890185 | 기타주요경영사항 (제3자배정 유상증자 결정 철회) | 2025-06-25 | Korean | ||
| 7893735 | [기재정정]주주총회소집결의 (임시주주총회) | 2025-06-11 | Korean | ||
| 7894209 | 기타시장안내 (실질심사 대상여부 결정을 위한 조사기간 연장 안내) | 2025-06-10 | Korean | ||
| 7899172 | 대표이사변경 | 2025-05-22 | 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.