Fujian Start Group Co.,Ltd — Investor Relations & Filings
About Fujian Start Group Co.,Ltd
Fujian Start Group Co.,Ltd. specializes in the development and implementation of information technology solutions, focusing on the integration of the Internet of Things (IoT), big data, and cloud computing. The company provides a range of intelligent terminals, networking hardware, and software platforms tailored for sectors such as finance, telecommunications, and public administration. Its core activities involve the design of smart city infrastructure and the provision of data-driven services aimed at improving operational efficiency and digital connectivity. By leveraging its technical expertise in system integration and hardware manufacturing, the company delivers comprehensive digital transformation tools and specialized equipment to meet the requirements of modern enterprise and urban environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2019年第一季度报告 | 2019-04-29 | Chinese | |
| 关于计提公司各项资产减值准备的公告 | 2019-04-29 | Chinese | |
| 第九届董事会第三十次会议决议公告 | 2019-04-29 | Chinese | |
| 2018年度业绩预告更正公告 | 2019-04-23 | Chinese | |
| 涉及诉讼的公告 | 2019-04-19 | Chinese | |
| 中科融通物联科技无锡有限公司2018年9月30日财务报表 | 2019-04-08 | Chinese |
Browse filings by year
27 years- 2026 51 filings
- 2025 104 filings
- 2024 112 filings
- 2023 99 filings
- 2022 209 filings
- 2021 163 filings
- 2020 169 filings
- 2019 218 filings
- 2018 195 filings
- 2017 210 filings
- 2016 226 filings
- 2015 182 filings
- 2014 118 filings
- 2013 66 filings
- 2012 58 filings
- 2011 60 filings
- 2010 60 filings
- 2009 69 filings
- 2008 93 filings
- 2007 109 filings
- 2006 82 filings
- 2005 65 filings
- 2004 30 filings
- 2003 27 filings
- 2002 27 filings
- 2001 14 filings
- 1996 3 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2019
15 filings
| |||||
| 41487953 | 2019年第一季度报告 | 2019-04-29 | Chinese | ||
| 41487930 | 关于计提公司各项资产减值准备的公告 | 2019-04-29 | Chinese | ||
| 41487920 | 第九届董事会第三十次会议决议公告 | 2019-04-29 | Chinese | ||
| 41487912 | 2018年度业绩预告更正公告 | 2019-04-23 | Chinese | ||
| 41487902 | 涉及诉讼的公告 | 2019-04-19 | Chinese | ||
| 41487886 | 中科融通物联科技无锡有限公司2018年9月30日财务报表 | 2019-04-08 | Chinese | ||
| 41487864 | 深圳市东方拓宇科技有限公司2018年9月30日财务报表 | 2019-04-08 | Chinese | ||
| 41487843 | 关于2019年度预计担保事项的进展情况公告 | 2019-04-08 | Chinese | ||
| 41487835 | 关于公司部分银行账户被冻结的公告 | 2019-04-03 | Chinese | ||
| 41487825 | 关于控股股东所持公司股份被冻结的进展情况公告 | 2019-04-03 | Chinese | ||
| 41487818 | 风险提示公告 | 2019-04-03 | Chinese | ||
| 41487809 | 关于控股股东所持公司股份被冻结的公告 | 2019-04-02 | Chinese | ||
| 41487749 | 关于控股股东所持公司部分股份被动减持公告 | 2019-03-28 | Chinese | ||
| 41487741 | 董事辞职公告 | 2019-03-18 | Chinese | ||
| 41487727 | 2019年第一次临时股东大会法律意见书 | 2019-03-04 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Computer consultancy and computer facilities management activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1000mercis
Marketing technology group for data-driven advertising and …
|
ALMIL | FR | Telecommunications, computer pr… |
|
3C IT Solutions and Telecoms (India) Limited
Provides IT infrastructure, system integration, cloud, and …
|
544190 | IN | Telecommunications, computer pr… |
|
3 E Network Technology Group Ltd
B2B IT solutions provider of software for property, restaur…
|
MASK | US | Telecommunications, computer pr… |
|
3i Infotech limited
Provides digital transformation, cloud services, and specia…
|
3IINFOLTD | IN | Telecommunications, computer pr… |
|
4C Group AB
Provides software and expert services for readiness, traini…
|
4C | SE | Telecommunications, computer pr… |
|
4GLOBAL PLC
A data, services, and software company for the sports and p…
|
4GBL | GB | Telecommunications, computer pr… |
|
4SIGHT HOLDINGS LIMITED
Technology group providing digital transformation solutions…
|
4SIE | ZA | Telecommunications, computer pr… |
|
AAA TECHNOLOGIES LIMITED
Provides IS auditing, cybersecurity consulting, and IT comp…
|
AAATECH | IN | Telecommunications, computer pr… |
|
ABEJA,Inc.
An AI technology company that facilitates the digital trans…
|
5574 | JP | Telecommunications, computer pr… |
|
Abra Information Technologies Ltd.
Develops, implements, and integrates complex software and h…
|
ABRA | IL | Telecommunications, computer pr… |
Fujian Start Group 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/56961/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56961 | 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=56961 | 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=56961 \ -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": 56961}, 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 Fujian Start Group Co.,Ltd (id: 56961)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.