
FESCO GROUP CO., LTD — Investor Relations & Filings
FESCO Group Co., Ltd. is a comprehensive human resources service provider specializing in a wide range of workforce management solutions. The company offers services including HR outsourcing, recruitment and executive search, payroll and tax management, employee benefits administration, and labor dispatch. It also provides specialized consulting services related to labor laws and compliance. Serving a diverse clientele that includes multinational corporations, state-owned enterprises, and private businesses, the company leverages its extensive service network and decades of operational experience to streamline human capital management. Its core focus remains on delivering integrated HR solutions that enhance organizational efficiency and ensure regulatory compliance across various business sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2018年度内部控制审计报告 | 2019-04-12 | Chinese | |
| 2018年年度业绩预减公告 | 2019-01-30 | Chinese | |
| 第九届第四次董事会决议公告 | 2018-12-07 | Chinese | |
| 关于全资子公司之间吸收合并的公告 | 2018-12-07 | Chinese | |
| 关于收到政府补助的公告 | 2018-11-20 | Chinese | |
| 2018年1-3季度经营数据公告 | 2018-10-29 | Chinese |
Browse filings by year
27 years- 2026 14 filings
- 2025 106 filings
- 2024 73 filings
- 2023 107 filings
- 2022 146 filings
- 2021 69 filings
- 2020 40 filings
- 2019 62 filings
- 2018 66 filings
- 2017 61 filings
- 2016 49 filings
- 2015 59 filings
- 2014 29 filings
- 2013 21 filings
- 2012 24 filings
- 2011 19 filings
- 2010 22 filings
- 2009 25 filings
- 2008 26 filings
- 2007 20 filings
- 2006 43 filings
- 2005 16 filings
- 2004 10 filings
- 2003 13 filings
- 2002 15 filings
- 2001 7 filings
- 1994 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2019
2 filings
| |||||
| 41708870 | 2018年度内部控制审计报告 | 2019-04-12 | Chinese | ||
| 41708716 | 2018年年度业绩预减公告 | 2019-01-30 | Chinese | ||
|
2018
13 filings
| |||||
| 41708704 | 第九届第四次董事会决议公告 | 2018-12-07 | Chinese | ||
| 41708689 | 关于全资子公司之间吸收合并的公告 | 2018-12-07 | Chinese | ||
| 41708672 | 关于收到政府补助的公告 | 2018-11-20 | Chinese | ||
| 41708654 | 2018年1-3季度经营数据公告 | 2018-10-29 | Chinese | ||
| 41708637 | 2018年第三季度报告 | 2018-10-29 | Chinese | ||
| 41708620 | 关于控股股东增持公司股份结果的公告 | 2018-08-31 | Chinese | ||
| 41708608 | 北京市天元律师事务所关于北京国有资本经营管理中心增持北京城乡股份的专项核查意见 | 2018-08-31 | Chinese | ||
| 41708549 | 2018年半年度经营数据公告 | 2018-08-29 | Chinese | ||
| 41708535 | 2018年半年度报告摘要 | 2018-08-29 | Chinese | ||
| 41708522 | 2018年半年度报告 | 2018-08-29 | Chinese | ||
| 41708464 | 2017年年度权益分派实施公告 | 2018-08-02 | Chinese | ||
| 41708455 | 关于“15城乡01”公司债券回售结果的公告 | 2018-06-28 | Chinese | ||
| 41708446 | 第九届第一次监事会决议公告 | 2018-06-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Temporary employment agency activities and other human resource provisions
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aarvi Encon Limited
Provides technical manpower outsourcing and engineering con…
|
AARVI | IN | Administrative and support serv… |
|
Accordant Group Limited
Provides workforce management and recruitment services acro…
|
AGL | NZ | Administrative and support serv… |
|
ADCORP HOLDINGS LIMITED
Provides comprehensive workforce solutions including staffi…
|
ADR | ZA | Administrative and support serv… |
|
Adecco Group AG
A global talent and technology advisory firm offering compr…
|
ADI1 | CH | Administrative and support serv… |
|
Al Mawarid Manpower Co.
Provides HR solutions and recruitment for professional, tec…
|
1833 | SA | Administrative and support serv… |
|
AMADEUS FIRE AG
Provider of specialized personnel services and professional…
|
AAD | DE | Administrative and support serv… |
|
AMN HEALTHCARE SERVICES INC
Provides healthcare workforce solutions, staffing, and tech…
|
AMN | US | Administrative and support serv… |
|
ANI Integrated Services Limited
Provides technical manpower and engineering support for div…
|
AISL | IN | Administrative and support serv… |
|
ARTNER CO.,LTD.
Technical services provider specializing in engineer dispat…
|
2163 | JP | Administrative and support serv… |
|
ASHLEY SERVICES GROUP LIMITED
Provides integrated labor hire, recruitment, and vocational…
|
ASH | AU | Administrative and support serv… |
FESCO 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/57064/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57064 | 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=57064 | 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=57064 \ -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": 57064}, 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 FESCO GROUP CO., LTD (id: 57064)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.