
Weyerhaeuser Company Limited — Investor Relations & Filings
Weyerhaeuser is an integrated forestry and wood products company leveraging over a century of expertise in sustainable forest management. The company plants, harvests, and processes timber across millions of acres of managed timberlands. Weyerhaeuser is one of North America's largest wood product manufacturers, specializing in lumber and engineered lumber products, which provide value-added solutions to builders and design professionals. Additional segments include Land & Minerals management for real estate and conservation, and Climate Solutions focused on forest carbon, conservation, and renewable energy development.
Recent filings
No filings indexed yet
We are still gathering filings for Weyerhaeuser Company Limited. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group · Silviculture and other forestry activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
WEYERHAEUSER CO
A timberland management REIT that manufactures wood product…
|
WY | US | Agriculture, forestry and fishi… |
|
Yunnan Jinggu Forestry Co.,Ltd
Integrated forest management and production of wood panels …
|
600265 | CN | Agriculture, forestry and fishi… |
|
ZHONGFU STRAITS (PINGTAN) DEVELOPMENT COMPANY LIMITED
Manages forest resources, wood products, real estate, and h…
|
000592 | CN | Agriculture, forestry and fishi… |
Weyerhaeuser Company 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/44912/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=44912 | 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=44912 | 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=44912 \ -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": 44912}, 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 Weyerhaeuser Company Limited (id: 44912)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.