
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 Sonadezi Long Thành
Industrial real estate development & management, infrastruc…
|
SZL | VN | Real estate activities |
|
Công ty Cổ phần Tập đoàn Bất động sản CRV
Specializes in mid-to-high-end real estate investment, deve…
|
CRV | VN | Real estate activities |
|
Công ty Cổ phần Tập đoàn Đại Dương
Diversified conglomerate in real estate, hospitality, and f…
|
OGC | VN | Real estate activities |
|
Công ty Cổ phần Tập đoàn Đầu tư Địa ốc No Va
A leading real estate developer specializing in urban, tour…
|
NVL | VN | Real estate activities |
|
Công ty Cổ phần Tập đoàn Đức Long Gia Lai
Diversified conglomerate focusing on Real Estate, Infrastru…
|
DLG | VN | Real estate activities |
|
Công ty Cổ phần Tập đoàn Everland
Real estate development, supported by construction and trad…
|
EVG | VN | Real estate activities |
|
Công ty Cổ phần Tập đoàn Hà Đô
A diversified conglomerate focused on real estate, renewabl…
|
HDG | VN | Real estate activities |
|
Công ty Cổ phần Tập đoàn Khải Hoàn Land
Real estate investor and developer creating iconic structur…
|
KHG | VN | Real estate activities |
|
Công ty Cổ phần Tập đoàn Sao Mai
Diversified in real estate, aquaculture, renewable energy, …
|
ASM | VN | Real estate activities |
|
Công ty Cổ phần Tổng Công ty Cổ phần Địa ốc Sài Gòn
Real estate enterprise specializing in investment, construc…
|
SGR | 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.