Macrogen, Inc. — Investor Relations & Filings
Macrogen, Inc. is a biotechnology company specializing in precision medicine and genomic analysis. It provides a comprehensive suite of services, including Next-Generation Sequencing (NGS), Sanger sequencing, and spatial transcriptome analysis, to a global client base. The company's core activities are focused on three key areas: Research and Data Analysis, offering fast and accurate genomic services to the scientific community; Clinical Diagnostics, advancing disease prediction through the integration of genomic and medical big data; and Personal Healthcare, providing genetic tests for wellness, nutrition, and disease risk assessment. By combining its extensive genomic expertise with big data and AI, Macrogen aims to deliver hyper-personalized healthcare solutions and innovate in the field of future medicine.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 주주총회집중일개최사유신고 | 2020-03-03 | Korean | |
| 기타경영사항(특허권취득)(자율공시)(암줄기세포 특이적 바이오마커) | 2020-02-17 | Korean | |
| 매출액또는손익구조30%(대규모법인은15%)이상변동 | 2020-02-13 | Korean | |
| 주요사항보고서(자기주식취득신탁계약해지결정) | 2020-01-10 | Korean | |
| 신탁계약해지결과보고서 | 2020-01-10 | Korean | |
| 기타경영사항(특허권취득)(자율공시)(복수의 블록체인에 기반을 둔 생명정보 데이터 제공 방법, 생명정보 데이터 저장 방법 및 생명정보 데이터 전송 시스템) | 2019-12-20 | Korean |
Browse filings by year
9 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2020
5 filings
| |||||
| 10145511 | 주주총회집중일개최사유신고 | 2020-03-03 | Korean | ||
| 10160713 | 기타경영사항(특허권취득)(자율공시)(암줄기세포 특이적 바이오마커) | 2020-02-17 | Korean | ||
| 10161441 | 매출액또는손익구조30%(대규모법인은15%)이상변동 | 2020-02-13 | Korean | ||
| 10169711 | 주요사항보고서(자기주식취득신탁계약해지결정) | 2020-01-10 | Korean | ||
| 10169706 | 신탁계약해지결과보고서 | 2020-01-10 | Korean | ||
|
2019
10 filings
| |||||
| 10174309 | 기타경영사항(특허권취득)(자율공시)(복수의 블록체인에 기반을 둔 생명정보 데이터 제공 방법, 생명정보 데이터 저장 방법 및 생명정보 데이터 전송 시스템) | 2019-12-20 | Korean | ||
| 10175743 | 주주명부폐쇄기간또는기준일설정 | 2019-12-16 | Korean | ||
| 10185013 | 분기보고서 (2019.09) | 2019-11-14 | Korean | ||
| 10191641 | 기타경영사항(특허권취득)(자율공시)(AXL을 포함하는 융합단백질 및 이를 포함하는 암 진단용 조성물) | 2019-10-28 | Korean | ||
| 10193977 | 전환가액의조정 | 2019-10-15 | Korean | ||
| 10197749 | 기타경영사항(특허권취득)(자율공시)(RET 단백질의 C-말단 도메인을 포함하는 융합단백질 및 이의 진단마커로의 용도) | 2019-09-24 | Korean | ||
| 10204600 | 반기보고서 (2019.06) | 2019-08-14 | Korean | ||
| 10251977 | 기타경영사항(특허권취득)(자율공시)(핵산 절단용 주사기 유닛) | 2019-06-17 | Korean | ||
| 10254003 | 기업설명회(IR)개최 | 2019-06-12 | Korean | ||
| 10254952 | 주요사항보고서(유형자산양수결정) | 2019-06-07 | Korean | ||
Market data
Market data not available
Price history
Peer group · Technical testing and analysis
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aerodrome Group Ltd.
Aerial intelligence firm providing UAV data collection, ana…
|
ARDM | IL | Professional, scientific and te… |
|
Allied Oil & Gas Corp.
Specialized provider of industrial products, technical serv…
|
AOG | CA | Professional, scientific and te… |
|
ALS LIMITED
Global provider of analytical testing, inspection, and cert…
|
ALQ | AU | Professional, scientific and te… |
|
Applus Services S.A.
Global provider of testing, inspection, and certification (…
|
APPS | ES | Professional, scientific and te… |
|
BactiQuant A/S
Provides patented technology for rapid monitoring of bacter…
|
BACTIQ | DK | Professional, scientific and te… |
|
BIODESIX INC
Develops blood-based diagnostic tests and biopharma service…
|
BDSX | US | Professional, scientific and te… |
|
BiotoxtechCo.,Ltd.
A non-clinical CRO providing safety and efficacy evaluation…
|
086040 | KR | Professional, scientific and te… |
|
Blutip Power Technologies Ltd.
Delivers precise energy measurement to reduce operational c…
|
BPR.H | CA | Professional, scientific and te… |
|
Britannia Life Sciences
Global product development platform providing integrated QA…
|
BLAB | CA | Professional, scientific and te… |
|
Bureau Veritas SA
A global provider of testing, inspection, and certification…
|
BVI | FR | Professional, scientific and te… |
Macrogen, 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/16681/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=16681 | 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=16681 | 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=16681 \ -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": 16681}, 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 Macrogen, Inc. (id: 16681)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.