
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 |
|---|---|---|---|
| 北京人力2025年第二次临时股东大会会议材料 | 2025-09-29 | Chinese | |
| 北京人力内部审计管理制度 | 2025-09-17 | Chinese | |
| 北京人力董事和高级管理人员持股变动管理制度 | 2025-09-17 | Chinese | |
| 北京人力总经理工作细则 | 2025-09-17 | Chinese | |
| 北京人力信息披露管理制度 | 2025-09-17 | Chinese | |
| 北京人力薪酬与考核委员会工作细则 | 2025-09-17 | 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 | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 41728702 | 北京人力2025年第二次临时股东大会会议材料 | 2025-09-29 | Chinese | ||
| 41728695 | 北京人力内部审计管理制度 | 2025-09-17 | Chinese | ||
| 41728685 | 北京人力董事和高级管理人员持股变动管理制度 | 2025-09-17 | Chinese | ||
| 41728669 | 北京人力总经理工作细则 | 2025-09-17 | Chinese | ||
| 41728662 | 北京人力信息披露管理制度 | 2025-09-17 | Chinese | ||
| 41728655 | 北京人力薪酬与考核委员会工作细则 | 2025-09-17 | Chinese | ||
| 41728645 | 北京人力董事会提名委员会工作细则 | 2025-09-17 | Chinese | ||
| 41728632 | 北京人力董事会审计与风险委员会工作细则 | 2025-09-17 | Chinese | ||
| 41728627 | 北京人力董事会议事规则 | 2025-09-17 | Chinese | ||
| 41728618 | 北京国际人力资本集团股份有限公司章程 | 2025-09-17 | Chinese | ||
| 41728612 | 北京人力董事会授权管理制度 | 2025-09-17 | Chinese | ||
| 41728606 | 北京人力投资者关系管理制度 | 2025-09-17 | Chinese | ||
| 41728600 | 北京人力信息披露暂缓与豁免业务管理制度 | 2025-09-17 | Chinese | ||
| 41728587 | 北京人力累积投票制度实施细则 | 2025-09-17 | Chinese | ||
| 41728580 | 北京人力关联交易管理制度 | 2025-09-17 | 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.