
SOUTHEAST AIRPORT GROUP — Investor Relations & Filings
Southeast Airport Group (Grupo Aeroportuario del Sureste, S.A.B. de C.V.) is an international airport operator that holds concessions to operate, maintain, and develop a portfolio of airports. The company's primary activities involve the management of airport terminals, providing both aeronautical and non-aeronautical services. Aeronautical revenue is primarily generated from passenger charges. Non-aeronautical services include the leasing of commercial space to third-party vendors such as duty-free shops, food and beverage retailers, and car rental agencies. The group also manages ancillary services including parking facilities, advertising spaces, and VIP lounges within its airport network, which serves major tourist and business destinations.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 6-K - SOUTHEAST AIRPORT GROUP (0001123452) (Filer) | 2026-05-06 | English | |
| 6-K - SOUTHEAST AIRPORT GROUP (0001123452) (Filer) | 2026-04-23 | English | |
| 6-K - SOUTHEAST AIRPORT GROUP (0001123452) (Filer) | 2026-04-22 | English | |
| 20-F - SOUTHEAST AIRPORT GROUP (0001123452) (Filer) | 2026-04-16 | English | |
| 6-K - SOUTHEAST AIRPORT GROUP (0001123452) (Filer) | 2026-04-07 | English | |
| 3 - SOUTHEAST AIRPORT GROUP (0001123452) (Issuer) | 2026-03-25 | English |
Browse filings by year
26 years- 2026 11 filings
- 2025 27 filings
- 2024 21 filings
- 2023 25 filings
- 2022 24 filings
- 2021 28 filings
- 2020 23 filings
- 2019 24 filings
- 2018 31 filings
- 2017 33 filings
- 2016 25 filings
- 2015 24 filings
- 2014 23 filings
- 2013 30 filings
- 2012 34 filings
- 2011 28 filings
- 2010 47 filings
- 2009 32 filings
- 2008 31 filings
- 2007 52 filings
- 2006 28 filings
- 2005 36 filings
- 2004 33 filings
- 2003 26 filings
- 2002 24 filings
- 2001 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
11 filings
| |||||
| 42014065 | 6-K - SOUTHEAST AIRPORT GROUP (0001123452) (Filer) | 2026-05-06 | English | ||
| 35816568 | 6-K - SOUTHEAST AIRPORT GROUP (0001123452) (Filer) | 2026-04-23 | English | ||
| 35401106 | 6-K - SOUTHEAST AIRPORT GROUP (0001123452) (Filer) | 2026-04-22 | English | ||
| 34650382 | 20-F - SOUTHEAST AIRPORT GROUP (0001123452) (Filer) | 2026-04-16 | English | ||
| 33746194 | 6-K - SOUTHEAST AIRPORT GROUP (0001123452) (Filer) | 2026-04-07 | English | ||
| 33041451 | 3 - SOUTHEAST AIRPORT GROUP (0001123452) (Issuer) | 2026-03-25 | English | ||
| 33041307 | 3 - SOUTHEAST AIRPORT GROUP (0001123452) (Issuer) | 2026-03-25 | English | ||
| 32988641 | 3 - SOUTHEAST AIRPORT GROUP (0001123452) (Issuer) | 2026-03-19 | English | ||
| 18394116 | 6-K - SOUTHEAST AIRPORT GROUP (0001123452) (Filer) | 2026-02-09 | English | ||
| 27996252 | 6-K Filing | 2026-01-26 | English | ||
| 27996255 | 6-K Filing | 2026-01-06 | English | ||
|
2025
4 filings
| |||||
| 11373078 | FORM 6-K | 2025-12-11 | English | ||
| 11373079 | FORM 6-K | 2025-12-08 | English | ||
| 11373081 | FORM 6-K | 2025-12-05 | English | ||
| 11373137 | FORM 6-K | 2025-12-04 | English | ||
Market data
Market data not available
Price history
Peer group · Service activities incidental to air transportation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Công ty Cổ phần Tập đoàn ASG
Provides logistics, airport aviation services, and industri…
|
ASG | VN | Transportation and storage |
|
CORPORACION AMERICA AIRPORTS S.A.
A private airport operator managing 52 airports in Latin Am…
|
CAAP | LU | Transportation and storage |
|
Discovery Air Inc.
Operates a Colorado FBO campus offering secure aircraft sto…
|
DA.A | CA | Transportation and storage |
|
Enav
Air navigation service provider that manages and controls c…
|
ENAV | IT | Transportation and storage |
|
ESKEN LIMITED
An infrastructure company operating in aviation and renewab…
|
ESKN | GG | Transportation and storage |
|
Farglory FTZ
Operates a comprehensive air cargo logistics hub and multi-…
|
5607 | TW | Transportation and storage |
|
Flughafen Wien AG
Developer, constructor, and full-service operator of Vienna…
|
FLU | AT | Transportation and storage |
|
Flughafen Zürich AG
Owns and operates Zurich Airport and manages international …
|
FHZN | CH | Transportation and storage |
|
Fraport AG
Manages and operates airports worldwide with a full spectru…
|
FRA | DE | Transportation and storage |
|
GMR Airports Limited
Global developer and operator of international and domestic…
|
GMRAIRPORT | IN | Transportation and storage |
SOUTHEAST AIRPORT GROUP 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/30625/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30625 | 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=30625 | 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=30625 \ -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": 30625}, 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 SOUTHEAST AIRPORT GROUP (id: 30625)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.