Fuling Technology CO.,LTD — Investor Relations & Filings
Fuling Technology CO.,LTD. specializes in the development, production, and distribution of food service disposables. The company's product portfolio includes a wide range of cutlery, straws, cups, plates, and containers designed for the food and beverage industry. It focuses on providing both traditional plastic products and eco-friendly alternatives, such as biodegradable materials and paper-based solutions. Serving a global clientele that includes quick-service restaurants, beverage chains, and large-scale retailers, the company emphasizes manufacturing efficiency and product innovation. Its operations are supported by advanced production facilities and a commitment to meeting international quality and environmental standards. The company aims to address the evolving needs of the food service market through sustainable packaging options and high-volume supply chain reliability.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 东兴证券股份有限公司关于富岭科技股份有限公司使用超募资金用于在建募投项目的核查意见 | 2026-04-17 | Chinese | |
| 关于2026年度申请银行授信额度的公告 | 2026-04-17 | Chinese | |
| 关于2026年度对外担保额度预计的公告 | 2026-04-17 | Chinese | |
| 2025年度募集资金存放、管理与实际使用情况鉴证报告 | 2026-04-17 | Chinese | |
| 东兴证券股份有限公司关于富岭科技股份有限公司2025年度保荐工作报告 | 2026-04-17 | Chinese | |
| 关于确认董事、高级管理人员2025年度薪酬及2026年度薪酬方案的公告 | 2026-04-17 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39588624 | 东兴证券股份有限公司关于富岭科技股份有限公司使用超募资金用于在建募投项目的核查意见 | 2026-04-17 | Chinese | ||
| 39588622 | 关于2026年度申请银行授信额度的公告 | 2026-04-17 | Chinese | ||
| 39588620 | 关于2026年度对外担保额度预计的公告 | 2026-04-17 | Chinese | ||
| 39588617 | 2025年度募集资金存放、管理与实际使用情况鉴证报告 | 2026-04-17 | Chinese | ||
| 34826043 | 东兴证券股份有限公司关于富岭科技股份有限公司2025年度保荐工作报告 | 2026-04-17 | Chinese | ||
| 34826041 | 关于确认董事、高级管理人员2025年度薪酬及2026年度薪酬方案的公告 | 2026-04-17 | Chinese | ||
| 34826040 | 关于相关股东延长股份锁定期的公告 | 2026-04-17 | Chinese | ||
| 34826038 | 东兴证券股份有限公司关于富岭科技股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-17 | Chinese | ||
| 34826034 | 关于使用超募资金用于在建募投项目的公告 | 2026-04-17 | Chinese | ||
| 34826032 | 2025年度募集资金存放、管理与使用情况的专项报告 | 2026-04-17 | Chinese | ||
| 34826029 | 2025年度非经营性资金占用及其他关联资金往来情况的专项说明 | 2026-04-17 | Chinese | ||
| 34826026 | 董事会对独立董事独立性评估的专项意见 | 2026-04-17 | Chinese | ||
| 34826022 | 2025年年度报告 | 2026-04-17 | Chinese | ||
| 34826021 | 2025年年度报告摘要 | 2026-04-17 | Chinese | ||
| 39588615 | 关于使用自有资金进行现金管理的公告 | 2026-02-10 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of plastics products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Asia Plastic Recycling Holding Limited
Manufactures recycled EVA and PE foam materials and footwea…
|
1337 | TW | Manufacturing |
|
ASTRAL LIMITED
Produces advanced piping, adhesives, and bathware for integ…
|
ASTRAL | IN | Manufacturing |
|
Augros Cosmetic Packaging
Designs and manufactures custom packaging for the luxury co…
|
AUGR | FR | Manufacturing |
|
AUTINS GROUP PLC
Designer and manufacturer of acoustic and thermal managemen…
|
AUTG | GB | Manufacturing |
|
BAI-KAKAJI POLYMERS LIMITED
Manufacturer of HDPE and PP woven sacks and bags for indust…
|
544670 | IN | Manufacturing |
|
BAK AMBALAJ SANAYİ VE TİCARET A.Ş.
Manufacturer of flexible packaging solutions serving a glob…
|
BAKAB | TR | Manufacturing |
|
Barflex Polyfilms Limited
Manufactures high-barrier multilayer blown films and flexib…
|
BARFLEX | IN | Manufacturing |
|
BAYRAK EBT TABAN SANAYİ VE TİCARET A.Ş.
Manufacturer of shoe soles using various materials and ergo…
|
BAYRK | TR | Manufacturing |
|
Beardsell Limited
Manufactures insulation, packaging, cold chain, and prefabr…
|
BEARDSELL | IN | Manufacturing |
|
BERKOSAN YALITIM VE TECRİT MADDELERİ ÜRETİM VE TİCARET A.Ş.
Manufacturer of polyethylene foam for insulation, packaging…
|
BRKSN | TR | Manufacturing |
Fuling Technology 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/54039/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54039 | 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=54039 | 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=54039 \ -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": 54039}, 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 Fuling Technology CO.,LTD (id: 54039)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.