
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 Damsan
Diversified enterprise in textile production, real estate d…
|
ADS | VN | Real estate activities |
|
Công ty Cổ phần Đầu tư Bất động sản Taseco
A real estate developer specializing in investment, constru…
|
TAL | VN | Real estate activities |
|
Công ty Cổ phần Đầu tư Dịch vụ Hoàng Huy
Distributes DongFeng trucks with 3S service; invests in rea…
|
HHS | VN | Real estate activities |
|
Công ty Cổ phần Đầu tư Dịch vụ Tài chính Hoàng Huy
Primarily invests in and develops real estate, also conduct…
|
TCH | VN | Real estate activities |
|
Công ty Cổ phần Đầu tư Hải Phát
Real estate ecosystem developer, focusing on investment, di…
|
HPX | VN | Real estate activities |
|
Công ty Cổ phần Đầu tư - Kinh doanh Nhà
Real estate investment, trading, construction materials, an…
|
ITC | VN | Real estate activities |
|
Công ty Cổ phần Đầu tư LDG
Investment and development company specializing in mid-rang…
|
LDG | VN | Real estate activities |
|
Công ty Cổ phần Đầu tư Năm Bảy Bảy
Diversified enterprise in real estate, infrastructure, ener…
|
NBB | VN | Real estate activities |
|
Công ty Cổ phần Đầu tư Nam Long
An integrated real estate developer with 30+ years experien…
|
NLG | VN | Real estate activities |
|
Công ty Cổ phần Đầu tư Phát triển Công nghiệp Thương mại Củ Chi
Specializes in industrial park infrastructure, general trad…
|
CCI | 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.