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 |
|---|---|---|---|
|
ADANI TOTAL GAS LIMITED
Develops city gas distribution networks for PNG, CNG, EV ch…
|
ATGL | IN | Electricity, gas, steam and air… |
|
AHLATCI DOĞAL GAZ DAĞITIM ENERJİ VE YATIRIM A.Ş.
An energy company specializing in natural gas distribution,…
|
AHGAZ | TR | Electricity, gas, steam and air… |
|
AltaGas Ltd.
North American energy infrastructure managing natural gas d…
|
ALA | CA | Electricity, gas, steam and air… |
|
Amber Grid
Operator of the natural gas transmission system, managing i…
|
AMG1L | LT | Electricity, gas, steam and air… |
|
APA GROUP
Operates gas pipelines, electricity transmission, and renew…
|
APA | AU | Electricity, gas, steam and air… |
|
APA INFRASTRUCTURE LIMITED
Operates gas pipelines, storage, and renewable energy infra…
|
AP2 | AU | Electricity, gas, steam and air… |
|
Ascopiave
A natural gas distributor also active in renewables, heat, …
|
ASC | IT | Electricity, gas, steam and air… |
|
ATMOS ENERGY CORP
A natural gas-only company engaged in regulated distributio…
|
ATO | US | Electricity, gas, steam and air… |
|
AYGAZ A.Ş.
An integrated LPG company managing the full value chain, in…
|
AYGAZ | TR | Electricity, gas, steam and air… |
|
BAŞKENT DOĞALGAZ DAĞITIM GAYRİMENKUL YATIRIM ORTAKLIĞI A.Ş.
Distributes natural gas in the Ankara region and operates a…
|
BASGZ | TR | 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.