[FinancialReports](/)
 / 
[Companies](/companies/search/)
 / 
[Bulgaria](/companies/countries/bulgaria/)
 / 
**Briast-D AD**

![Briast-D AD logo](https://cdn.financialreports.eu/financialreports/media/Briast-D%20AD/other/Briast-D_AD-logo.png)

# Briast-D AD — Investor Relations & Filings

ISIN · **BG11BRDOBT11**
LEI · **894500B20MRT85J1WX29**
BSOBGN
Manufacturing

[Open in API](/api-solutions/)

Overview

Filings 0
Market data
Peer group
API

Filings indexed
0
across all filing types

Latest filing
—
no filings yet

Country
BG
Bulgaria

Listing
BSOBGN

## About Briast-D AD

<http://www.briast-d.com/>

Briast-D AD is a manufacturer specializing in a full range of furnishings for commercial and residential properties. The company provides complete outfitting solutions for hotels, restaurants, offices, shops, villas, and houses. Its product portfolio includes items crafted from solid timber such as doors, wardrobes, beds, night tables, and mirrors. Briast-D AD also produces interior decorations, double-glazed windows with wood joinery, and parquet flooring.

## Recent filings

View all 0 →

### No filings indexed yet

We are still gathering filings for Briast-D AD. Report a missing filing.

[]
[]

Filing type

Language

Start date

End date

Apply filters
[Clear](/companies/briast-d-ad/)
Report missing filing

Download originals
Download Markdown

### No filings match the current filters

Try clearing the filters, or report a missing filing.

## Market data

### Market data not available

Last price

Market cap

volume

Day range

today

52-week range

trailing

### Price history

1Y
5Y
10Y

## Peer group · Manufacture of other fabricated metal products n.e.c.

260 peers

| Company | Ticker | Country | Sector |
| --- | --- | --- | --- |
| [**ABRIC BERHAD**](/companies/abric-berhad/) Historically manufactured security seals, divested operatio… | — | MY | Manufacturing |
| [**AEROFLEX ENTERPRISES LIMITED**](/companies/aeroflex-enterprises-limited/) Manufactures stainless steel flexible hoses and assemblies … | AEROENTER | IN | Manufacturing |
| [**Aeroflex Industries Limited**](/companies/aeroflex-industries-limited/) Manufactures metallic flexible hoses and assemblies for hig… | AEROFLEX | IN | Manufacturing |
| [**Aeroflex Neu Limited**](/companies/aeroflex-neu-limited/) Engineers and manufactures flexible flow solutions for extr… | AERONEU | IN | Manufacturing |
| [**AHRESTY CORPORATION**](/companies/ahresty-corporation/) Manufacturer of aluminum die-cast products and alloy ingots… | 5852 | JP | Manufacturing |
| [**AIA Engineering Ltd.**](/companies/aia-engineering-ltd/) Manufactures high-chromium wear-resistant parts for mining,… | AIAENG | IN | Manufacturing |
| [**AISHIDA CO.,LTD.**](/companies/aishida-coltd/) Manufacturer of cookware, small appliances, and industrial … | 002403 | CN | Manufacturing |
| [**Alumexx N.V.**](/companies/alumexx-nv/) Manufactures and supplies aluminum equipment for working at… | ALX | NL | Manufacturing |
| [**AMERICAN REBEL HOLDINGS INC**](/companies/american-rebel-holdings-inc/) Designs and manufactures personal security products and saf… | AREB | US | Manufacturing |
| [**Anchor Lamina Inc.**](/companies/anchor-lamina-inc/) International supplier of premium die sets, components, and… | — | CA | Manufacturing |

Page **1** of **26**

1
[2](?peer_page=2#peers)
[3](?peer_page=3#peers)
…
[Next](?peer_page=2#peers)

### Briast-D AD 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.

[Get API access](/api-solutions/)
[Read API reference](/developers/reference/)

Base URLapi.financialreports.eu

Auth headerx-api-key

Company ID10395

ISINBG11BRDOBT11

### Endpoints

most-used routes for this company

|  |  |  |
| --- | --- | --- |
| GET | /api/companies/10395/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=10395 | 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=10395 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |

Full reference: [API reference](/developers/reference/) · [OpenAPI schema](/api/schema/)

### cURL

latest filings for Briast-D AD

```
$ curl https://api.financialreports.eu/api/filings/?company=10395 \
    -H "x-api-key: $FR_API_KEY" \
    -H "Accept: application/json"
```

### Python

requests

```
import requests

r = requests.get(
    "https://api.financialreports.eu/api/filings/",
    params={"company": 10395},
    headers={"x-api-key": API_KEY},
)
filings = r.json()["results"]
```

### MCP server

Claude · Claude Code · ChatGPT

[Claude setup →](/integrations/claude/)
[ChatGPT setup →](/integrations/chatgpt/)
[Claude Code setup →](/integrations/claude-code/)

```
// MCP server URL
https://mcp.financialfilings.com/mcp

// Once connected, the LLM can query this company directly:
"Pull the latest 5 filings for Briast-D AD (id: 10395)"
```

#### AI · Markdown

Filings as Markdown

Drop the latest filing into Claude or ChatGPT, or query via MCP from your client.

[Browse filings↗](#filings)
[Open in MCP↗](/integrations/claude/)
[cURL endpoint$](/api-solutions/)

#### Identity

Legal nameBriast-D AD

HQДобрич, BG

ListingBSOBGN

ISINBG11BRDOBT11

LEI894500B20MRT85J1WX29

Sector[Manufacturing](/companies/sectors/manufacturing/)

Industry[Manufacture of other fabricated metal products; metalworking service activities](/companies/sectors/manufacturing/manufacture-of-other-fabricated-metal-products-metalworking-service-activities/)

#### Coverage

Filings indexed
0

### Report missing filing

Can't find a specific document? Let us know and we'll add it within 24 hours.

What is missing or wrong?

Your email

We will notify you once the filing is added.

Cancel

Send report
Sending…

Report sent

Thank you. We will check the data and update it shortly.

×

(function() {
const tabs = document.querySelectorAll('.cmp-tabs-wrap .fr-tab');
const panes = document.querySelectorAll('.tab-pane');
function activate(target, pushHash) {
tabs.forEach(t => {
const isActive = t.dataset.tab === target;
t.classList.toggle('fr-tab--active', isActive);
t.setAttribute('aria-selected', isActive ? 'true' : 'false');
});
panes.forEach(p => {
const isActive = p.dataset.pane === target;
p.classList.toggle('tab-pane--active', isActive);
p.hidden = !isActive;
});
if (pushHash) {
try { history.replaceState(null, '', '#' + target); } catch (e) {}
}
}
tabs.forEach(tab => {
tab.addEventListener('click', () => { activate(tab.dataset.tab, true); window.scrollTo({ top: 0, behavior: 'instant' }); });
});
const initial = (window.location.hash || '').replace('#', '');
const validTabs = ['overview', 'filings', 'financials', 'market', 'peers', 'api'];
const legacyMap = { 'market-data': 'market', 'peer-group': 'peers' };
let target = legacyMap[initial] || (validTabs.indexOf(initial) >= 0 ? initial : 'overview');
if (target !== 'overview') activate(target, false);
})();