
QINGMU TEC CO., LTD. — Investor Relations & Filings
Qingmu Tec Co., Ltd. is a professional e-commerce service provider specializing in digital retail solutions and brand management. The company offers a comprehensive suite of services including online store operations, digital marketing, customer relationship management, and information technology system development. By leveraging data-driven insights and advanced technical infrastructure, the firm assists global brands in establishing and optimizing their presence across major digital commerce platforms. Its core capabilities encompass full-chain services from strategic planning and creative design to warehousing, logistics integration, and after-sales support. The company focuses on delivering integrated retail strategies that enhance brand value and operational efficiency in complex digital ecosystems through specialized technical support and market analysis.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度权益分派实施公告 | 2026-05-22 | Chinese | |
| 北京市竞天公诚律师事务所关于青木科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-19 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-19 | Chinese | |
| 关于董事会完成换届选举、聘任高级管理人员及证券事务代表暨部分高级管理人员任期届满离任的公告 | 2026-05-19 | Chinese | |
| 第四届董事会第一次会议决议公告 | 2026-05-19 | Chinese | |
| 兴业证券股份有限公司关于青木科技股份有限公司2025年度持续督导跟踪报告 | 2026-05-13 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46806934 | 2025年年度权益分派实施公告 | 2026-05-22 | Chinese | ||
| 46512439 | 北京市竞天公诚律师事务所关于青木科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-19 | Chinese | ||
| 46512438 | 2025年年度股东会决议公告 | 2026-05-19 | Chinese | ||
| 46512437 | 关于董事会完成换届选举、聘任高级管理人员及证券事务代表暨部分高级管理人员任期届满离任的公告 | 2026-05-19 | Chinese | ||
| 46512440 | 第四届董事会第一次会议决议公告 | 2026-05-19 | Chinese | ||
| 45564623 | 兴业证券股份有限公司关于青木科技股份有限公司2025年度持续督导跟踪报告 | 2026-05-13 | Chinese | ||
| 45564614 | 兴业证券股份有限公司关于青木科技股份有限公司保荐总结报告书 | 2026-05-13 | Chinese | ||
| 39262693 | 2025年年度报告摘要 | 2026-04-26 | Chinese | ||
| 39262690 | 2025年度独立董事述职报告(韩慧博) | 2026-04-26 | Chinese | ||
| 39262686 | 2025年年度内部控制审计报告 | 2026-04-26 | Chinese | ||
| 39262681 | 2025年度内部控制评价报告 | 2026-04-26 | Chinese | ||
| 39262677 | 青木科技股份有限公司信息披露暂缓与豁免管理制度 | 2026-04-26 | Chinese | ||
| 39262672 | 独立董事提名人声明与承诺(王浩) | 2026-04-26 | Chinese | ||
| 39262671 | 2025年募集资金年度存放、管理与使用情况鉴证报告 | 2026-04-26 | Chinese | ||
| 39262654 | 青木科技股份有限公司2025年度会计师事务所履职情况的评估报告 | 2026-04-26 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Advertising activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Joy Spreader Group Inc.
Marketing technology company specializing in mobile new med…
|
6988 | KY | Professional, scientific and te… |
|
Jungle21 S.A.
An ecosystem of creative companies in strategy, design, tec…
|
MLJ21 | ES | Professional, scientific and te… |
|
Kexin Development Co.,Ltd,Shanxi
Provides digital marketing, precision advertising, and tech…
|
600234 | CN | Professional, scientific and te… |
|
KIDOZ INC.
Mobile ad tech company delivering safe, compliant digital c…
|
— | CA | Professional, scientific and te… |
|
Klarsen
A data marketing agency offering GDPR-compliant solutions f…
|
ALKLA | FR | Professional, scientific and te… |
|
kt nasmedia Co., Ltd.
A digital marketing platform providing integrated media pla…
|
089600 | KR | Professional, scientific and te… |
|
LAMAR ADVERTISING CO/NEW
An out-of-home advertising firm operating a network of over…
|
LAMR | US | Professional, scientific and te… |
|
Lesi Group Limited
A mobile advertising service provider delivering end-to-end…
|
2540 | HK | Professional, scientific and te… |
|
Lovable Marketing Group, Inc.
A marketing firm specializing in social media and marketing…
|
9254 | JP | Professional, scientific and te… |
|
Macbee Planet,Inc.
A data-driven marketing firm offering LTV analysis with a p…
|
7095 | JP | Professional, scientific and te… |
QINGMU TEC 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/56061/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56061 | 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=56061 | 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=56061 \ -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": 56061}, 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 QINGMU TEC CO., LTD. (id: 56061)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.