
路斯股份 — Investor Relations & Filings
Shandong Luscious Pet Food Co., Ltd. focuses on the research, development, production, and distribution of specialized pet nutrition products. The product range encompasses meat-based snacks, dental chews, biscuits, wet food, dry food, and freeze-dried treats for dogs and cats. The company maintains large-scale manufacturing operations that comply with international safety and quality standards, such as HACCP, BRC, and IFS. Its operations include original equipment manufacturing (OEM) and original design manufacturing (ODM) services for global retailers, alongside the promotion of its independent brands. The firm serves a broad international market, providing diverse dietary solutions centered on ingredient traceability and nutritional integrity.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2023年一季度报告 | 2023-04-24 | Chinese | |
| 第四届监事会第十八次会议决议公告 | 2023-04-24 | Chinese | |
| 第四届董事会第二十三次会议决议公告 | 2023-04-24 | Chinese | |
| 安信证券股份有限公司关于山东路斯宠物食品股份有限公司2022年度公司治理专项自查及规范活动的专项核查报告 | 2023-04-17 | Chinese | |
| 关于召开2022年年度股东大会通知公告(提供网络投票) | 2023-04-17 | Chinese | |
| 拟续聘会计师事务所公告 | 2023-04-17 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 39755821 | 2023年一季度报告 | 2023-04-24 | Chinese | ||
| 39755802 | 第四届监事会第十八次会议决议公告 | 2023-04-24 | Chinese | ||
| 39755794 | 第四届董事会第二十三次会议决议公告 | 2023-04-24 | Chinese | ||
| 39755787 | 安信证券股份有限公司关于山东路斯宠物食品股份有限公司2022年度公司治理专项自查及规范活动的专项核查报告 | 2023-04-17 | Chinese | ||
| 39755770 | 关于召开2022年年度股东大会通知公告(提供网络投票) | 2023-04-17 | Chinese | ||
| 39755756 | 拟续聘会计师事务所公告 | 2023-04-17 | Chinese | ||
| 39755750 | 2022年年度报告摘要 | 2023-04-17 | Chinese | ||
| 39755731 | 致同会计师事务所(特殊普通合伙)关于山东路斯宠物食品股份有限公司2022年度募集资金存放与实际使用情况鉴证报告 | 2023-04-17 | Chinese | ||
| 39755698 | 独立董事关于公司第四届董事会第二十二次会议相关事项的事前认可意见 | 2023-04-17 | Chinese | ||
| 39755689 | 2022年度募集资金存放与实际使用情况的专项报告 | 2023-04-17 | Chinese | ||
| 39755677 | 致同会计师事务所(特殊普通合伙)关于山东路斯宠物食品股份有限公司非经营性资金占用及其他关联资金往来的专项说明 | 2023-04-17 | Chinese | ||
| 39755639 | 安信证券股份有限公司关于山东路斯宠物食品股份有限公司调整部分募集资金投资项目实施期限及投资金额的专项核查意见 | 2023-04-17 | Chinese | ||
| 39755629 | 独立董事关于公司第四届董事会第二十二次会议相关事项的独立意见 | 2023-04-17 | Chinese | ||
| 39755621 | 2022年年度权益分派预案公告 | 2023-04-17 | Chinese | ||
| 39755606 | 安信证券股份有限公司关于山东路斯宠物食品股份有限公司2022年度募集资金存放与使用情况的专项核查报告 | 2023-04-17 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of prepared animal feeds
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Ajooni Biotech Limited
Produces animal healthcare solutions and nutritional supple…
|
AJOONI | IN | Manufacturing |
|
Algae Biosciences Corporation
Develops algae-based feed supplements for cattle, reducing …
|
ABV | CA | Manufacturing |
|
ALIBA SA
Specializes in animal nutrition, developing balanced feed f…
|
— | AR | Manufacturing |
|
ANPARIO PLC
Manufactures natural feed additives for animal health, nutr…
|
ANP | GB | Manufacturing |
|
Avanti Feeds ltd.
Produces shrimp feed and processes shrimp for export throug…
|
AVANTIFEED | IN | Manufacturing |
|
CARR'S GROUP PLC
An international specialist in nutritional supplements for …
|
CARR | GB | Manufacturing |
|
CHUBU SHIRYO CO.,LTD.
Manufactures feed for livestock and aquaculture, and organi…
|
2053 | JP | Manufacturing |
|
Công ty Cổ phần Đầu tư Du lịch và Phát triển Thủy sản
Produces and supplies fish meal and fish oil from Pangasius…
|
DAT | VN | Manufacturing |
|
Darford International Inc.
Manufacturer of premium, all-natural, oven-baked dog food a…
|
WUF | CA | Manufacturing |
|
EASY BIO, Inc.
Develops animal feed, additives, and biotech solutions for …
|
353810 | KR | Manufacturing |
路斯股份 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/58830/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58830 | 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=58830 | 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=58830 \ -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": 58830}, 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 路斯股份 (id: 58830)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.