
Riverside Forest Products Limited — Investor Relations & Filings
Riverside Forest Products is a specialized manufacturer and long-time producer within the forestry processing sector. The company focuses on the production and distribution of high-quality softwood products, including core materials such as lumber, plywood, veneer, and woodchips. Leveraging decades of experience in wood manufacturing, Riverside Forest Products provides value-added services and materials to its clients, emphasizing quality and competitive pricing. The company operates manufacturing facilities in British Columbia and is actively expanding its production capacity.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Material change report - English.pdf | 2004-12-29 | English | |
| Material change report - English.pdf | 2004-11-12 | English | |
| Material change report - English.pdf | 2004-11-04 | English | |
| Material change report - English.pdf | 2004-10-25 | English | |
| Material change report - English.pdf | 2004-10-08 | English | |
| Material change report - English.pdf | 2004-10-07 | English |
Browse filings by year
7 yearsMarket data
Market data not available
Price history
Peer group · Sawmilling and planing of wood
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Taiga Forest Products Ltd.
Distributor and producer of building materials serving reta…
|
TBL | CA | Manufacturing |
|
TANTECH HOLDINGS LTD
Develops bamboo charcoal for industrial energy, household u…
|
TANH | US | Manufacturing |
|
West Coast Forest Products Ltd.
Sustainably manages forests and manufactures certified spec…
|
— | CA | Manufacturing |
|
YORK TIMBER HOLDINGS LIMITED
Integrated forestry company converting forest resources int…
|
YRK | ZA | Manufacturing |
Riverside Forest Products 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/43118/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=43118 | 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=43118 | 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=43118 \ -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": 43118}, 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 Riverside Forest Products Limited (id: 43118)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.