[FinancialReports](/)
 / 
[Companies](/companies/search/)
 / 
[Spain](/companies/countries/spain/)
 / 
**YINB7**

![INBEST PR 7 logo](https://cdn.financialreports.eu/financialreports/media/INBEST%20PR%207/other/INBEST_PR_7-logo.png)

# INBEST PR 7 — Investor Relations & Filings

Ticker · **YINB7**
ISIN · **ES0105557005**
LEI · **959800HDA1J3WEG3XT16**
BME Growth
Real estate activities

[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
ES
Spain

Listing
BME Growth
YINB7

## About INBEST PR 7

<https://inbestrealestate.com/>

INBEST PR 7 is a real estate investment company focused on the acquisition, management, development, and leasing of properties. The company specializes in first-class, mixed-use real estate assets located in prime areas of major cities. Its strategy includes undertaking value-added operations to enhance its property portfolio.

## Recent filings

View all 0 →

### No filings indexed yet

We are still gathering filings for INBEST PR 7. Report a missing filing.

[]
[]

Filing type

Language

Start date

End date

Apply filters
[Clear](/companies/inbest-pr-7/)
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 · Real estate activities with own or leased property

2,386 peers

| Company | Ticker | Country | Sector |
| --- | --- | --- | --- |
| [**16080022 CANADA INC**](/companies/16080022-canada-inc/) Wholly-owned subsidiary of Margaux REIT that amalgamated wi… | — | CA | Real estate activities |
| [**235 Holdings AD**](/companies/235-holdings-ad/) A real estate investment company that acquires, manages, an… | 235H | BG | Real estate activities |
| [**3P LAND HOLDINGS LTD.**](/companies/3p-land-holdings-ltd/) Engaged in real estate development, land management, and pr… | 3PLAND | IN | Real estate activities |
| [**a.a.a. AG Allgemeine Anlageverwaltung**](/companies/aaa-ag-allgemeine-anlageverwaltung/) A real estate project and property developer of commercial … | AAA | DE | Real estate activities |
| [**ABACUS GROUP**](/companies/abacus-group/) Asset manager and owner of metropolitan office and retail p… | ABG | AU | Real estate activities |
| [**ABACUS STORAGE KING**](/companies/abacus-storage-king/) Owns and manages a portfolio of residential and commercial … | ASK | AU | Real estate activities |
| [**Abbey Woods Developments Limited**](/companies/abbey-woods-developments-limited/) Real estate development firm creating residential and comme… | — | CA | Real estate activities |
| [**Abitare In**](/companies/abitare-in/) A real estate developer specializing in customized resident… | ABT | IT | Real estate activities |
| [**abrdn European Logistics Income plc**](/companies/abrdn-european-logistics-income-plc/) An investment trust investing in a portfolio of European lo… | ASLI | GB | Real estate activities |
| [**abrdn Property Income Trust Ltd**](/companies/abrdn-property-income-trust-ltd/) A closed-ended investment company winding down its UK comme… | API | GG | Real estate activities |

Page **1** of **239**

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

### INBEST PR 7 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 ID9309

TickerYINB7

ISINES0105557005

### Endpoints

most-used routes for this company

|  |  |  |
| --- | --- | --- |
| GET | /api/companies/9309/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=9309 | 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=9309 | 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 INBEST PR 7

```
$ curl https://api.financialreports.eu/api/filings/?company=9309 \
    -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": 9309},
    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 INBEST PR 7 (id: 9309)"
```

#### 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 nameINBEST PR 7

HQMadrid, ES

ListingBME Growth

ISINES0105557005

LEI959800HDA1J3WEG3XT16

Sector[Real estate activities](/companies/sectors/real-estate-activities/)

Industry[Real estate activities with own or leased property](/companies/sectors/real-estate-activities/real-estate-activities-with-own-or-leased-property/)

#### 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);
})();