
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 |
|---|---|---|---|
| 独立董事工作制度 | 2023-04-18 | Chinese | |
| 北京城乡第十届第五次董事会决议公告 | 2023-04-18 | Chinese | |
| 募集资金使用管理办法 | 2023-04-18 | Chinese | |
| 北京城乡独立董事关于第十届董事会第五次会议相关事项的事前认可意见 | 2023-04-18 | Chinese | |
| 董事会提名委员会工作细则 | 2023-04-18 | Chinese | |
| 董事会战略委员会工作细则 | 2023-04-18 | Chinese |
Browse filings by year
27 years- 2026 12 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 | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 41723462 | 独立董事工作制度 | 2023-04-18 | Chinese | ||
| 41723450 | 北京城乡第十届第五次董事会决议公告 | 2023-04-18 | Chinese | ||
| 41723442 | 募集资金使用管理办法 | 2023-04-18 | Chinese | ||
| 41723419 | 北京城乡独立董事关于第十届董事会第五次会议相关事项的事前认可意见 | 2023-04-18 | Chinese | ||
| 41723415 | 董事会提名委员会工作细则 | 2023-04-18 | Chinese | ||
| 41723410 | 董事会战略委员会工作细则 | 2023-04-18 | Chinese | ||
| 41723406 | 股东大会议事规则 | 2023-04-18 | Chinese | ||
| 41723397 | 董事会薪酬与考核委员会工作细则 | 2023-04-18 | Chinese | ||
| 41723390 | 公司章程 | 2023-04-18 | Chinese | ||
| 41723376 | 董事会议事规则 | 2023-04-18 | Chinese | ||
| 41723373 | 北京城乡关于使用自有资金进行保本金融产品投资的公告 | 2023-04-18 | Chinese | ||
| 41723367 | 关联交易管理制度 | 2023-04-18 | Chinese | ||
| 41723354 | 北京城乡关于开设募集资金专项账户并授权签署募集资金三方监管协议的公告 | 2023-04-18 | Chinese | ||
| 41723347 | 北京城乡关于变更公司年度财务审计和内控审计机构的公告 | 2023-04-18 | Chinese | ||
| 41723339 | 北京城乡关于变更办公地址和投资者联系方式的公告 | 2023-04-18 | 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.