
Inventage Lab Inc. — Investor Relations & Filings
Inventage Lab Inc. is a biopharmaceutical company specializing in the development of advanced Drug Delivery Systems (DDS). The company's foundation is its proprietary microfluidics-based platform technology, Laminar-FluiDigm™, which is applied to pharmaceutical research and manufacturing. Inventage Lab operates two primary platforms: IVL-DrugFluidic® for developing and producing microsphere-based long-acting injectables, and IVL-GeneFluidic® for the formulation and manufacturing of Lipid Nanoparticles (LNPs) for nucleic acid and gene therapies. The company's pipeline is focused on treating chronic and refractory diseases, with key programs targeting androgenic alopecia (male pattern baldness) and Alzheimer's disease. Other development areas include drug re-discovery for conditions like rheumatic arthritis and multiple sclerosis, and collaborative projects for HIV treatments and mRNA-based therapies.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| [기재정정]주요사항보고서(유상증자결정) | 2026-03-17 | Korean | |
| 주주총회소집공고 | 2026-03-17 | Korean | |
| 증권발행결과(자율공시) (4CB) | 2026-03-16 | Korean | |
| 증권발행결과(자율공시) (5BW) | 2026-03-16 | Korean | |
| 증권발행결과(자율공시) (제3자배정유상증자-전환우선주) | 2026-03-16 | Korean | |
| 매출액또는손익구조30%(대규모법인은15%)이상변동 | 2026-03-16 | Korean |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 32963462 | [기재정정]주요사항보고서(유상증자결정) | 2026-03-17 | Korean | ||
| 32959947 | 주주총회소집공고 | 2026-03-17 | Korean | ||
| 32956268 | 증권발행결과(자율공시) (4CB) | 2026-03-16 | Korean | ||
| 32956264 | 증권발행결과(자율공시) (5BW) | 2026-03-16 | Korean | ||
| 32956254 | 증권발행결과(자율공시) (제3자배정유상증자-전환우선주) | 2026-03-16 | Korean | ||
| 32956168 | 매출액또는손익구조30%(대규모법인은15%)이상변동 | 2026-03-16 | Korean | ||
| 32956150 | 주주총회소집결의 | 2026-03-16 | Korean | ||
| 32914463 | 주요사항보고서(유상증자결정) | 2026-03-09 | Korean | ||
| 32908248 | 타법인주식및출자증권취득결정(자율공시) | 2026-03-06 | Korean | ||
| 32908218 | 주요사항보고서(전환사채권발행결정) | 2026-03-06 | Korean | ||
| 32908215 | 주요사항보고서(신주인수권부사채권발행결정) | 2026-03-06 | Korean | ||
| 32847965 | 투자판단관련주요경영사항(임상시험계획승인신청등결정) (성인 안드로겐 탈모 남성에서 IVL3001의 유효성, 약동/약력학적 특성 및 안전성을 평가하기 위한 무작위배정, 공개, 평행 설계 2상 임상시험을 위한 호주 IND 계획 승인) | 2026-02-27 | Korean | ||
| 14754793 | 주식등의대량보유상황보고서(일반) | 2026-02-06 | Korean | ||
| 14208234 | 임원ㆍ주요주주특정증권등소유상황보고서 | 2026-02-04 | Korean | ||
| 14195170 | 임원ㆍ주요주주특정증권등소유상황보고서 | 2026-02-04 | 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… |
Inventage Lab 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/17664/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=17664 | 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=17664 | 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=17664 \ -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": 17664}, 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 Inventage Lab Inc. (id: 17664)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.