
路斯股份 — 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 |
|---|---|---|---|
| 致同会计师事务所(特殊普通合伙)关于山东路斯宠物食品股份有限公司非经营性资金占用及其他关联资金往来的专项说明 | 2025-04-24 | Chinese | |
| 致同会计师事务所(特殊普通合伙)关于山东路斯宠物食品股份有限公司2024年度募集资金存放与实际使用情况鉴证报告 | 2025-04-24 | Chinese | |
| 国投证券股份有限公司关于山东路斯宠物食品股份有限公司预计2025年日常性关联交易的专项核查意见 | 2025-04-24 | Chinese | |
| 简式权益变动报告书 | 2025-03-16 | Chinese | |
| 持股5%以上股东权益变动达到5%的提示性公告 | 2025-03-16 | Chinese | |
| 2024年年度业绩快报公告 | 2025-02-24 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39758959 | 致同会计师事务所(特殊普通合伙)关于山东路斯宠物食品股份有限公司非经营性资金占用及其他关联资金往来的专项说明 | 2025-04-24 | Chinese | ||
| 39758748 | 致同会计师事务所(特殊普通合伙)关于山东路斯宠物食品股份有限公司2024年度募集资金存放与实际使用情况鉴证报告 | 2025-04-24 | Chinese | ||
| 39758555 | 国投证券股份有限公司关于山东路斯宠物食品股份有限公司预计2025年日常性关联交易的专项核查意见 | 2025-04-24 | Chinese | ||
| 39758544 | 简式权益变动报告书 | 2025-03-16 | Chinese | ||
| 39758532 | 持股5%以上股东权益变动达到5%的提示性公告 | 2025-03-16 | Chinese | ||
| 39758517 | 2024年年度业绩快报公告 | 2025-02-24 | Chinese | ||
| 39758505 | 持股5%以上股东减持公司股份的预披露公告(再次披露) | 2025-02-18 | Chinese | ||
| 39758503 | 回购股份注销完成暨股份变动公告 | 2025-02-10 | Chinese | ||
| 39758496 | 第五届董事会第十四次会议决议公告 | 2025-02-06 | Chinese | ||
| 39758487 | 关于向银行申请综合授信额度的公告 | 2025-02-06 | Chinese | ||
| 39758476 | 持股5%以上股东减持公司股份的预披露公告 | 2025-01-20 | Chinese | ||
| 39758474 | 关于减少注册资本通知债权人的公告 | 2025-01-19 | Chinese | ||
| 39758461 | 2025年第一次临时股东大会决议公告 | 2025-01-19 | Chinese | ||
| 39758447 | 上海市广发律师事务所关于山东路斯宠物食品股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-01-19 | Chinese | ||
| 39758429 | 公司章程 | 2025-01-19 | 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.