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-02-10 | Chinese | |
| 东兴证券股份有限公司关于富岭科技股份有限公司开展外汇衍生品套期保值业务的核查意见 | 2026-02-10 | Chinese | |
| 第二届董事会第十四次会议决议公告 | 2026-02-10 | Chinese | |
| 东兴证券股份有限公司关于富岭科技股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2026-02-10 | Chinese | |
| 关于开展外汇衍生品套期保值业务的公告 | 2026-02-10 | Chinese | |
| 关于使用部分闲置募集资金进行现金管理的公告 | 2026-02-10 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39588608 | 关于开展外汇衍生品套期保值业务的可行性分析报告 | 2026-02-10 | Chinese | ||
| 39588597 | 东兴证券股份有限公司关于富岭科技股份有限公司开展外汇衍生品套期保值业务的核查意见 | 2026-02-10 | Chinese | ||
| 39588587 | 第二届董事会第十四次会议决议公告 | 2026-02-10 | Chinese | ||
| 39588576 | 东兴证券股份有限公司关于富岭科技股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2026-02-10 | Chinese | ||
| 39588566 | 关于开展外汇衍生品套期保值业务的公告 | 2026-02-10 | Chinese | ||
| 39588560 | 关于使用部分闲置募集资金进行现金管理的公告 | 2026-02-10 | Chinese | ||
| 39588552 | 东兴证券股份有限公司关于富岭科技股份有限公司使用自有资金进行现金管理的核查意见 | 2026-02-10 | Chinese | ||
| 39588546 | 2025年度业绩预告 | 2026-01-23 | Chinese | ||
| 39588536 | 东兴证券股份有限公司关于富岭科技股份有限公司关于部分首次公开发行前已发行股份及首次公开发行战略配售股份上市流通的核查意见 | 2026-01-19 | Chinese | ||
| 39588532 | 关于部分首次公开发行前已发行股份及首次公开发行战略配售股份上市流通的提示性公告 | 2026-01-19 | Chinese | ||
| 39588523 | 关于为全资子公司提供担保进展情况的公告 | 2026-01-16 | Chinese | ||
| 39588516 | 东兴证券股份有限公司关于富岭科技股份有限公司2025年度持续督导现场培训报告 | 2026-01-15 | Chinese | ||
| 39588515 | 东兴证券股份有限公司关于富岭科技股份有限公司2025年度现场检查报告 | 2026-01-15 | Chinese | ||
| 39588508 | 关于为全资子公司提供担保进展情况的公告 | 2026-01-07 | Chinese | ||
| 39588499 | 关于为全资子公司提供担保进展情况的公告 | 2026-01-04 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of plastics products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aa Industrial Belting (Shanghai) Co., Ltd
Develops and manufactures high-performance industrial conve…
|
603580 | CN | Manufacturing |
|
ACE/Security Laminates Corporation
Global provider of high-performance security laminates for …
|
ACEX | CA | Manufacturing |
|
Achilles Corporation
A manufacturer of plastic and rubber products for consumer …
|
5142 | JP | Manufacturing |
|
ADVANCED DRAINAGE SYSTEMS, INC.
Manufacturer of water management solutions for stormwater a…
|
WMS | US | Manufacturing |
|
Aeron Composite Limited
Designs and manufactures FRP and GRP products for industria…
|
AERON | IN | Manufacturing |
|
A.F. Enterprises Limited
Manufactures plastic molded products and provides financial…
|
538351 | IN | Manufacturing |
|
Ahimsa Industries Limited
Produces PET preforms and closures for beverage, food, and …
|
AHIMSA | IN | Manufacturing |
|
AIK Pipes and Polymers Limited
Manufactures polymer pipes and fittings for water, gas, and…
|
544072 | IN | Manufacturing |
|
Airrane Co., Ltd.
Develops and manufactures gas separation membrane systems f…
|
163280 | KR | Manufacturing |
|
Akumplast AD
Manufactures polypropylene battery boxes, covers, accessori…
|
AKUM | BG | 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.