Data Analytics dashboard
Cyprus–UAE Trade Data Sources · Πηγές Εμπορικών Δεδομένων Κύπρου–ΗΑΕ · مصادر بيانات التجارة بين قبرص والإمارات
English · Ελληνικά · العربية | UAE federal goods, CYSTAT mirror comparison and official source explorer.
Dashboard navigation · Πλοήγηση dashboards · التنقل بين لوحات المعلومات
GCC overview / Επισκόπηση ΣΣΚ / نظرة مجلس التعاون الخليجي · United Arab Emirates / Ηνωμένα Αραβικά Εμιράτα / الإمارات · Saudi Arabia / Σαουδική Αραβία / السعودية · Bahrain / Μπαχρέιν / البحرين · Oman / Ομάν / عُمان · Qatar / Κατάρ / قطر · Kuwait / Κουβέιτ / الكويت
UAE federal goods · Ομοσπονδιακά αγαθά ΗΑΕ · السلع الاتحادية الإماراتية
Official International Trade Map — primary UAE-reported national non-oil bilateral source.
Reviewed Cyprus bilateral UAE federal non-oil goods extract from the Ministry Trade Map.
UAE top HS4 items · Κορυφαία προϊόντα HS4 ΗΑΕ · أعلى بنود HS4 الإماراتية
Official UAE Trade Map — ranked separately by UAE-reported import, non-oil export and re-export flow, in AED million.
Reviewed source-returned top 20 HS4 headings, ranked separately for each Cyprus bilateral UAE trade flow and year.
CYSTAT mirror goods · Mirror αγαθά CYSTAT · سلع CYSTAT المرآة
Official CYSTAT detailed foreign-trade database — Cyprus-reported mirror series.
Reviewed Cyprus-reported annual and January–May bilateral goods rows, CN4 product rankings and 2025 partner ranks for the United Arab Emirates.
Comparison conversion · Μετατροπή σύγκρισης · تحويل المقارنة
Annual conversion is used only for same-scale mirror comparison; raw UAE AED and CYSTAT EUR values remain visible in the audit table.
Reviewed ECB annual-average USD-per-EUR series used to convert the UAE Trade Map's official million-USD output to estimated EUR.
Cyprus-reported services · Υπηρεσίες όπως αναφέρονται από την Κύπρο · الخدمات حسب تقرير قبرص
Official Eurostat `bop_its6_det` dataset — credits are exports and debits are imports.
Cyprus bilateral service credits and debits with the United Arab Emirates, retaining only complete years in charts.
Cyprus-reported FDI · ΑΞΕ όπως αναφέρονται από την Κύπρο · الاستثمار المباشر حسب تقرير قبرص
Supplied June 2026 workbook. Confidential and unavailable values remain C or blank, never zero.
Reviewed Cyprus–UAE bilateral FDI positions and flows originating from the supplied June 2026 workbook.
UAE source register · Μητρώο πηγών ΗΑΕ · سجل مصادر الإمارات
Dubai and Abu Dhabi remain acquisition routes until reviewed bilateral files are available. They are not plotted and cannot be stacked with the federal total.
Reviewed inventory of official UAE federal, Dubai and Abu Dhabi acquisition routes.
EUR / AED reference-rate history · Ιστορικό ισοτιμίας · سجل سعر الصرف
Frankfurter rate history — current reference-rate snapshot displayed in the dashboard; not a historical trade-period conversion.
Sources
- UAE Ministry of Economy & Tourism — International Trade Map
Reviewed Cyprus bilateral UAE federal non-oil goods extract from the Ministry Trade Map.
SQL query
SELECT r.year, r.imports_from_cyprus_million_aed, r.non_oil_exports_to_cyprus_million_aed, r.re_exports_to_cyprus_million_aed FROM read_json_auto('data/uae_federal_trade_reviewed.json') AS t, UNNEST(t.series) AS u(r) ORDER BY r.year - UAE Ministry of Economy & Tourism — International Trade Map Top HS4 Items
Reviewed source-returned top 20 HS4 headings, ranked separately for each Cyprus bilateral UAE trade flow and year.
SQL query
SELECT r.year, r.flow, r.rank, r.hs4, r.item_en, r.value_m_aed FROM read_json_auto('data/uae_federal_top_items_reviewed.json') AS t, UNNEST(t.rows) AS u(r) ORDER BY r.year, r.flow, r.rank - CYSTAT PxWeb detailed foreign trade
Reviewed Cyprus-reported annual and January–May bilateral goods rows, CN4 product rankings and 2025 partner ranks for the United Arab Emirates.
SQL query
SELECT r.year, r.domestic_exports_m_eur, r.reexports_m_eur, r.imports_m_eur FROM read_json_auto('data/trade_dashboard_data.json') AS t, UNNEST(t.annual_trade) AS u(r) WHERE r.country_iso = 'AE' ORDER BY r.year - Eurostat international trade in services — Cyprus with UAE
Cyprus bilateral service credits and debits with the United Arab Emirates, retaining only complete years in charts.
SQL query
SELECT geo, partner, time, bop_item, stk_flow, value, status FROM EUROSTAT_API('bop_its6_det') WHERE geo = 'CY' AND partner = 'AE' AND currency = 'MIO_EUR' AND time BETWEEN 2021 AND 2025 - Supplied June 2026 FDI workbook — Cyprus with UAE
Reviewed Cyprus–UAE bilateral FDI positions and flows originating from the supplied June 2026 workbook.
SQL query
SELECT r.year, r.measure, r.direction, r.value_m_eur, r.status FROM read_json_auto('data/trade_dashboard_data.json') AS t, UNNEST(t.fdi) AS u(r) WHERE r.country_iso = 'AE' ORDER BY r.year, r.measure, r.direction - ECB annual USD/EUR conversion used for mirror comparison
Reviewed ECB annual-average USD-per-EUR series used to convert the UAE Trade Map's official million-USD output to estimated EUR.
SQL query
SELECT r.year, r.usd_per_eur FROM read_json_auto('data/mirror_comparison_reviewed.json') AS t, UNNEST(t.annual_rows) AS u(r) ORDER BY r.year - Official UAE source register
Reviewed inventory of official UAE federal, Dubai and Abu Dhabi acquisition routes.
SQL query
SELECT * FROM read_json_auto('data/source_register.json') ORDER BY integration_status, source_id - Frankfurter — EUR/AED reference-rate snapshot
SQL query
base=EUR; quotes=AED; latest and grouped monthly history