
WEYERHAEUSER CO — Investor Relations & Filings
Weyerhaeuser Company is a timberland management firm and one of the largest private owners of timberlands. The company's operations are organized into three primary segments. The Timberlands segment focuses on sustainably growing and harvesting trees. The Wood Products segment manufactures a diverse portfolio of building materials, including lumber and engineered wood products. The Real Estate, Energy & Natural Resources segment manages land for development, conservation, and the utilization of surface and subsurface assets. Weyerhaeuser is also actively developing climate solutions, such as forest carbon projects and renewable energy opportunities, leveraging its extensive land base. The company is structured as a real estate investment trust (REIT).
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-20 | English | |
| Major Shareholding Notification 2026 | 2026-05-13 | English | |
| 10-Q | 2026-05-01 | English | |
| 8-K | 2026-04-30 | English | |
| Major Shareholding Notification 2026 | 2026-04-30 | English | |
| Major Shareholding Notification 2026 | 2026-04-29 | English |
Browse filings by year
27 years- 2026 36 filings
- 2025 87 filings
- 2024 86 filings
- 2023 99 filings
- 2022 89 filings
- 2021 80 filings
- 2020 82 filings
- 2019 57 filings
- 2018 50 filings
- 2017 71 filings
- 2016 135 filings
- 2015 105 filings
- 2014 179 filings
- 2013 138 filings
- 2012 63 filings
- 2011 60 filings
- 2010 90 filings
- 2009 71 filings
- 2008 83 filings
- 2007 128 filings
- 2006 129 filings
- 2005 119 filings
- 2004 103 filings
- 2003 87 filings
- 2002 42 filings
- 2001 57 filings
- 2000 32 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46691587 | 8-K | 2026-05-20 | English | ||
| 46003672 | Major Shareholding Notification 2026 | 2026-05-13 | English | ||
| 46003660 | 10-Q | 2026-05-01 | English | ||
| 46003667 | 8-K | 2026-04-30 | English | ||
| 46003669 | Major Shareholding Notification 2026 | 2026-04-30 | English | ||
| 46003676 | Major Shareholding Notification 2026 | 2026-04-29 | English | ||
| 33133449 | ARS - WEYERHAEUSER CO (0000106535) (Filer) | 2026-04-01 | English | ||
| 46003733 | DEFA14A | 2026-04-01 | English | ||
| 33132931 | DEF 14A - WEYERHAEUSER CO (0000106535) (Filer) | 2026-04-01 | English | ||
| 46003731 | Major Shareholding Notification 2026 | 2026-03-27 | English | ||
| 46003729 | 8-K | 2026-03-26 | English | ||
| 32879062 | 4 - WEYERHAEUSER CO (0000106535) (Filer) | 2026-03-03 | English | ||
| 32879063 | 4 - WEYERHAEUSER CO (0000106535) (Filer) | 2026-03-03 | English | ||
| 32879064 | 4 - WEYERHAEUSER CO (0000106535) (Filer) | 2026-03-03 | English | ||
| 32879065 | 4 - WEYERHAEUSER CO (0000106535) (Filer) | 2026-03-03 | English | ||
Market data
Market data not available
Price history
Peer group · Silviculture and other forestry activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
FORESIGHT SUST. FORESTRY COMP PLC
Invests in standing forests, new planting projects, and rel…
|
FSF | GB | Agriculture, forestry and fishi… |
|
FORESTAL CONSTRUCTORA Y COMERCIAL DEL PACIFICO SUR S.A.
Diversified holding company with interests in forestry, ene…
|
— | CL | Agriculture, forestry and fishi… |
|
FORESWOOD GROUP BERHAD
Corporate group established in 1995, historically associate…
|
— | MY | Agriculture, forestry and fishi… |
|
FUJIAN JINSEN FORESTRY Co.,Ltd.
Specializes in forest management, timber production, and ec…
|
002679 | CN | Agriculture, forestry and fishi… |
|
FUJIAN YONGAN FORESTRY (GROUP) JOINT-STOCK CO.,LTD
Specializes in integrated forestry, timber harvesting, and …
|
000663 | CN | Agriculture, forestry and fishi… |
|
Nature Wood Group Ltd
A vertically integrated forestry company with FSC-certified…
|
NWGL | US | Agriculture, forestry and fishi… |
|
ProsperTree PLC
Engages in planting, trading, and investing in trees and pr…
|
PROSPER | CY | Agriculture, forestry and fishi… |
|
Proteak Uno, S.A.B. de C.V.
Manages sustainable teak and eucalyptus plantations and pro…
|
TEAK | MX | Agriculture, forestry and fishi… |
|
PRT Forest Regeneration Income Fund
Provides specialized growing services and products essentia…
|
PRT.UN | CA | Agriculture, forestry and fishi… |
|
PT SLJ Global Tbk
Specializes in sustainable forest management and integrated…
|
SULI | ID | Agriculture, forestry and fishi… |
WEYERHAEUSER CO 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/30328/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30328 | 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=30328 | 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=30328 \ -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": 30328}, 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 CO (id: 30328)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.