
N.V. Bever Holding — Investor Relations & Filings
N.V. Bever Holding is a real estate company with a primary focus on property development. The company engages in a broad spectrum of activities, including the acquisition, redevelopment, management, sale, and leasing of properties. Its portfolio includes residential assets, such as apartments, alongside commercial spaces and hotels. The corporate strategy aims to create shareholder value by developing its existing portfolio and acquiring profitable, income-generating real estate to secure positive cash flow. The company maintains flexibility by deciding on a per-project basis whether to retain a property for its operational portfolio or to sell it.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Persbericht 30 april 2026 | 2026-05-01 | Dutch | |
| N.V. Bever Holding, Jaarlijkse financiële verslaggeving | 2026-04-30 | Dutch | |
| Persbericht 12 mei 2022 | 2026-02-23 | Dutch | |
| Persbericht 15 maart 2022 | 2026-02-23 | Dutch | |
| Persbericht 19 april 2022 | 2026-02-23 | Dutch | |
| Persbericht 29 april 2022 | 2026-02-23 | Dutch |
Browse filings by year
21 years- 2026 59 filings
- 2025 8 filings
- 2024 5 filings
- 2023 9 filings
- 2022 13 filings
- 2021 9 filings
- 2020 10 filings
- 2019 5 filings
- 2018 5 filings
- 2017 4 filings
- 2016 8 filings
- 2015 12 filings
- 2014 10 filings
- 2013 12 filings
- 2012 10 filings
- 2011 8 filings
- 2010 10 filings
- 2009 5 filings
- 2008 4 filings
- 2007 7 filings
- 2006 5 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39421061 | Persbericht 30 april 2026 | 2026-05-01 | Dutch | ||
| 39310478 | N.V. Bever Holding, Jaarlijkse financiële verslaggeving | 2026-04-30 | Dutch | ||
| 32825781 | Persbericht 12 mei 2022 | 2026-02-23 | Dutch | ||
| 32825785 | Persbericht 15 maart 2022 | 2026-02-23 | Dutch | ||
| 32825784 | Persbericht 19 april 2022 | 2026-02-23 | Dutch | ||
| 32825782 | Persbericht 29 april 2022 | 2026-02-23 | Dutch | ||
| 32825894 | Halfjaarbericht 2010 N.V. Bever Holding | 2026-02-23 | Dutch | ||
| 32825892 | N.V. Bever Holding trading update eerste negen maanden 2010 | 2026-02-23 | Dutch | ||
| 32825896 | Update 1e kwartaal 2010 N.V. Bever Holding | 2026-02-23 | Dutch | ||
| 32825901 | N.V. Bever Holding resultaten 2009 | 2026-02-23 | Dutch | ||
| 32825824 | Persbericht 27 juni 2016 | 2026-02-23 | Dutch | ||
| 32825816 | Persbericht 29 maart 2019 (17h35) | 2026-02-23 | Dutch | ||
| 32825956 | Gezamenlijk persbericht N.V. Bever Holding en Beauchamp Beheer B.V. | 2026-02-23 | Dutch | ||
| 32825828 | Persbericht 30 april 2016 | 2026-02-23 | Dutch | ||
| 32825819 | Halfjaarbericht 2016 | 2026-02-23 | Dutch | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for N.V. Bever Holding, but not for this combination of statement and period. Try a different combination.
Swipe the table to view all periods, or rotate your phone for a wider view.
| Line item | ! |
|---|---|
| Definition not yet available — coming soon. |
Market data
Market data not available
Price history
Peer group · Real estate activities with own or leased property
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
American Homes 4 Rent
A REIT that acquires, develops, and manages single-family r…
|
AMH | US | Real estate activities |
|
American Hotel Income Properties REIT LP
Owns and invests in Premium Branded Select-Service Hotels a…
|
HOT.UN | CA | Real estate activities |
|
AMERICAN REALTY INVESTORS INC
Acquires, develops, and operates multifamily and commercial…
|
ARL | US | Real estate activities |
|
American Strategic Investment Co.
Publicly traded owner of commercial real estate in New York…
|
NYC | US | Real estate activities |
|
AMFIRST PROPERTY TRUST
A major commercial real estate investment trust owning a di…
|
— | MY | Real estate activities |
|
AMFIRST REAL ESTATE INVESTMENT TRUST
Specializes in ownership & investment of real estate & rela…
|
— | MY | Real estate activities |
|
AMG HOLDINGS CO.,LTD.
A holding company for construction and real estate sales, d…
|
8891 | JP | Real estate activities |
|
Amhult 2 AB
A property company that develops, builds, and manages real …
|
AMH2 B | SE | Real estate activities |
|
AMJ LAND HOLDINGS LIMITED
Specializes in real estate development, property leasing, a…
|
AMJLAND | IN | Real estate activities |
|
Amot Investments Ltd.
A real estate firm that manages and develops income-produci…
|
AMOT | IL | Real estate activities |
N.V. Bever Holding 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/3821/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=3821 | 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=3821 | 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=3821 \ -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": 3821}, 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 N.V. Bever Holding (id: 3821)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.