
SMARTGIANT TECHNOLOGY CO., LTD. — Investor Relations & Filings
SMARTGIANT TECHNOLOGY CO., LTD. specializes in the development and manufacturing of advanced automated test equipment and industrial measurement solutions. The company provides a comprehensive suite of products, including PXI/PXIe-based modular instruments, data acquisition systems, and integrated test platforms designed for high-precision electronics manufacturing. Its core offerings focus on functional testing, signal analysis, and automated control systems tailored for sectors such as consumer electronics, automotive systems, and telecommunications. By leveraging proprietary hardware and software integration, the company delivers scalable and efficient testing architectures that optimize production workflows and ensure product quality. Its technical expertise encompasses high-speed signal processing, modular instrumentation, and customized industrial automation frameworks.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度股东会决议公告 | 2026-05-19 | Chinese | |
| 北京大成(广州)律师事务所关于广州思林杰科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-19 | Chinese | |
| 关于参加十五五·未来产业——科创企业产业迭代与创新赋能之2025年度智能制造行业集体业绩说明会暨召开2026年第一季度业绩说明会的公告 | 2026-05-14 | Chinese | |
| 关于使用部分暂时闲置自有资金进行现金管理的公告 | 2026-04-24 | Chinese | |
| 董事会审计委员会2025年度履职情况报告 | 2026-04-24 | Chinese | |
| 2025年度独立董事述职报告(秦雪梅) | 2026-04-24 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46566475 | 2025年年度股东会决议公告 | 2026-05-19 | Chinese | ||
| 46566474 | 北京大成(广州)律师事务所关于广州思林杰科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-19 | Chinese | ||
| 46344078 | 关于参加十五五·未来产业——科创企业产业迭代与创新赋能之2025年度智能制造行业集体业绩说明会暨召开2026年第一季度业绩说明会的公告 | 2026-05-14 | Chinese | ||
| 39459435 | 关于使用部分暂时闲置自有资金进行现金管理的公告 | 2026-04-24 | Chinese | ||
| 39459428 | 董事会审计委员会2025年度履职情况报告 | 2026-04-24 | Chinese | ||
| 39459419 | 2025年度独立董事述职报告(秦雪梅) | 2026-04-24 | Chinese | ||
| 39459414 | 国联民生证券承销保荐有限公司关于广州思林杰科技股份有限公司使用部分暂时闲置募集资金进行现金管理的核查意见 | 2026-04-24 | Chinese | ||
| 39459406 | 关于使用节余募集资金永久补充流动资金的公告 | 2026-04-24 | Chinese | ||
| 39459390 | 董事会秘书工作细则 | 2026-04-24 | Chinese | ||
| 39459383 | 国联民生证券承销保荐有限公司关于广州思林杰科技股份有限公司2025年度募集资金存放和实际使用情况的核查意见 | 2026-04-24 | Chinese | ||
| 39459374 | 2025年年度报告摘要 | 2026-04-24 | Chinese | ||
| 39459373 | 关于2026年第一季度计提资产减值准备的公告 | 2026-04-24 | Chinese | ||
| 39459366 | 2025年年度报告 | 2026-04-24 | Chinese | ||
| 39459330 | 2025年度独立董事述职报告(张通翔) | 2026-04-24 | Chinese | ||
| 39459287 | 天健会计师事务所(特殊普通合伙)关于广州思林杰科技股份有限公司营业收入扣除情况的专项核查意见 | 2026-04-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of measuring, testing, navigating and control equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
PETARDS GROUP PLC
Develops security, surveillance, and communication systems …
|
PET | GB | Manufacturing |
|
Phase Holographic Imaging PHI AB
Develops instrumentation for non-invasive, label-free live …
|
PHI | SE | Manufacturing |
|
Photon Control Inc.
Designs precision fiber optic measurement solutions for sem…
|
PHO | CA | Manufacturing |
|
PIPEHAWK PLC
Provides advanced engineering solutions and specialized equ…
|
PIP | GB | Manufacturing |
|
Plejd AB
Develops smart automation products for lighting, window cov…
|
PLEJD | SE | Manufacturing |
|
Power Measurement, Inc.
Manufactures test systems verifying accuracy and compliance…
|
— | CA | Manufacturing |
|
POWER PROBE LIMITED
Develops and produces specialized diagnostic tools for the …
|
— | GB | Manufacturing |
|
Precia Molen
Designs, manufactures, and services industrial and commerci…
|
PREC | FR | Manufacturing |
|
Precision System Science Co., Ltd.
Develops automated systems for analytical and diagnostic au…
|
7707 | JP | Manufacturing |
|
Priortech Ltd.
A holding company that invests in and develops semiconducto…
|
PRTC | IL | Manufacturing |
SMARTGIANT TECHNOLOGY CO., LTD. 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/58159/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58159 | 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=58159 | 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=58159 \ -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": 58159}, 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 SMARTGIANT TECHNOLOGY CO., LTD. (id: 58159)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.