
TREK DEVELOPMENT OF INFRASTRUCTURES & SERVICES S.A. — Investor Relations & Filings
TREK DEVELOPMENT OF INFRASTRUCTURES & SERVICES S.A. is a professional services and infrastructure development firm specializing in sustainable projects, with a primary focus on energy efficiency. The company manages the entire project lifecycle, from design, maturation, and financing to construction and implementation. Core offerings include technical assistance for program management, project financing solutions, and advisory services for regional development. The firm is recognized for leading transformative infrastructure projects that enhance urban connectivity and for managing a significant portfolio of energy initiatives, delivering complex projects for clients, including those in the public sector.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| ΑΝΑΚΟΙΝΩΣΗ ΠΛΗΡΩΜΗΣ ΜΕΡΙΣΜΑΤΟΣ ΧΡΗΣΗΣ 2025 | 2026-04-17 | Greek (modern) | |
| ΑΝΑΚΟΙΝΩΣΗ ΑΠΟΦΑΣΕΩΝ ΕΤΗΣΙΑΣ ΓΕΝΙΚΗΣ ΤΑΚΤΙΚΗΣ ΣΥΝΕΛΕΥΣΗΣ | 2026-04-17 | Greek (modern) | |
| ΑΝΑΚΟΙΝΩΣΗ ΠΡΟΣΚΛΗΣΗΣ ΓΕΝΙΚΗΣ ΣΥΝΕΛΕΥΣΗΣ | 2026-03-18 | Greek (modern) | |
| Η TREK Development A.E. ανακοινώνει τα οικονομικά αποτελέσματα για τη χρήση του 2025. | 2026-03-10 | Greek (modern) | |
| Οικονομική κατάσταση TREK DEVELOPMENT Α.Ε. (2025,Ετήσιος ισολογισμός,Μητρική) | 2026-03-10 | Greek (modern) | |
| Εταιρική Ανακοίνωση TREK Development AE, Ανάληψη έργου Συμφωνίας-Πλαίσιο από την Ευρωπαϊκή Τράπεζα Επενδύσεων (ΕΤΕπ) | 2026-02-11 | Greek (modern) |
Browse filings by year
2 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
6 filings
| |||||
| 34654184 | ΑΝΑΚΟΙΝΩΣΗ ΠΛΗΡΩΜΗΣ ΜΕΡΙΣΜΑΤΟΣ ΧΡΗΣΗΣ 2025 | 2026-04-17 | Greek (modern) | ||
| 34654187 | ΑΝΑΚΟΙΝΩΣΗ ΑΠΟΦΑΣΕΩΝ ΕΤΗΣΙΑΣ ΓΕΝΙΚΗΣ ΤΑΚΤΙΚΗΣ ΣΥΝΕΛΕΥΣΗΣ | 2026-04-17 | Greek (modern) | ||
| 32977393 | ΑΝΑΚΟΙΝΩΣΗ ΠΡΟΣΚΛΗΣΗΣ ΓΕΝΙΚΗΣ ΣΥΝΕΛΕΥΣΗΣ | 2026-03-18 | Greek (modern) | ||
| 32924304 | Η TREK Development A.E. ανακοινώνει τα οικονομικά αποτελέσματα για τη χρήση του 2025. | 2026-03-10 | Greek (modern) | ||
| 32924050 | Οικονομική κατάσταση TREK DEVELOPMENT Α.Ε. (2025,Ετήσιος ισολογισμός,Μητρική) | 2026-03-10 | Greek (modern) | ||
| 19423964 | Εταιρική Ανακοίνωση TREK Development AE, Ανάληψη έργου Συμφωνίας-Πλαίσιο από την Ευρωπαϊκή Τράπεζα Επενδύσεων (ΕΤΕπ) | 2026-02-11 | Greek (modern) | ||
|
2025
1 filing
| |||||
| 9636141 | Ανάληψη 2 νέων εκτελεστικών συμβάσεων από το Υπουργείο Υποδομών | 2025-12-08 | Greek (modern) | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for TREK DEVELOPMENT OF INFRASTRUCTURES & SERVICES S.A., 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 · Construction of other civil engineering projects
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Công ty Cổ phần Đầu tư và Xây dựng 3-2
Over 30 years in construction, building materials manufactu…
|
C32 | VN | Construction |
|
Công ty Cổ phần Đầu tư và Xây dựng HUD1
Specializes in project investment, housing development, and…
|
HU1 | VN | Construction |
|
Công ty Cổ phần FECON
Leading contractor and investor specializing in foundation …
|
FCN | VN | Construction |
|
Công ty Cổ phần Tập đoàn Xây dựng Tracodi
General contractor for infrastructure, energy, real estate,…
|
TCD | VN | Construction |
|
Công ty Cổ phần Xây lắp Thừa Thiên Huế
Diversified enterprise in construction, consulting, buildin…
|
HUB | VN | Construction |
|
Consolidated Construction Consortium Ltd
Provides integrated construction, design, and EPC services …
|
CCCL | IN | Construction |
|
Consorcio Aristos, S.A.B. de C.V.
Holding company for civil engineering, structural steel, an…
|
ARISTOS | MX | Construction |
|
CONSTRONICS INFRA LIMITED
Trades construction materials and executes civil engineerin…
|
523844 | IN | Construction |
|
Coromandel Engineering Company Limited
Executes large-scale civil engineering and building constru…
|
533167 | IN | Construction |
|
COSTAIN GROUP PLC
Infrastructure solutions company providing engineering, con…
|
COST | GB | Construction |
TREK DEVELOPMENT OF INFRASTRUCTURES & SERVICES S.A. 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/35678/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=35678 | 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=35678 | 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=35678 \ -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": 35678}, 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 TREK DEVELOPMENT OF INFRASTRUCTURES & SERVICES S.A. (id: 35678)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.