
Square Cube Properties AD — Investor Relations & Filings
Square Cube Properties AD is a real estate company engaged in property development, management, and marketing. Its primary activities include the acquisition of real estate for construction, reconstruction, resale, and leasing. The company manages and maintains real estate properties and their related infrastructure, with a focus on leasing residential buildings and dwellings. It aims to operate as an eco-friendly construction company that offers an excellent price-to-functionality ratio.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 612174-СКП_КФН_А_Cons_31.12.2023.xls | 2024-04-28 | Bulgarian | |
| 894500JKVS9GLVK8EM52-20231231-BG-CON.zip | 2024-04-28 | Bulgarian | |
| 608835-Скуеър Кюб Пропъртис АД-КФН-A2023_Ind.xls | 2024-03-31 | Bulgarian | |
| 894500JKVS9GLVK8EM52-20231231-BG-SEP.xhtml | 2024-03-31 | Bulgarian | |
| SQP_FSC_A_Cons_2022.xls | 2023-07-09 | Bulgarian | |
| 894500JKVS9GLVK8EM52-20221231-BG-CON.xhtml | 2023-07-09 | Bulgarian |
Browse filings by year
3 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
4 filings
| |||||
| 6021340 | 612174-СКП_КФН_А_Cons_31.12.2023.xls | 2024-04-28 | Bulgarian | ||
| 6021339 | 894500JKVS9GLVK8EM52-20231231-BG-CON.zip | 2024-04-28 | Bulgarian | ||
| 6021342 | 608835-Скуеър Кюб Пропъртис АД-КФН-A2023_Ind.xls | 2024-03-31 | Bulgarian | ||
| 6021341 | 894500JKVS9GLVK8EM52-20231231-BG-SEP.xhtml | 2024-03-31 | Bulgarian | ||
|
2023
4 filings
| |||||
| 6021346 | SQP_FSC_A_Cons_2022.xls | 2023-07-09 | Bulgarian | ||
| 6021345 | 894500JKVS9GLVK8EM52-20221231-BG-CON.xhtml | 2023-07-09 | Bulgarian | ||
| 6021350 | Square_Cube_A2022_Ind.xls | 2023-06-01 | Bulgarian | ||
| 6021349 | 894500JKVS9GLVK8EM52-20221231-BG-SEP.xhtml | 2023-06-01 | Bulgarian | ||
|
2022
4 filings
| |||||
| 6021348 | SCP_2021_SPRAVKA_2_CONS_GKFO_6M.xls | 2022-07-21 | Bulgarian | ||
| 6021347 | 894500JKVS9GLVK8EM52-20211231-BG-CON.zip | 2022-07-21 | Bulgarian | ||
| 6021344 | SCP_31.122021_SPRAVKA_1_IND_GFO_6M.xls | 2022-07-21 | Bulgarian | ||
| 6021343 | 894500JKVS9GLVK8EM52-20211231-BG-SEP.xhtml | 2022-07-21 | Bulgarian | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Square Cube Properties AD, 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 |
|---|---|---|---|
|
Công ty Cổ phần Đầu tư Phát triển Hạ tầng IDICO
Establishes a comprehensive industrial ecosystem, developin…
|
HTI | VN | Real estate activities |
|
Công ty Cổ phần Đầu tư Sài Gòn VRG
Invests, develops, and manages industrial parks, residentia…
|
SIP | VN | Real estate activities |
|
Công ty Cổ phần Đầu tư Thương mại Bất động sản An Dương Thảo Điền
Real estate investment, development, trading, leasing; also…
|
HAR | VN | Real estate activities |
|
Công ty Cổ phần Đầu tư và Kinh doanh nhà Khang Điền
An established real estate developer and investor specializ…
|
KDH | VN | Real estate activities |
|
Công ty Cổ phần Đầu tư và Phát triển Bất động sản An Gia
Developer of residential properties, delivering quality liv…
|
AGG | VN | Real estate activities |
|
Công ty Cổ phần Đầu tư và Phát triển Đô thị Dầu khí Cửu Long
Engaged in real estate development, urban projects, and bui…
|
CCL | VN | Real estate activities |
|
Công ty Cổ phần Đệ Tam
Real estate developer specializing in industrial park and u…
|
DTA | VN | Real estate activities |
|
Công ty Cổ phần Địa ốc First Real
Specializes in real estate development, brokerage, consulti…
|
FIR | VN | Real estate activities |
|
Công ty Cổ phần Địa ốc Sài Gòn Thương Tín
Leading real estate developer and investor specializing in …
|
SCR | VN | Real estate activities |
|
Công ty Cổ phần DRH Holdings
An investment group with diversified operations in real est…
|
DRH | VN | Real estate activities |
Square Cube Properties 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.
Endpoints
| GET | /api/companies/10097/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=10097 | 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=10097 | 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=10097 \ -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": 10097}, 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 Square Cube Properties AD (id: 10097)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.