Anhui Province Natural Gas Development Co.,Ltd. — Investor Relations & Filings
About Anhui Province Natural Gas Development Co.,Ltd.
Anhui Province Natural Gas Development Co.,Ltd. specializes in the construction, operation, and management of natural gas infrastructure. The company focuses on the development of provincial-level natural gas branch pipelines and long-distance transmission networks. Its core operations include the transmission and distribution of natural gas, as well as the sale of compressed natural gas (CNG) and liquefied natural gas (LNG). The company provides integrated energy solutions to industrial, commercial, and residential sectors, facilitating the transition to cleaner energy sources. Key services encompass technical consulting, pipeline maintenance, and the operation of gas refueling stations. By managing a comprehensive network of high-pressure pipelines and distribution facilities, the organization ensures a stable and efficient energy supply across its regional service areas, supporting large-scale infrastructure projects and urban gasification initiatives.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于安徽省能源集团财务有限公司2025年度风险持续评估报告 | 2026-04-09 | Chinese | |
| 2025年度董事会审计委员会履职情况报告 | 2026-04-09 | Chinese | |
| 关于召开2025年年度股东会的通知 | 2026-04-09 | Chinese | |
| 2025年年度报告摘要 | 2026-04-09 | Chinese | |
| 关于召开2025年年度业绩说明会的公告 | 2026-04-09 | Chinese | |
| 2025年度募集资金存放与实际使用情况的专项报告 | 2026-04-09 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 37707717 | 关于安徽省能源集团财务有限公司2025年度风险持续评估报告 | 2026-04-09 | Chinese | ||
| 37707707 | 2025年度董事会审计委员会履职情况报告 | 2026-04-09 | Chinese | ||
| 37707706 | 关于召开2025年年度股东会的通知 | 2026-04-09 | Chinese | ||
| 37707704 | 2025年年度报告摘要 | 2026-04-09 | Chinese | ||
| 37707701 | 关于召开2025年年度业绩说明会的公告 | 2026-04-09 | Chinese | ||
| 37707697 | 2025年度募集资金存放与实际使用情况的专项报告 | 2026-04-09 | Chinese | ||
| 37707696 | 国元证券股份有限公司关于安徽省天然气开发股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-09 | Chinese | ||
| 37707687 | 关于修订《公司章程》的公告 | 2026-04-09 | Chinese | ||
| 37707683 | 2025年独立董事述职报告(章剑平) | 2026-04-09 | Chinese | ||
| 37707670 | 安徽省天然气开发股份有限公司2025年12月31日内部控制审计报告 | 2026-04-09 | Chinese | ||
| 37707667 | 关于2025年度会计师事务所履职情况评估报告 | 2026-04-09 | Chinese | ||
| 37707665 | 安徽省天然气开发股份有限公司2025年度募集资金年度存放、管理与实际使用情况鉴证报告 | 2026-04-09 | Chinese | ||
| 37707567 | 安徽省天然气开发股份有限公司2025年度审计报告 | 2026-04-09 | Chinese | ||
| 37707131 | 关于可转债转股结果暨股份变动公告 | 2026-04-01 | Chinese | ||
| 37707129 | 关于变更持续督导保荐代表人的公告 | 2026-03-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of gas; distribution of gaseous fuels through mains
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Clean Energy Fuels Corp.
Provider of renewable natural gas from organic waste for tr…
|
CLNE | US | Electricity, gas, steam and air… |
|
COMPANHIA DE GÁS DE SÃO PAULO - COMGÁS
Operates a 16,000 km natural gas distribution network servi…
|
— | BR | Electricity, gas, steam and air… |
|
COMPASS GÁS E ENERGIA S.A.
Integrated energy company focused on the natural gas value …
|
— | BR | Electricity, gas, steam and air… |
|
Confidence Petroleum India Limited
Integrated LPG company specializing in cylinder manufacturi…
|
CONFIPET | IN | Electricity, gas, steam and air… |
|
Cortus Energy AB
Gasifies biomass and waste into renewable energy gas for in…
|
CE | SE | Electricity, gas, steam and air… |
|
DAESUNG ENERGY CO.,LTD
Integrated energy company supplying city gas and developing…
|
117580 | KR | Electricity, gas, steam and air… |
|
DAESUNG HOLDINGS CO., LTD.
Diversified holding company in city gas distribution, IT, a…
|
016710 | KR | Electricity, gas, steam and air… |
|
DELONG COMPOSITE ENERGY GROUP CO., LTD
Comprehensive energy service provider for natural gas infra…
|
000593 | CN | Electricity, gas, steam and air… |
|
E1 Corporation
An LPG distribution company expanding into hydrogen, EV cha…
|
017940 | KR | Electricity, gas, steam and air… |
|
EASTERN GAS CORPORATION LIMITED
Manages natural gas infrastructure, specializing in transmi…
|
EGA | AU | Electricity, gas, steam and air… |
Anhui Province Natural Gas Development 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/57780/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57780 | 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=57780 | 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=57780 \ -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": 57780}, 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 Anhui Province Natural Gas Development Co.,Ltd. (id: 57780)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.