FBR LTD — Investor Relations & Filings
FBR LTD designs and develops automated construction solutions, specializing in robotic bricklaying systems. The company's flagship technology, the Hadrian X, is an end-to-end robotic bricklayer capable of building the walls of a house in situ using 3D computer-aided design (CAD) models. A core component of its technology suite is Dynamic Stabilization Technology (DST), which enables precise robotic movement over large distances in outdoor environments by reacting to wind, vibration, and other environmental factors in real-time. This system automates the processes of loading, cutting, routing, and laying bricks or blocks with high precision and minimal waste. FBR focuses on improving the speed, safety, and cost-efficiency of masonry construction for residential and commercial applications, offering a digital-to-physical solution for the global construction sector.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Notification regarding unquoted securities - FBR 6 pages 18.5KB | 2024-12-29 | English | |
| FBR completes United States Demonstration Program 2 pages 191.3KB | 2024-12-22 | English | |
| Application for quotation of securities - FBR 6 pages 18.2KB | 2024-12-09 | English | |
| Cleansing Notice 2 pages 155.8KB | 2024-12-09 | English | |
| Proposed issue of securities - FBR 5 pages 17.1KB | 2024-12-08 | English | |
| Change in substantial holding 6 pages 243.2KB | 2024-12-04 | English |
Market data
Market data not available
Price history
Peer group · Other specialized construction activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
WLS Holdings Limited
Provider of specialized construction support services, prim…
|
8021 | HK | Construction |
|
YESODOT EITANIM CONSTRUCTION LTD
A real estate development and construction firm for residen…
|
— | IL | Construction |
|
Zhejiang Southeast Space Frame Co., Ltd.
Designs, fabricates, and installs large-scale steel structu…
|
002135 | CN | Construction |
|
ZINO
Agribusiness, custom carpentry, jewelry retail, and concret…
|
ZNZNF | FR | Construction |
FBR LTD 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/64901/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=64901 | 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=64901 | 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=64901 \ -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": 64901}, 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 FBR LTD (id: 64901)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.