
Lontrue Co.,Limited — Investor Relations & Filings
Lontrue Co., Limited specializes in the processing, distribution, and international export of agricultural commodities. The company's primary product portfolio includes a wide range of oilseeds and nuts, specifically focusing on peanuts, sunflower seeds, and pumpkin seeds. Additionally, the firm manages the processing of dried fruits and other specialty agricultural goods. Lontrue operates extensive processing facilities equipped with advanced sorting and grading technologies to ensure compliance with international food safety standards, such as HACCP and ISO certifications. By maintaining an integrated supply chain, the company facilitates large-scale trade operations across global markets, including Europe, Southeast Asia, and the Middle East. Its business model emphasizes quality control, consistent supply, and the provision of raw materials for the global food manufacturing and snack industries.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于拟购买董监高责任险的公告 | 2024-08-29 | Chinese | |
| 关于2024年半年度计提资产减值损失及信用减值损失的公告 | 2024-08-29 | Chinese | |
| 2024年半年度审计报告 | 2024-08-29 | Chinese | |
| 2024年半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2024-08-29 | Chinese | |
| 监事会对《董事会关于2021、2022、2023年度财务报表审计报告所涉非标事项消除情况的说明》的意见 | 2024-08-29 | Chinese | |
| 2024年半年度报告摘要 | 2024-08-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 36132529 | 关于拟购买董监高责任险的公告 | 2024-08-29 | Chinese | ||
| 36132511 | 关于2024年半年度计提资产减值损失及信用减值损失的公告 | 2024-08-29 | Chinese | ||
| 36132475 | 2024年半年度审计报告 | 2024-08-29 | Chinese | ||
| 36132274 | 2024年半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2024-08-29 | Chinese | ||
| 36132265 | 监事会对《董事会关于2021、2022、2023年度财务报表审计报告所涉非标事项消除情况的说明》的意见 | 2024-08-29 | Chinese | ||
| 36132258 | 2024年半年度报告摘要 | 2024-08-29 | Chinese | ||
| 36132251 | 关于召开2024年第二次临时股东大会的通知 | 2024-08-29 | Chinese | ||
| 36132242 | 关于朗源股份有限公司2021、2022、2023年度财务报表审计报告所涉非标事项消除情况的专项审核报告 | 2024-08-29 | Chinese | ||
| 36132136 | 关于使用闲置自有资金进行委托理财的公告 | 2024-08-29 | Chinese | ||
| 36132128 | 2024年半年度报告 | 2024-08-29 | Chinese | ||
| 36132075 | 关于出售优世联合资产暨关联交易交割完成的公告 | 2024-06-25 | Chinese | ||
| 36132068 | 关于完成法定代表人工商变更登记的公告 | 2024-06-17 | Chinese | ||
| 36132060 | 关于对年报问询函回复的公告 | 2024-06-14 | Chinese | ||
| 36132058 | 中兴财光华会计师事务所(特殊普通合伙)《关于对朗源股份有限公司的年报问询函》相关事项核查的专项说明 | 2024-06-14 | Chinese | ||
| 36132056 | 国浩律师(上海)事务所关于深圳证券交易所对朗源股份有限公司的年报问询函相关法律事项之法律意见书 | 2024-06-14 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Processing and preserving of fruit and vegetables
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AGRANA Beteiligungs-AG
Processes agricultural raw materials into fruit, starch, an…
|
AGR | AT | Manufacturing |
|
AOHATA Corporation
A food manufacturer of jams, fruit preserves, and spreads t…
|
2830 | JP | Manufacturing |
|
ATAKEY PATATES GIDA SANAYİ VE TİCARET A.Ş.
Producer of frozen potato products for the Quick Service Re…
|
ATAKP | TR | Manufacturing |
|
Atlanta Poland S.A.
Importer, processor, packager, and distributor of nuts and …
|
ATP | PL | Manufacturing |
|
A.V.O.D. KURUTULMUŞ GIDA VE TARIM ÜRÜNLERİ SANAYİ TİCARET A.Ş.
Producer of dried vegetables, including sun-dried tomatoes,…
|
AVOD | TR | Manufacturing |
|
BALSU GIDA SANAYİ VE TİCARET A.Ş.
A global producer, processor, and exporter of hazelnuts and…
|
BALSU | TR | Manufacturing |
|
Blagoj Tufanov AD
Specializes in the production, processing, and export of fr…
|
- | MK | Manufacturing |
|
Bonduelle
A global leader in processed vegetables, offering canned, f…
|
BON | FR | Manufacturing |
|
Borges Agricultural & Industrial Nuts S.A.
Produces, processes, and markets nuts and dried fruits for …
|
BAIN | ES | Manufacturing |
|
BranchOut Food Inc.
A food technology company making dehydrated plant-based sna…
|
BOF | US | Manufacturing |
Lontrue Co.,Limited 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/55186/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55186 | 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=55186 | 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=55186 \ -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": 55186}, 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 Lontrue Co.,Limited (id: 55186)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.