diff --git a/DESCRIPTION b/DESCRIPTION index e8e1865..833cf60 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,19 +2,11 @@ Type: Package Package: iati Title: UNHCR IATI Data Crunching Version: 0.1.1 -Authors@R: - c(person(given = "Edouard", - family = "Legoupil", - role = c("aut", "cre"), - email = "legoupil@unhcr.org"), - person(given = "Matheus", - family = "Soldi Hardt", - role = c("aut"), - email = "matheus@unhcr.org"), - person(given = "Hisham", - family = "Galal", - role = "aut", - email = "galalh@unhcr.org")) +Authors@R: c( + person("Edouard", "Legoupil", , "legoupil@unhcr.org", role = c("aut", "cre")), + person("Matheus", "Soldi Hardt", , "matheus@unhcr.org", role = "aut"), + person("Hisham", "Galal", , "galalh@unhcr.org", role = "aut") + ) Maintainer: Edouard Legoupil Description: This is a data package with all frame organised and reshapped for easy consumptions in R Please see https://reporting.unhcr.org/iati @@ -30,11 +22,13 @@ Imports: tidyverse Suggests: knitr, - rmarkdown + rmarkdown, + testthat VignetteBuilder: knitr Remotes: github::unhcr-americas/iati +Config/fusen/version: 0.5.2 Encoding: UTF-8 LazyData: TRUE -RoxygenNote: 7.1.2 +RoxygenNote: 7.2.3.9000 diff --git a/README.md b/README.md index f0d7673..81bf49b 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,26 @@ ## Objective -A data package with UNHCR contribution to the International Aid Transparency Initiative (IATI) that aims at: +A data package with UNHCR contribution to the [International Aid Transparency Initiative (IATI)](https://reporting.unhcr.org/iati-international-aid-transparency-initiative) that aims at: * reshaping IATI extraction from a complex xml file structure to a more user-friendly tabular format with necessary look-up code tables * offer easy to consume documentation on the data structure * provide built-in ggplot2 visualization, aka a "__chart library__" around high level key questions on UNHCR programme. Those visualizations can be integrated in Operation Situation Analysis or Protection Monitoring Analysis. -## Context +## Install -UNHCR is committed to IATI: [https://reporting.unhcr.org/iati](https://reporting.unhcr.org/iati) +``` +# install.packages("pak") +pak::pkg_install("unhcr-americas/iati") +``` + +## Context Extracting information from IATI can assist governments to plan and manage their budgets; parliamentarians and citizens to better hold governments accountable; community-based organisations to influence how resources are used; and journalists, researchers and activists to investigate the use and impact of the resources. Information from Global Focus is translated monthly into the IATI open data standard and published using UNHCR’s IATI identifier: XM-DAC-41121. An overview of the publication process is accessible through [IATI Dashboard](http://dashboard.iatistandard.org/publisher/unhcr.html). Every UNHCR operation world-wide is reported on for each year from 2016. This includes financial information (budget, contributions, disbursements and expenditure), office locations, and results at various levels of activity. Activities for 2019 and onwards are be published as soon as possible after they become available. This current package is updated a much as possible.... -## What is IATI? +### What is IATI? Launched in Accra in 2008, the International Aid Transparency Initiative ([IATI](https://iatistandard.org/en/about/)) is a multi-stakeholder initiative and international open data standard that aims to improve the transparency and openness of both development and humanitarian activities. In the 2016 Humanitarian grand Bargain, multiple organisations also [committed to](https://interagencystandingcommittee.org/greater-transparency) "_Publish timely, transparent, harmonised and open high-quality data on humanitarian funding within two years of the World Humanitarian Summit in Istanbul” noting that parties “consider IATI to provide a basis for the purpose of a common standard._" @@ -40,46 +45,28 @@ The main concept are nicely summarised in the table below from [IFRC IATI Feasib ![Overview of traceability in IATI](man/figures/iatifig3.png) -## Key Visualisation in the library (work-in-progress) - -### UNHCR Programme - +### Key Visualisation on UNHCR Programme in the library (work-in-progress) + * What are the __most funded sectors__ per country (Expenditure evolution per impact /outcome area)? - * Who are the __main donors by country__ in terms of number of - projects and/or total budget? + * Who are the __main donors by country__ in terms of number of projects and/or total budget? * Who are the __main implementing partners by country__ in terms of number of projects and/or total budget? - * What’s the breakdown of __Earmarking Type__ (Un-earmarked, Tightly - earmarked, etc.) from Donor Funds by Year? + * What’s the breakdown of __Earmarking Type__ (Un-earmarked, Tightly earmarked, etc.) from Donor Funds by Year? * What’s the level of __partnership between organisations__ when implementing projects? * How much __expenditures compare to the initial budget__ (weighted by # PoCs / GPP in the country)? * How much __indicators__ evolve over time against thresholds? +### Out of Scope: Humanitarian Funding at large + +This package only includes UNHCR Data, as such the following questions can not be adressed: -### Humanitarian Funding at large * What is the __share of funds received by different UN Agencies__ (UNICEF, WFP, IOM, UNDP, UNOCHA)? * How much donors __balance resources between different humanitarian crisis__? * How much donors allocate budget between __humanitarian and development programmes__ devoted to displacement crisis by key donors/region * How much of donors funding goes to __migratory vs refugee issues__? - * What’s the __share of ODA__ (Official Development Assistance) among - the total flow of foreign aid per country? - * What’s the share of ODA going to __benefit of refugees__? (this can - complement the measurement of [Global Refugee Compact Indicators - related to ODA](https://www.unhcr.org/5cf907854.pdf#page=13) ) + * What’s the __share of ODA__ (Official Development Assistance) among the total flow of foreign aid per country? + * What’s the share of ODA going to __benefit of refugees__? (this can complement the measurement of [Global Refugee Compact Indicators related to ODA](https://www.unhcr.org/5cf907854.pdf#page=13)) * What is the share of ODA allocated to __national actors__? - * What’s the __share of Humanitarian assistance__ within the total - ODA? - -## Country Factsheet - -All the key visualizations are easily created for any single country through a dedicated template for country fact sheet generated a slide deck ready for data interpretation and inclusion in existing Situation analysis for program design or Protection Monitoring Analysis for advocacy. - -## Install - -``` -# With {remotes} using GitHub API -# install.packages("remotes") -remotes::install_github("unhcr-americas/iati") -``` + * What’s the __share of Humanitarian assistance__ within the total ODA? ## Contribute @@ -90,5 +77,3 @@ This package is built with the help of [fusen package](https://thinkr-open.githu ``` fusen::inflate(flat_file = "dev/dev_unhcr_programme.Rmd", vignette_name = "UNHCR Programme") ``` - - diff --git a/_pkgdown.yml b/_pkgdown.yml index 4d6b20e..fde7fd3 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,8 +1,6 @@ -url: ~ template: + package: unhcrtemplate bootstrap: 5 - params: - bootswatch: yeti reference: - title: Chart Library @@ -20,4 +18,5 @@ reference: - title: Reference desc: UNHCR Geographci Referential contents: - - starts_with("reference") \ No newline at end of file + - starts_with("reference") + \ No newline at end of file diff --git a/data-raw/build.R b/data-raw/build.R index 38db86c..cf7f8bc 100644 --- a/data-raw/build.R +++ b/data-raw/build.R @@ -35,7 +35,8 @@ activity <- rbind( readxl::read_excel( here::here("data-raw/unhcr_2019", "iati_activity.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2020", "iati_activity.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2021", "iati_activity.xlsx"), sheet = "Sheet1"), - readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_activity.xlsx"), sheet = "Sheet1")) + readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_activity.xlsx"), sheet = "Sheet1"), + readxl::read_excel( here::here("data-raw/unhcr_2023", "iati_activity.xlsx"), sheet = "Sheet1")) #names(activity) #str(activity) @@ -79,7 +80,8 @@ budget <- rbind( readxl::read_excel( here::here("data-raw/unhcr_2019", "iati_budget.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2020", "iati_budget.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2021", "iati_budget.xlsx"), sheet = "Sheet1"), - readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_budget.xlsx"), sheet = "Sheet1")) + readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_budget.xlsx"), sheet = "Sheet1"), + readxl::read_excel( here::here("data-raw/unhcr_2023", "iati_budget.xlsx"), sheet = "Sheet1")) names(budget) sinew::makeOxygen(budget, add_fields = "source") @@ -94,7 +96,8 @@ default_aid_type <- rbind( readxl::read_excel( here::here("data-raw/unhcr_2019", "iati_default_aid_type.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2020", "iati_default_aid_type.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2021", "iati_default_aid_type.xlsx"), sheet = "Sheet1"), - readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_default_aid_type.xlsx"), sheet = "Sheet1")) + readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_default_aid_type.xlsx"), sheet = "Sheet1"), + readxl::read_excel( here::here("data-raw/unhcr_2023", "iati_default_aid_type.xlsx"), sheet = "Sheet1")) names(default_aid_type) sinew::makeOxygen(default_aid_type, add_fields = "source") @@ -109,7 +112,8 @@ document_link <- rbind( readxl::read_excel( here::here("data-raw/unhcr_2019", "iati_document_link.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2020", "iati_document_link.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2021", "iati_document_link.xlsx"), sheet = "Sheet1"), - readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_document_link.xlsx"), sheet = "Sheet1")) + readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_document_link.xlsx"), sheet = "Sheet1"), + readxl::read_excel( here::here("data-raw/unhcr_2023", "iati_document_link.xlsx"), sheet = "Sheet1")) names(document_link) sinew::makeOxygen(document_link, add_fields = "source") @@ -124,7 +128,8 @@ humanitarian_scope <- rbind( readxl::read_excel( here::here("data-raw/unhcr_2019", "iati_humanitarian_scope.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2020", "iati_humanitarian_scope.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2021", "iati_humanitarian_scope.xlsx"), sheet = "Sheet1"), - readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_humanitarian_scope.xlsx"), sheet = "Sheet1")) + readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_humanitarian_scope.xlsx"), sheet = "Sheet1"), + readxl::read_excel( here::here("data-raw/unhcr_2023", "iati_humanitarian_scope.xlsx"), sheet = "Sheet1")) names(humanitarian_scope) sinew::makeOxygen(humanitarian_scope, add_fields = "source") @@ -139,7 +144,8 @@ location <- rbind( readxl::read_excel( here::here("data-raw/unhcr_2019", "iati_location.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2020", "iati_location.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2021", "iati_location.xlsx"), sheet = "Sheet1"), - readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_location.xlsx"), sheet = "Sheet1")) + readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_location.xlsx"), sheet = "Sheet1"), + readxl::read_excel( here::here("data-raw/unhcr_2023", "iati_location.xlsx"), sheet = "Sheet1")) names(location) sinew::makeOxygen(location, add_fields = "source") @@ -154,7 +160,8 @@ participating_org <- rbind( readxl::read_excel( here::here("data-raw/unhcr_2019", "iati_participating_org.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2020", "iati_participating_org.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2021", "iati_participating_org.xlsx"), sheet = "Sheet1"), - readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_participating_org.xlsx"), sheet = "Sheet1")) + readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_participating_org.xlsx"), sheet = "Sheet1"), + readxl::read_excel( here::here("data-raw/unhcr_2023", "iati_participating_org.xlsx"), sheet = "Sheet1")) names(participating_org) str(participating_org) @@ -174,7 +181,8 @@ related_activity <- rbind( readxl::read_excel( here::here("data-raw/unhcr_2019", "iati_related_activity.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2020", "iati_related_activity.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2021", "iati_related_activity.xlsx"), sheet = "Sheet1"), - readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_related_activity.xlsx"), sheet = "Sheet1")) + readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_related_activity.xlsx"), sheet = "Sheet1"), + readxl::read_excel( here::here("data-raw/unhcr_2023", "iati_related_activity.xlsx"), sheet = "Sheet1")) names(related_activity) sinew::makeOxygen(related_activity, add_fields = "source") @@ -189,7 +197,8 @@ result <- rbind( readxl::read_excel( here::here("data-raw/unhcr_2019", "iati_result.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2020", "iati_result.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2021", "iati_result.xlsx"), sheet = "Sheet1"), - readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_result.xlsx"), sheet = "Sheet1")) + readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_result.xlsx"), sheet = "Sheet1"), + readxl::read_excel( here::here("data-raw/unhcr_2023", "iati_result.xlsx"), sheet = "Sheet1")) names(result) sinew::makeOxygen(result, add_fields = "source") @@ -204,7 +213,8 @@ sector <- rbind( readxl::read_excel( here::here("data-raw/unhcr_2019", "iati_sector.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2020", "iati_sector.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2021", "iati_sector.xlsx"), sheet = "Sheet1"), - readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_sector.xlsx"), sheet = "Sheet1")) + readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_sector.xlsx"), sheet = "Sheet1"), + readxl::read_excel( here::here("data-raw/unhcr_2023", "iati_sector.xlsx"), sheet = "Sheet1")) names(sector) sinew::makeOxygen(sector, add_fields = "source") @@ -219,7 +229,8 @@ transaction <- rbind( readxl::read_excel( here::here("data-raw/unhcr_2019", "iati_transaction.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2020", "iati_transaction.xlsx"), sheet = "Sheet1"), readxl::read_excel( here::here("data-raw/unhcr_2021", "iati_transaction.xlsx"), sheet = "Sheet1"), - readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_transaction.xlsx"), sheet = "Sheet1")) + readxl::read_excel( here::here("data-raw/unhcr_2022", "iati_transaction.xlsx"), sheet = "Sheet1"), + readxl::read_excel( here::here("data-raw/unhcr_2023", "iati_transaction.xlsx"), sheet = "Sheet1")) str(transaction) ## Cleaning a bit to match with code.. diff --git a/data-raw/unhcr_2022/iati_activity.xlsx b/data-raw/unhcr_2022/iati_activity.xlsx index fa1f496..2d9d469 100644 Binary files a/data-raw/unhcr_2022/iati_activity.xlsx and b/data-raw/unhcr_2022/iati_activity.xlsx differ diff --git a/data-raw/unhcr_2022/iati_budget.xlsx b/data-raw/unhcr_2022/iati_budget.xlsx index 08fa8bb..1400920 100644 Binary files a/data-raw/unhcr_2022/iati_budget.xlsx and b/data-raw/unhcr_2022/iati_budget.xlsx differ diff --git a/data-raw/unhcr_2022/iati_default_aid_type.xlsx b/data-raw/unhcr_2022/iati_default_aid_type.xlsx index f9f0b05..652444e 100644 Binary files a/data-raw/unhcr_2022/iati_default_aid_type.xlsx and b/data-raw/unhcr_2022/iati_default_aid_type.xlsx differ diff --git a/data-raw/unhcr_2022/iati_document_link.xlsx b/data-raw/unhcr_2022/iati_document_link.xlsx index 6cb844a..6740f27 100644 Binary files a/data-raw/unhcr_2022/iati_document_link.xlsx and b/data-raw/unhcr_2022/iati_document_link.xlsx differ diff --git a/data-raw/unhcr_2022/iati_humanitarian_scope.xlsx b/data-raw/unhcr_2022/iati_humanitarian_scope.xlsx index faf3ddf..7062f33 100644 Binary files a/data-raw/unhcr_2022/iati_humanitarian_scope.xlsx and b/data-raw/unhcr_2022/iati_humanitarian_scope.xlsx differ diff --git a/data-raw/unhcr_2022/iati_location.xlsx b/data-raw/unhcr_2022/iati_location.xlsx index 227df59..94d9ca5 100644 Binary files a/data-raw/unhcr_2022/iati_location.xlsx and b/data-raw/unhcr_2022/iati_location.xlsx differ diff --git a/data-raw/unhcr_2022/iati_participating_org.xlsx b/data-raw/unhcr_2022/iati_participating_org.xlsx index 3ba10ca..20c2c8b 100644 Binary files a/data-raw/unhcr_2022/iati_participating_org.xlsx and b/data-raw/unhcr_2022/iati_participating_org.xlsx differ diff --git a/data-raw/unhcr_2022/iati_related_activity.xlsx b/data-raw/unhcr_2022/iati_related_activity.xlsx index 74091a5..1739067 100644 Binary files a/data-raw/unhcr_2022/iati_related_activity.xlsx and b/data-raw/unhcr_2022/iati_related_activity.xlsx differ diff --git a/data-raw/unhcr_2022/iati_result.xlsx b/data-raw/unhcr_2022/iati_result.xlsx index 81e7578..99ef39e 100644 Binary files a/data-raw/unhcr_2022/iati_result.xlsx and b/data-raw/unhcr_2022/iati_result.xlsx differ diff --git a/data-raw/unhcr_2022/iati_sector.xlsx b/data-raw/unhcr_2022/iati_sector.xlsx index 278c0e9..05971a7 100644 Binary files a/data-raw/unhcr_2022/iati_sector.xlsx and b/data-raw/unhcr_2022/iati_sector.xlsx differ diff --git a/data-raw/unhcr_2023/UNHCR-Activities-2023.xml b/data-raw/unhcr_2023/UNHCR-Activities-2023.xml new file mode 100644 index 0000000..7f7871e --- /dev/null +++ b/data-raw/unhcr_2023/UNHCR-Activities-2023.xml @@ -0,0 +1,78746 @@ + + + XM-DAC-41121-2023 + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + <narrative xml:lang="fr">UNHCR - L'Agence des Nations Unies pour les réfugiés</narrative> + + + This is the overall activity for 2023 and future years UNHCR operations. + Celle-ci est l'activité globale des opérations du HCR en 2023 et pour les années à venir. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + El ACNUR, la Agencia de la ONU para los Refugiados, es una organización mundial dedicada a salvar las vidas, proteger los derechos y construir un futuro mejor para los refugiados, las comunidades desplazadas por la fuerza y las personas apátridas. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + УВКБ ООН, Агентство ООН по делам беженцев, - всемирная организация, чьи усилия направлены на спасение жизней, защиту прав и создание лучшего будущего для беженцев, вынужденно перемещенных людей и лиц без гражданства. + 联合国难民署(UNHCR)是一个全球性组织,致力于为难民、被迫流离失社群所及无国籍人士提供生命救援、保护其权利并建设更美好的未来。 + + + Government of Spain + + + Ireland - Department of Foreign Affairs and Trade + + + Government of Algeria + + + Bailiwick of Jersey + + + Government of Costa Rica + + + Private donors in the Netherlands + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + Government of Peru + + + Belgian Development Cooperation + + + Government of Malta + + + Government of Morocco + + + Government of the Serbia + + + Finland - Ministry of Foreign Affairs + + + Netherlands - Ministry of Foreign Affairs + + + Luxembourg Aid & Development + + + Government of Uruguay + + + Government of Cyprus + + + Government of Estonia + + + Government of Philippines + + + Government of Indonesia + + + Government of Bulgaria + + + Government of Türkiye + + + United States + + + Government of Saudi Arabia + + + Government of Liechtenstein + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + UK - Foreign, Commonwealth and Development Office + + + Government of Monaco + + + Government of Spain + + + Government of Singapore + + + Government of the Russian Federation + + + Government of Norway + + + Norad - Norwegian Agency for Development Cooperation + + + Government of Portugal + + + France - Ministry for Europe and Foreign Affairs + + + Spain - Ministry of Foreign Affairs and Cooperation + + + Lithuania, Ministry of Foreign Affairs + + + Germany - Federal Foreign Office + + + Australia - Department of Foreign Affairs and Trade + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + Government of Kuwait + + + Government of the Montenegro + + + Bailiwick of Guernsey + + + Government of Isle of Man + + + Government of Iceland + + + Ministry of Foreign Affairs of Japan + + + Ministry of Foreign Affairs, Denmark + + + Government of Thailand + + + UN Joint Programmes + + + Republic of Korea + + + New Zealand - Ministry of Foreign Affairs and Trade - New Zealand Aid Programme + + + Slovenia - Ministry of Foreign Affairs + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Global + + + + + HQ Geneva + + + UNHCR Headquarters + + + 46.2204 6.1412 + + + + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + + + + + + + + + 1500000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + New Zealand - Ministry of Foreign Affairs and Trade - New Zealand Aid Programme + + + + 921375.922 + + + + + 25000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + Government of Philippines + + + + 25000 + + + + + 15000000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + Norad - Norwegian Agency for Development Cooperation + + + + 1408450.704 + + + + + 749292 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 749291.502 + + + + + 7234393 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 7234393.351 + + + + + 6711 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 6710.951 + + + + + 6675398 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 6675398.429 + + + + + 644 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 643.777 + + + + + 6151543 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 6151543.44 + + + + + 5798394 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 5798394.244 + + + + + 5144033 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 5144032.922 + + + + + 3976843 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 3976843.386 + + + + + 38172 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 38172.209 + + + + + 3432185 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 3432184.916 + + + + + 2921183 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 2921182.915 + + + + + 237224 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 237223.648 + + + + + 2196184 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 2196184.148 + + + + + 217875 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 217875.455 + + + + + 2169438 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 2169438.32 + + + + + 1638366 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 1638366.41 + + + + + 151 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 151.363 + + + + + 1095276 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 1095275.837 + + + + + 1074644 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 1074644.102 + + + + + 10732368 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 10732368.406 + + + + + 1006449 + + Ukraine Crisis 2022 Monthly contribution summary + + + Private donors + + + + 1006448.505 + + + + + 5000000 + + Ukraine Crisis 2022 + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 3641660.597 + + + + + 3000000 + + Ukraine Crisis 2022 + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 3329633.74 + + + + + 100000 + + Ukraine Crisis 2022 + + + Lithuania, Ministry of Foreign Affairs + + + + 103412.616 + + + + + 933071 + + Monthly contribution summary + + + Private donors + + + + 933071.111 + + + + + 8034794 + + Monthly contribution summary + + + Private donors + + + + 8034794.349 + + + + + 5757075 + + Monthly contribution summary + + + Private donors + + + + 5757074.736 + + + + + 5491909 + + Monthly contribution summary + + + Private donors + + + + 5491909.037 + + + + + 5212760 + + Monthly contribution summary + + + Private donors + + + + 5212760.002 + + + + + 4213052 + + Monthly contribution summary + + + Private donors + + + + 4213052.017 + + + + + 3850855 + + Monthly contribution summary + + + Private donors + + + + 3850855.231 + + + + + 3765 + + Monthly contribution summary + + + Private donors + + + + 3765.06 + + + + + 3689957 + + Monthly contribution summary + + + Private donors + + + + 3689956.874 + + + + + 3301 + + Monthly contribution summary + + + Private donors + + + + 3300.565 + + + + + 3159707 + + Monthly contribution summary + + + Private donors + + + + 3159707.13 + + + + + 3016183 + + Monthly contribution summary + + + Private donors + + + + 3016183.326 + + + + + 291568 + + Monthly contribution summary + + + Private donors + + + + 291568.206 + + + + + 2876641 + + Monthly contribution summary + + + Private donors + + + + 2876640.651 + + + + + 2872374 + + Monthly contribution summary + + + Private donors + + + + 2872373.892 + + + + + 27638763 + + Monthly contribution summary + + + Private donors + + + + 27638763.371 + + + + + 2665834 + + Monthly contribution summary + + + Private donors + + + + 2665833.79 + + + + + 25456221 + + Monthly contribution summary + + + Private donors + + + + 25456221.368 + + + + + 24253570 + + Monthly contribution summary + + + Private donors + + + + 24253569.934 + + + + + 22990090 + + Monthly contribution summary + + + Private donors + + + + 22990089.575 + + + + + 2200472 + + Monthly contribution summary + + + Private donors + + + + 2200471.979 + + + + + 20958911 + + Monthly contribution summary + + + Private donors + + + + 20958911.442 + + + + + 20690229 + + Monthly contribution summary + + + Private donors + + + + 20690229.183 + + + + + 20127473 + + Monthly contribution summary + + + Private donors + + + + 20127472.587 + + + + + 19491531 + + Monthly contribution summary + + + Private donors + + + + 19491531.194 + + + + + 1798307 + + Monthly contribution summary + + + Private donors + + + + 1798307.086 + + + + + 17866650 + + Monthly contribution summary + + + Private donors + + + + 17866649.723 + + + + + 1626583 + + Monthly contribution summary + + + Private donors + + + + 1626583.102 + + + + + 15339792 + + Monthly contribution summary + + + Private donors + + + + 15339792.162 + + + + + 1512681 + + Monthly contribution summary + + + Private donors + + + + 1512681.239 + + + + + 1365509 + + Monthly contribution summary + + + Private donors + + + + 1365509.421 + + + + + 133498 + + Monthly contribution summary + + + Private donors + + + + 133497.993 + + + + + 12576 + + Monthly contribution summary + + + Private donors + + + + 12575.9 + + + + + 11889749 + + Monthly contribution summary + + + Private donors + + + + 11889748.914 + + + + + 106610 + + Monthly contribution summary + + + Private donors + + + + 106609.808 + + + + + 8623 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) Monthly contribution summary + + + Private donors + + + + 8623.339 + + + + + 6370 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) Monthly contribution summary + + + Private donors + + + + 6369.964 + + + + + 5356 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) Monthly contribution summary + + + Private donors + + + + 5356.367 + + + + + 4907 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) Monthly contribution summary + + + Private donors + + + + 4907.351 + + + + + 4615 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) Monthly contribution summary + + + Private donors + + + + 4614.552 + + + + + 4229 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) Monthly contribution summary + + + Private donors + + + + 4229.269 + + + + + 24139 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) Monthly contribution summary + + + Private donors + + + + 24138.63 + + + + + 22 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) Monthly contribution summary + + + Private donors + + + + 22.334 + + + + + 17145 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) Monthly contribution summary + + + Private donors + + + + 17145.301 + + + + + 127472 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) Monthly contribution summary + + + Private donors + + + + 127471.852 + + + + + 10166 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) Monthly contribution summary + + + Private donors + + + + 10165.851 + + + + + 50000000 + + For 2026 + + + Ministry of Foreign Affairs, Denmark + + + + 7574609.908 + + + + + 235000000 + + For 2026 + + + Ministry of Foreign Affairs, Denmark + + + + 35600666.566 + + + + + 224999999.99 + + For 2026 + + + Ministry of Foreign Affairs, Denmark + + + + 34085744.583 + + + + + 20000000 + + For 2026 + + + Australia - Department of Foreign Affairs and Trade + + + + 14326647.564 + + + + + 50000000 + + For 2025 + + + Ministry of Foreign Affairs, Denmark + + + + 7574609.908 + + + + + 590000000 + + For 2025 + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 68973579.612 + + + + + 553000000 + + For 2025 + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 64648117.84 + + + + + 357992 + + For 2025 + + + Private donors + + + + 357991.687 + + + + + 235000000 + + For 2025 + + + Ministry of Foreign Affairs, Denmark + + + + 35600666.566 + + + + + 33000000 + + For 2025 + + + Netherlands - Ministry of Foreign Affairs + + + + 34126163.392 + + + + + 224999999.99 + + For 2025 + + + Ministry of Foreign Affairs, Denmark + + + + 34085744.583 + + + + + 2250000 + + For 2025 + + + UK - Foreign, Commonwealth and Development Office + + + + 2903225.806 + + + + + 28537 + + For 2025 + + + Private donors + + + + 28536.585 + + + + + 23100000 + + For 2025 + + + UK - Foreign, Commonwealth and Development Office + + + + 28483353.884 + + + + + 2200000 + + For 2025 + + + Luxembourg Aid & Development + + + + 2564102.564 + + + + + 2000000 + + For 2025 + + + Luxembourg Aid & Development + + + + 2331002.331 + + + + + 200000 + + For 2025 + + + Luxembourg Aid & Development + + + + 233100.234 + + + + + 2000000 + + For 2025 + + + Netherlands - Ministry of Foreign Affairs + + + + 2181025.082 + + + + + 2000000 + + For 2025 + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 211774.672 + + + + + 148000000 + + For 2025 + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 17301847.089 + + + + + 20000000 + + For 2025 + + + Australia - Department of Foreign Affairs and Trade + + + + 14326647.564 + + + + + 11500000 + + For 2025 + + + Ireland - Department of Foreign Affairs and Trade + + + + 12540894.22 + + + + + 50000000 + + For 2024 + + + Ministry of Foreign Affairs, Denmark + + + + 7574609.908 + + + + + 751880 + + For 2024 + + + Private donors + + + + 751879.699 + + + + + 590000000 + + For 2024 + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 68973579.612 + + + + + 500000 + + For 2024 + + + Germany - Ministry for Economic Cooperation and Development + + + + 588928.151 + + + + + 499927 + + For 2024 + + + Germany - Federal Foreign Office + + + + 527349.156 + + + + + 50000 + + For 2024 + + + Government of Angola + + + + 50000 + + + + + 6000000 + + For 2024 + + + New Zealand - Ministry of Foreign Affairs and Trade - New Zealand Aid Programme + + + + 4118050.789 + + + + + 235000000 + + For 2024 + + + Ministry of Foreign Affairs, Denmark + + + + 35600666.566 + + + + + 33000000 + + For 2024 + + + Netherlands - Ministry of Foreign Affairs + + + + 34126163.392 + + + + + 224999999.99 + + For 2024 + + + Ministry of Foreign Affairs, Denmark + + + + 34085744.583 + + + + + 328158 + + For 2024 + + + Private donors + + + + 328157.957 + + + + + 40000000 + + For 2024 + + + Government of Iceland + + + + 296450.011 + + + + + 28537 + + For 2024 + + + Private donors + + + + 28536.585 + + + + + 23100000 + + For 2024 + + + UK - Foreign, Commonwealth and Development Office + + + + 28483353.884 + + + + + 2200000 + + For 2024 + + + Luxembourg Aid & Development + + + + 2564102.564 + + + + + 30000000 + + For 2024 + + + Government of Iceland + + + + 236966.825 + + + + + 2000000 + + For 2024 + + + Luxembourg Aid & Development + + + + 2331002.331 + + + + + 200000 + + For 2024 + + + Luxembourg Aid & Development + + + + 233100.234 + + + + + 2000000 + + For 2024 + + + Netherlands - Ministry of Foreign Affairs + + + + 2181025.082 + + + + + 212540 + + For 2024 + + + Private donors + + + + 212539.851 + + + + + 2000000 + + For 2024 + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 211774.672 + + + + + 18000000 + + For 2024 + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 19230769.231 + + + + + 148000000 + + For 2024 + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 17301847.089 + + + + + 16000000 + + For 2024 + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 17094017.094 + + + + + 11500000 + + For 2024 + + + Ireland - Department of Foreign Affairs and Trade + + + + 12540894.22 + + + + + 15000000 + + For 2024 + + + Australia - Department of Foreign Affairs and Trade + + + + 10744985.673 + + + + + 101031 + + For 2024 + + + Germany - Federal Foreign Office + + + + 106572.784 + + + + + 10000000 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 960245.823 + + + + + 75000 + + Bailiwick of Jersey + + + + 95541.401 + + + + + 12600000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 9431137.725 + + + + + 1500000 + + New Zealand - Ministry of Foreign Affairs and Trade - New Zealand Aid Programme + + + + 921375.922 + + + + + 130000000 + + Government of Iceland + + + + 914848.698 + + + + + 8000 + + Government of Spain + + + + 8781.558 + + + + + 12000000 + + Australia - Department of Foreign Affairs and Trade + + + + 8595988.539 + + + + + 8000000 + + Finland - Ministry of Foreign Affairs + + + + 8273009.307 + + + + + 800000 + + Government of the Russian Federation + + + + 800000 + + + + + 7250000 + + France - Ministry for Europe and Foreign Affairs + + + + 7820927.724 + + + + + 5150501.37 + + Ministry of Foreign Affairs, Denmark + + + + 780260.774 + + + + + 77981.42 + + Republic of Korea + + + + 77981.42 + + + + + 7000000 + + Spain - Ministry of Foreign Affairs and Cooperation + + + + 7709251.101 + + + + + 7000000 + + Finland - Ministry of Foreign Affairs + + + + 7238883.144 + + + + + 600000 + + Luxembourg Aid & Development + + + + 699300.7 + + + + + 590000000 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 68973579.612 + + + + + 58000000 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 6780453.589 + + + + + 60000 + + Government of Spain + + + + 65861.691 + + + + + 70000000 + + Norad - Norwegian Agency for Development Cooperation + + + + 6545726.576 + + + + + 630000000 + + Norad - Norwegian Agency for Development Cooperation + + + + 63126252.505 + + + + + 600000 + + Government of Liechtenstein + + + + 629590.766 + + + + + 50000 + + Bailiwick of Guernsey + + + + 62893.082 + + + + + 60000 + + Government of Singapore + + + + 60000 + + + + + 500000 + + Germany - Federal Foreign Office + + + + 563063.063 + + + + + 50000 + + Government of Monaco + + + + 53134.963 + + + + + 521928.73 + + Government of Norway + + + + 52465.694 + + + + + 50631.25 + + Government of Peru + + + + 50631.25 + + + + + 500000 + + Republic of Korea + + + + 500000 + + + + + 500000 + + Government of Iceland + + + + 500000 + + + + + 50000 + + Government of Angola + + + + 50000 + + + + + 5000 + + Government of the Serbia + + + + 5000 + + + + + 4500000 + + France - Ministry for Europe and Foreign Affairs + + + + 4912663.755 + + + + + 5000000 + + Germany - Federal Foreign Office + + + + 4868549.173 + + + + + 40000 + + Government of Estonia + + + + 43811.61 + + + + + 40000 + + Slovenia - Ministry of Foreign Affairs + + + + 42918.455 + + + + + 4000000 + + Ireland - Department of Foreign Affairs and Trade + + + + 4136504.654 + + + + + 40000 + + Government of Monaco + + + + 41365.047 + + + + + 40000 + + Government of Malta + + + + 41365.047 + + + + + 6000000 + + New Zealand - Ministry of Foreign Affairs and Trade - New Zealand Aid Programme + + + + 4118050.789 + + + + + 366491.04 + + France - Ministry for Europe and Foreign Affairs + + + + 392388.694 + + + + + 3770000 + + Republic of Korea + + + + 3770000 + + + + + 50000000 + + Government of Iceland + + + + 367863.449 + + + + + 235000000 + + Ministry of Foreign Affairs, Denmark + + + + 35600666.566 + + + + + 33000000 + + Netherlands - Ministry of Foreign Affairs + + + + 34126163.392 + + + + + 5000000 + + Australia - Department of Foreign Affairs and Trade + + + + 3259452.412 + + + + + 30000 + + Government of Malta + + + + 32362.46 + + + + + 300000 + + Government of Türkiye + + + + 300000 + + + + + 30000 + + Government of Uruguay + + + + 30000 + + + + + 40000000 + + Government of Iceland + + + + 296450.011 + + + + + 23100000 + + UK - Foreign, Commonwealth and Development Office + + + + 28911138.924 + + + + + 260399 + + Germany - Federal Foreign Office + + + + 274682.489 + + + + + 2450000 + + Government of Austria + + + + 2680525.164 + + + + + 24500000 + + France - Ministry for Europe and Foreign Affairs + + + + 26746724.891 + + + + + 266825.08 + + Netherlands - Ministry of Foreign Affairs + + + + 266825.08 + + + + + 17000000 + + Ministry of Foreign Affairs, Denmark + + + + 2500367.702 + + + + + 2250000 + + Private donors in the Netherlands + + + + 2469813.392 + + + + + 30000000 + + Government of Iceland + + + + 236966.825 + + + + + 2000000 + + Luxembourg Aid & Development + + + + 2331002.331 + + + + + 208500 + + Government of Spain + + + + 227371.865 + + + + + 21370000 + + Germany - Federal Foreign Office + + + + 22099276.112 + + + + + 2000000 + + France - Ministry for Europe and Foreign Affairs + + + + 2183406.114 + + + + + 2000000 + + Netherlands - Ministry of Foreign Affairs + + + + 2181025.082 + + + + + 30000000 + + Government of Iceland + + + + 211118.931 + + + + + 2000000 + + Ireland - Department of Foreign Affairs and Trade + + + + 2068252.327 + + + + + 2000000 + + Finland - Ministry of Foreign Affairs + + + + 2068252.327 + + + + + 20000 + + Government of Thailand + + + + 20000 + + + + + 20000 + + Government of Portugal + + + + 20000 + + + + + 18900000 + + United States + + + + 18900000 + + + + + 18000000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 18887722.98 + + + + + 10290000 + + Government of Costa Rica + + + + 17960.623 + + + + + 16328212 + + Ministry of Foreign Affairs of Japan + + + + 16328212 + + + + + 2000000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 1569858.713 + + + + + 15000 + + Government of Bulgaria + + + + 15000 + + + + + 2000000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 1485884.101 + + + + + 10000000 + + Ministry of Foreign Affairs, Denmark + + + + 1464772.228 + + + + + 15000000 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 1440368.734 + + + + + 133000 + + United Nations Foundation + + + + 133000 + + + + + 85000000.03 + + Ministry of Foreign Affairs, Denmark + + + + 12876836.848 + + + + + 100000 + + Government of Isle of Man + + + + 121065.375 + + + + + 9900000 + + UK - Foreign, Commonwealth and Development Office + + + + 12073170.732 + + + + + 120000 + + Government of Indonesia + + + + 120000 + + + + + 10000000 + + Belgian Development Cooperation + + + + 11947431.302 + + + + + 11500000 + + Ireland - Department of Foreign Affairs and Trade + + + + 11892450.879 + + + + + 1000000 + + Government of Spain + + + + 1108647.45 + + + + + 10000 + + Government of Cyprus + + + + 10905.126 + + + + + 100000 + + Government of Estonia + + + + 106609.808 + + + + + 1486743000 + + Ministry of Foreign Affairs of Japan + + + + 10624905.31 + + + + + 1000000 + + Ireland - Department of Foreign Affairs and Trade + + + + 1034126.163 + + + + + 10000 + + Government of the Montenegro + + + + 10341.262 + + + + + 1000000 + + Netherlands - Ministry of Foreign Affairs + + + + 1028806.584 + + + + + 1000000 + + Government of Kuwait + + + + 1000000 + + + + + 1000000 + + Government of Saudi Arabia + + + + 1000000 + + + + + 100000 + + Government of Philippines + + + + 100000 + + + + + 100000 + + Government of Algeria + + + + 100000 + + + + + 100000 + + Government of Morocco + + + + 100000 + + + + + 10000 + + Government of Philippines + + + + 10000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>UNHCR Strategic Directions 2022-2026</narrative> + + + + + + + + <narrative>المفوضية السامية للأمم المتحدة لشؤون اللاجئين</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>Population Data</narrative> + + + + + + + + <narrative>UNHCR - Figures at a glance</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>ACNUR La Agencia de la ONU para los Refugiados</narrative> + + + + + + + + <narrative>UNHCR L'Agence des Nations Unies pour les réfugiés</narrative> + + + + + + + + <narrative>Агентство ООН по делам беженцев</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + + + + + + + + + + XM-DAC-41121-2023-AME + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operations in the Americas</narrative> + <narrative xml:lang="fr">Opérations du HCR dans les Amériques</narrative> + + + This activity shows details of the UNHCR operations in the Americas for 2023 and future years including broadly earmarked contributions. + Cette activité montre les détails des opérations du HCR dans les Amériques pour 2023 et les années à venir, y compris les financements affectés au niveau régional. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + The Americas + + + + + Panamá + + + UNHCR Regional Bureau + + + 9.0029 -79.5172 + + + + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + + + + + + + + + 5 + + Monthly contribution summary + + + Private donors + + + + 4.791 + + + + + 39 + + Monthly contribution summary + + + Private donors + + + + 38.627 + + + + + 5600000 + + United States + + + + 5600000 + + + + + 500000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 524658.972 + + + + + 400000 + + United States + + + + 400000 + + + + + 2600000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 2040816.326 + + + + + 1300000 + + United States + + + + 1300000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Regional Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + + + + + + + + + + + + + + + + + + XM-DAC-41121-2023-ASO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operations in Asia and the Pacific</narrative> + <narrative xml:lang="fr">Opérations du HCR en Asie et dans le Pacifique</narrative> + + + This activity shows details of the UNHCR operations in Asia and the Pacific for 2023 and future years including broadly earmarked contributions. + Cette activité montre les détails des opérations du HCR en Asie et dans le Pacifique pour 2023 et les années à venir, y compris les financements affectés au niveau régional. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Asia and the Pacific + + + + + Bangkok + + + UNHCR Regional Bureau + + + 13.7438 100.5479 + + + + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + + + + + + + + + 2991 + + Monthly contribution summary + + + Private donors + + + + 2991.3 + + + + + 221972 + + Monthly contribution summary + + + Private donors + + + + 221972.224 + + + + + 1792 + + Monthly contribution summary + + + Private donors + + + + 1791.966 + + + + + 125034 + + Monthly contribution summary + + + Private donors + + + + 125034.381 + + + + + 124239 + + Monthly contribution summary + + + Private donors + + + + 124239.23 + + + + + 123810 + + Monthly contribution summary + + + Private donors + + + + 123810.499 + + + + + 119956 + + Monthly contribution summary + + + Private donors + + + + 119955.638 + + + + + 116241 + + Monthly contribution summary + + + Private donors + + + + 116240.777 + + + + + 115640 + + Monthly contribution summary + + + Private donors + + + + 115639.791 + + + + + 9900000 + + United States + + + + 9900000 + + + + + 700000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 549450.55 + + + + + 15900000 + + United States + + + + 15900000 + + + + + 12700000 + + United States + + + + 12700000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Regional Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + XM-DAC-41121-2023-EHGL + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operations in the East and Horn of Africa and Great Lakes</narrative> + <narrative xml:lang="fr">Opérations du HCR dans l'Est et Corne de l'Afrique et Grands Lacs</narrative> + + + This activity shows details of the UNHCR operations in the East, Horn, and Great Lakes of Africa for 2023 and future years including softly earmarked contributions. + Cette activité montre les détails des opérations du HCR en l'Est, Corne et Grands Lacs d'Afrique pour 2023 et les années à venir, y compris les financements affectés au niveau régional. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Australia - Department of Foreign Affairs and Trade + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + Finland - Ministry of Foreign Affairs + + + AICS - Agenzia Italiana per la Cooperazione allo Sviluppo / Italian Agency for Cooperation and Development + + + United States + + + Government of Isle of Man + + + Luxembourg Aid & Development + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Africa + + + + + Addis Ababa + + + UNHCR Country Office + + + 8.9928 38.7833 + + + + + + + + Asmara + + + UNHCR Country Office + + + 15.3318 38.9338 + + + + + + + + Bujumbura + + + UNHCR Country Office + + + -3.3891 29.3533 + + + + + + + + Dar Es Salam + + + UNHCR Country Office + + + -6.816 39.278 + + + + + + + + Djibouti + + + UNHCR Country Office + + + 11.595 43.142 + + + + + + + + Juba + + + UNHCR Country Office + + + 4.8511 31.5978 + + + + + + + + Kampala + + + UNHCR Country Office + + + 0.3348 32.5967 + + + + + + + + Khartoum + + + UNHCR Country Office + + + 15.5848 32.5401 + + + + + + + + Kigali + + + UNHCR Country Office + + + -1.9419 30.1031 + + + + + + + + Mogadishu + + + UNHCR Chargé de Mission + + + 2.045 45.342 + + + + + + + + Nairobi + + + UNHCR Regional Bureau + + + -1.2283 36.7613 + + + + + + + + Nairobi (Country Office Kenya) + + + UNHCR Country Office + + + -1.261 36.795 + + + + + + + + Somalia Liaison Support Office + + + UNHCR Country Office + + + -1.261 36.795 + + + + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + + + + + + + + + 8874 + + Monthly contribution summary + + + Private donors + + + + 8874.444 + + + + + 876783 + + Monthly contribution summary + + + Private donors + + + + 876783.298 + + + + + 6843 + + Monthly contribution summary + + + Private donors + + + + 6843.44 + + + + + 567648 + + Monthly contribution summary + + + Private donors + + + + 567647.7 + + + + + 5116 + + Monthly contribution summary + + + Private donors + + + + 5116.192 + + + + + 50000 + + Monthly contribution summary + + + Private donors + + + + 50000 + + + + + 455369 + + Monthly contribution summary + + + Private donors + + + + 455368.638 + + + + + 3582 + + Monthly contribution summary + + + Private donors + + + + 3582.354 + + + + + 330650 + + Monthly contribution summary + + + Private donors + + + + 330649.869 + + + + + 299229 + + Monthly contribution summary + + + Private donors + + + + 299229.23 + + + + + 282659 + + Monthly contribution summary + + + Private donors + + + + 282659.113 + + + + + 2824 + + Monthly contribution summary + + + Private donors + + + + 2823.941 + + + + + 28226 + + Monthly contribution summary + + + Private donors + + + + 28225.934 + + + + + 28190 + + Monthly contribution summary + + + Private donors + + + + 28189.632 + + + + + 274669 + + Monthly contribution summary + + + Private donors + + + + 274668.928 + + + + + 269925 + + Monthly contribution summary + + + Private donors + + + + 269925.09 + + + + + 24495 + + Monthly contribution summary + + + Private donors + + + + 24494.526 + + + + + 23195 + + Monthly contribution summary + + + Private donors + + + + 23195.186 + + + + + 20000 + + Monthly contribution summary + + + Private donors + + + + 20000 + + + + + 19409 + + Monthly contribution summary + + + Private donors + + + + 19409.28 + + + + + 192037 + + Monthly contribution summary + + + Private donors + + + + 192036.871 + + + + + 144 + + Monthly contribution summary + + + Private donors + + + + 144.077 + + + + + 1032209 + + Monthly contribution summary + + + Private donors + + + + 1032208.823 + + + + + 50000 + + For 2025 + + + Private donors + + + + 50000 + + + + + 20000 + + For 2025 + + + Private donors + + + + 20000 + + + + + 1000000 + + For 2025 + + + Germany - Federal Foreign Office + + + + 1054852.321 + + + + + 500000 + + For 2024 + + + Germany - Federal Foreign Office + + + + 527426.16 + + + + + 50000 + + For 2024 + + + Private donors + + + + 50000 + + + + + 4000000 + + For 2024 + + + Germany - Federal Foreign Office + + + + 4504504.504 + + + + + 20000 + + For 2024 + + + Private donors + + + + 20000 + + + + + 192037 + + For 2024 + + + Private donors + + + + 192036.871 + + + + + 1000000 + + For 2024 + + + Germany - Federal Foreign Office + + + + 1219512.195 + + + + + 65000 + + Government of Isle of Man + + + + 80946.451 + + + + + 4500000 + + AICS - Agenzia Italiana per la Cooperazione allo Sviluppo / Italian Agency for Cooperation and Development + + + + 4955947.137 + + + + + 4800000 + + United States + + + + 4800000 + + + + + 3000000 + + Finland - Ministry of Foreign Affairs + + + + 3102378.49 + + + + + 250000 + + Luxembourg Aid & Development + + + + 291375.291 + + + + + 3000000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 2354788.069 + + + + + 2100000 + + United States + + + + 2100000 + + + + + 3000000 + + Australia - Department of Foreign Affairs and Trade + + + + 1981505.945 + + + + + 3000000 + + Australia - Department of Foreign Affairs and Trade + + + + 1955671.447 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + + + + + + + + + + + + + + + XM-DAC-41121-2023-EUR + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operations in Europe</narrative> + <narrative xml:lang="fr">Opérations du HCR en Europe</narrative> + + + This activity shows details of the UNHCR operations in Europe for 2023 and future years including including broadly earmarked contributions. + Cette activité montre les détails des opérations du HCR en Europe pour 2023 et les années à venir, y compris les financements affectés au niveau régional. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Slovenia - Ministry of Foreign Affairs + + + United States + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Europe + + + + + Geneva + + + UNHCR Regional Bureau + + + 46.2204 6.1412 + + + + + + Material relief assistance and services + + + Education in emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + + + + + + + + + 5000000 + + Ukraine Crisis 2022 + + + United States + + + + 5000000 + + + + + 4900000 + + Ukraine Crisis 2022 + + + United States + + + + 4900000 + + + + + 64462 + + Monthly contribution summary + + + Private donors + + + + 64462.13 + + + + + 4872 + + Monthly contribution summary + + + Private donors + + + + 4871.723 + + + + + 41596 + + Monthly contribution summary + + + Private donors + + + + 41595.663 + + + + + 36674 + + Monthly contribution summary + + + Private donors + + + + 36673.517 + + + + + 24556 + + Monthly contribution summary + + + Private donors + + + + 24556.25 + + + + + 24413 + + Monthly contribution summary + + + Private donors + + + + 24412.767 + + + + + 19217 + + Monthly contribution summary + + + Private donors + + + + 19217.019 + + + + + 100534 + + Monthly contribution summary + + + Private donors + + + + 100533.907 + + + + + 900000 + + United States + + + + 900000 + + + + + 50000 + + Slovenia - Ministry of Foreign Affairs + + + + 54764.513 + + + + + 2700000 + + United States + + + + 2700000 + + + + + 1200000 + + United States + + + + 1200000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Regional Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + XM-DAC-41121-2023-MENA + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operations in the Middle East and North Africa</narrative> + <narrative xml:lang="fr">Opérations du HCR au Moyen-Orient et au Afrique du Nord</narrative> + + + This activity shows details of the UNHCR operations in the Middle East and North Africa for 2023 and future years including broadly earmarked contributions. + Cette activité montre les détails des opérations du HCR au Moyen-Orient et au Afrique du Nord pour 2023 et les années à venir, y compris les financements affectés au niveau régional. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + Government of the Russian Federation + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Middle East and North Africa + + + + + Amman + + + UNHCR Regional Bureau + + + 31.9648 35.842 + + + + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + + + + + + + + + 723110 + + Monthly contribution summary + + + Private donors + + + + 723110.239 + + + + + 69537 + + Monthly contribution summary + + + Private donors + + + + 69537.496 + + + + + 531 + + Monthly contribution summary + + + Private donors + + + + 531.162 + + + + + 45518 + + Monthly contribution summary + + + Private donors + + + + 45517.696 + + + + + 43074 + + Monthly contribution summary + + + Private donors + + + + 43073.653 + + + + + 3285 + + Monthly contribution summary + + + Private donors + + + + 3285.382 + + + + + 300481 + + Monthly contribution summary + + + Private donors + + + + 300481.174 + + + + + 22621 + + Monthly contribution summary + + + Private donors + + + + 22620.911 + + + + + 2075 + + Monthly contribution summary + + + Private donors + + + + 2074.718 + + + + + 2 + + Monthly contribution summary + + + Private donors + + + + 2 + + + + + 19250 + + Monthly contribution summary + + + Private donors + + + + 19249.622 + + + + + 19197 + + Monthly contribution summary + + + Private donors + + + + 19196.731 + + + + + 18953 + + Monthly contribution summary + + + Private donors + + + + 18953.004 + + + + + 168171 + + Monthly contribution summary + + + Private donors + + + + 168171.391 + + + + + 16174 + + Monthly contribution summary + + + Private donors + + + + 16173.944 + + + + + 12770 + + Monthly contribution summary + + + Private donors + + + + 12769.876 + + + + + 12325 + + Monthly contribution summary + + + Private donors + + + + 12325.121 + + + + + 5900000 + + For 2026 + + + Germany - Federal Foreign Office + + + + 6223628.692 + + + + + 2000000 + + For 2025 + + + Germany - Federal Foreign Office + + + + 2109704.642 + + + + + 500000 + + For 2024 + + + Germany - Federal Foreign Office + + + + 527426.16 + + + + + 6400000 + + United States + + + + 6400000 + + + + + 300000 + + Government of the Russian Federation + + + + 300000 + + + + + 2800000 + + United States + + + + 2800000 + + + + + 2000000 + + United States + + + + 2000000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Regional Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + + + + + + + + + + + + + + + + + + XM-DAC-41121-2023-SAO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operations in Southern Africa</narrative> + <narrative xml:lang="fr">Opérations du HCR en Afrique australe</narrative> + + + This activity shows details of the UNHCR operations in Southern Africa for 2023 and future years including broadly earmarked contributions. + Cette activité montre les détails des opérations du HCR à l'Afrique australe pour 2023 et les années à venir, y compris les financements affectés au niveau régional. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + United States + + + AICS - Agenzia Italiana per la Cooperazione allo Sviluppo / Italian Agency for Cooperation and Development + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Africa + + + + + Brazzaville + + + UNHCR Country Office + + + -4.2726 15.2721 + + + + + + + + Harare + + + UNHCR Country Office + + + -17.828 31.054 + + + + + + + + Kinshasa + + + UNHCR Country Office + + + -4.3246 15.2768 + + + + + + + + Libreville + + + UNHCR Country Office + + + 0.392 9.453 + + + + + + + + Lilongwe + + + UNHCR Country Office + + + -13.981 33.774 + + + + + + + + Luanda + + + UNHCR Country Office + + + -8.8299 13.233 + + + + + + + + Lusaka + + + UNHCR Country Office + + + -15.417 28.288 + + + + + + + + Maputo + + + UNHCR Country Office + + + -25.961 32.574 + + + + + + + + Pretoria + + + UNHCR Multi-country Office + + + -25.73 28.217 + + + + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + + + + + + + + + 633 + + Monthly contribution summary + + + Private donors + + + + 633.131 + + + + + 389 + + Monthly contribution summary + + + Private donors + + + + 389.196 + + + + + 380 + + Monthly contribution summary + + + Private donors + + + + 380.227 + + + + + 347 + + Monthly contribution summary + + + Private donors + + + + 347.346 + + + + + 281 + + Monthly contribution summary + + + Private donors + + + + 280.596 + + + + + 272 + + Monthly contribution summary + + + Private donors + + + + 271.559 + + + + + 1653 + + Monthly contribution summary + + + Private donors + + + + 1653.161 + + + + + 160 + + Monthly contribution summary + + + Private donors + + + + 159.79 + + + + + 8000000 + + For 2025 + + + Germany - Federal Foreign Office + + + + 7751937.985 + + + + + 8000000 + + For 2024 + + + Germany - Federal Foreign Office + + + + 7751937.985 + + + + + 500000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 392464.678 + + + + + 24300000 + + United States + + + + 24300000 + + + + + 1500000 + + AICS - Agenzia Italiana per la Cooperazione allo Sviluppo / Italian Agency for Cooperation and Development + + + + 1651982.379 + + + + + 10500000 + + United States + + + + 10500000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + + + + + + + + + + + XM-DAC-41121-2023-WCA + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operations in West and Central Africa</narrative> + <narrative xml:lang="fr">Opérations du HCR en Afrique occidentale et centrale</narrative> + + + This activity shows details of the UNHCR operations in the West and Centre of Africa for 2023 and future years including broadly earmarked contributions. + Cette activité montre les détails des opérations du HCR à l'Afrique de l'Ouest et L'Afrique centrale pour 2023 et les années à venir, y compris les financements affectés au niveau régional. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + AICS - Agenzia Italiana per la Cooperazione allo Sviluppo / Italian Agency for Cooperation and Development + + + France - Ministry for Europe and Foreign Affairs + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + United States + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Africa + + + + + Brazzaville + + + UNHCR Country Office + + + -4.2726 15.2721 + + + + + + + + Harare + + + UNHCR Country Office + + + -17.828 31.054 + + + + + + + + Kinshasa + + + UNHCR Country Office + + + -4.3246 15.2768 + + + + + + + + Libreville + + + UNHCR Country Office + + + 0.392 9.453 + + + + + + + + Lilongwe + + + UNHCR Country Office + + + -13.981 33.774 + + + + + + + + Luanda + + + UNHCR Country Office + + + -8.8299 13.233 + + + + + + + + Lusaka + + + UNHCR Country Office + + + -15.417 28.288 + + + + + + + + Maputo + + + UNHCR Country Office + + + -25.961 32.574 + + + + + + + + Pretoria + + + UNHCR Multi-country Office + + + -25.73 28.217 + + + + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + + + + + + + + + 10000000 + + For 2025 + + + Germany - Federal Foreign Office + + + + 10288065.844 + + + + + 10000000 + + For 2024 + + + Germany - Federal Foreign Office + + + + 10288065.844 + + + + + 6500000 + + United States + + + + 6500000 + + + + + 2800000 + + United States + + + + 2800000 + + + + + 2000000 + + AICS - Agenzia Italiana per la Cooperazione allo Sviluppo / Italian Agency for Cooperation and Development + + + + 2202643.171 + + + + + 1500000 + + France - Ministry for Europe and Foreign Affairs + + + + 1637554.585 + + + + + 1500000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 1177394.035 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + + + + + + + + + + + + + + XM-DAC-41121-2023-AME-ARGMCO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Argentina Multi-Country Office</narrative> + <narrative xml:lang="es">Oficina Multipaís de ACNUR en Argentina</narrative> + <narrative xml:lang="fr">Bureau multipays du HCR en Argentine</narrative> + + + This activity shows details of the UNHCR Argentina Multi-Country Office for 2023 and future years including the budget, funding, expenditure and results. The Argentina Multi-Country Office coordinates activities in Argentina, Bolivia, Chile, Paraguay and Uruguay + Cette activité montre les détails de Argentine bureau multipays du HCR pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. Le bureau multipays d'Argentine coordonne les activités en Argentine, en Bolivie, au Chili, au Paraguay et en Uruguay. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + El ACNUR, la Agencia de la ONU para los Refugiados, es una organización mundial dedicada a salvar las vidas, proteger los derechos y construir un futuro mejor para los refugiados, las comunidades desplazadas por la fuerza y las personas apátridas. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + Government of Argentina + + + European Commission - Humanitarian Aid & Civil Protection + + + United States + + + UK - Home Office + + + Government of Spain + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Buenos Aires + + + UNHCR Multi-country Office + + + -34.5987 -58.3826 + + + + + + + + Santiago + + + UNHCR National Office + + + -33.475 -70.6475 + + + + + + Protection + + + Early Recovery + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Self Reliance, Economic Inclusion and Livelihoods + + + Resettlement and Complementary Pathways + + + Status Determination + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 16. Peace, justice and strong institutions + + + 08. Decent work and economic growth + + + 05. Gender equality + + + 01. No poverty + + + 17. Partnerships for the goals + + + Venezuela Regional Refugee and Migrant Response Plan (RMRP) 2023 + + + + + + + + + + + 56231356 + + + + + 56231356 + + + + + 0 + + + + + + 67671 + + Monthly contribution summary + + + Private donors + + + + 67671.402 + + + + + 54700 + + Monthly contribution summary + + + Private donors + + + + 54699.823 + + + + + 54396 + + Monthly contribution summary + + + Private donors + + + + 54395.853 + + + + + 54363 + + Monthly contribution summary + + + Private donors + + + + 54362.919 + + + + + 53388 + + Monthly contribution summary + + + Private donors + + + + 53388.086 + + + + + 51560 + + Monthly contribution summary + + + Private donors + + + + 51559.526 + + + + + 51528 + + Monthly contribution summary + + + Private donors + + + + 51528.112 + + + + + 50072 + + Monthly contribution summary + + + Private donors + + + + 50071.579 + + + + + 50002 + + Monthly contribution summary + + + Private donors + + + + 50001.857 + + + + + 52895 + + For 2024 + + + European Commission - Humanitarian Aid & Civil Protection + + + + 58190.319 + + + + + 53550 + + Government of Argentina + + + + 53550 + + + + + 4700000 + + United States + + + + 4700000 + + + + + 4221000 + + United States + + + + 4221000 + + + + + 23004.69 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 23004.69 + + + + + 18070.92 + + UK - Home Office + + + + 22365 + + + + + 200000 + + Government of Spain + + + + 221729.49 + + + + + 2050000 + + United States + + + + 2050000 + + + + + 1400000 + + United States + + + + 1400000 + + + + + 112180 + + European Commission - Humanitarian Aid & Civil Protection + + + + 123410.341 + + + + + 949109 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1052227.273 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>ACNUR La Agencia de la ONU para los Refugiados</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-AME-BRA + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Brazil</narrative> + <narrative xml:lang="fr">L'opération du HCR au Brésil</narrative> + + + This activity shows details of the UNHCR operation in Brazil for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Brésil pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + Ministry of Foreign Affairs of Japan + + + European Commission - Humanitarian Aid & Civil Protection + + + Government of Brazil + + + UN Women + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Boa Vista + + + UNHCR Field Office + + + 2.8321 -60.6972 + + + + + + + + Brasilia + + + UNHCR Country Office + + + -15.7797 -47.9297 + + + + + + + + Manaus + + + UNHCR Field Unit + + + -3.1223 -60.0146 + + + + + + + + São Paulo + + + UNHCR Field Unit + + + -23.5813 -46.6229 + + + + + + Protection + + + Early Recovery + + + Emergency Shelter and NFI + + + Gender Based Violence + + + Food Security + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Self Reliance, Economic Inclusion and Livelihoods + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Sexual and Gender-based Violence + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 01. No poverty + + + 11. Sustainable cities and communities + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + 05. Gender equality + + + 08. Decent work and economic growth + + + 17. Partnerships for the goals + + + Venezuela Regional Refugee and Migrant Response Plan (RMRP) 2023 + + + + + + + + + + + 52473361 + + + + + 52473339 + + + + + 0 + + + + + + 353534 + + Monthly contribution summary + + + Private donors + + + + 353534.16 + + + + + 311256 + + Monthly contribution summary + + + Private donors + + + + 311255.624 + + + + + 302012 + + Monthly contribution summary + + + Private donors + + + + 302012.377 + + + + + 300257 + + Monthly contribution summary + + + Private donors + + + + 300256.831 + + + + + 262439 + + Monthly contribution summary + + + Private donors + + + + 262438.761 + + + + + 259656 + + Monthly contribution summary + + + Private donors + + + + 259655.596 + + + + + 247910 + + Monthly contribution summary + + + Private donors + + + + 247910.287 + + + + + 233495 + + Monthly contribution summary + + + Private donors + + + + 233495.021 + + + + + 230597 + + Monthly contribution summary + + + Private donors + + + + 230596.975 + + + + + 2202 + + Monthly contribution summary + + + Private donors + + + + 2202.32 + + + + + 67010.96 + + Government of Brazil + + + + 67010.96 + + + + + 6100000 + + United States + + + + 6100000 + + + + + 2600000 + + United States + + + + 2600000 + + + + + 243000000 + + Ministry of Foreign Affairs of Japan + + + + 1832855.635 + + + + + 1544000 + + United States + + + + 1544000 + + + + + 126329 + + UN Women + + + + 150750.596 + + + + + 1300000 + + United States + + + + 1300000 + + + + + 999062 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1107607.539 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-AME-CAN + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Canada</narrative> + <narrative xml:lang="fr">L'opération du HCR au Canada</narrative> + + + This activity shows details of the UNHCR operation in Canada for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Canada pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Montreal + + + UNHCR Field Unit + + + 45.5 -73.583 + + + + + + + + Ottawa + + + UNHCR Country Office + + + 45.4195 -75.7014 + + + + + + + + Toronto + + + UNHCR Field Unit + + + 43.667 -79.417 + + + + + + + + Vancouver + + + UNHCR Field Unit + + + 49.25 -123.133 + + + + + + Protection + + + Early Recovery + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + 16. Peace, justice and strong institutions + + + 10. Reduced inequalities + + + + + + + + + + 3109510 + + + + + 0 + + + + + 3007980 + + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-AME-COL + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Colombia</narrative> + <narrative xml:lang="es">Oficina de ACNUR en Colombia</narrative> + <narrative xml:lang="fr">L'opération du HCR en Colombie</narrative> + + + This activity shows details of the UNHCR operation in Colombia for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Colombie pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + El ACNUR, la Agencia de la ONU para los Refugiados, es una organización mundial dedicada a salvar las vidas, proteger los derechos y construir un futuro mejor para los refugiados, las comunidades desplazadas por la fuerza y las personas apátridas. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Commission - Humanitarian Aid & Civil Protection + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + Government of Spain + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + Government of Canada + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + Government of Spain + + + United Nations Central Emergency Response Fund (CERF) + + + United States + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Apartadó + + + UNHCR Field Office + + + 7.8883 -76.6376 + + + + + + + + Arauca + + + UNHCR Field Office + + + 7.0839 -70.7619 + + + + + + + + Bogota + + + UNHCR Country Office + + + 4.6571 -74.0609 + + + + + + + + Buenaventura + + + UNHCR Field Office + + + 3.8821 -77.0708 + + + + + + + + Cúcuta + + + UNHCR Sub-Office + + + 7.8914 -72.503 + + + + + + + + Medellín + + + UNHCR Sub-Office + + + 6.2127 -75.5697 + + + + + + + + Mocoa + + + UNHCR Field Office + + + 1.1486 -76.6191 + + + + + + + + Pasto + + + UNHCR Sub-Office + + + 1.2302 -77.2842 + + + + + + + + Quibdó + + + UNHCR Field Office + + + 5.691 -76.6538 + + + + + + + + Riohacha + + + UNHCR Field Office + + + 11.5291 -72.9123 + + + + + + Protection + + + Early Recovery + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Self Reliance, Economic Inclusion and Livelihoods + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 05. Gender equality + + + 08. Decent work and economic growth + + + 01. No poverty + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + 17. Partnerships for the goals + + + Colombia Plan de Respuesta Humanitario 2023 + + + + Venezuela Regional Refugee and Migrant Response Plan (RMRP) 2023 + + + + + + + + + + + 0 + + + + + 0 + + + + + 122098801 + + + + + 122071445 + + + + + + 8230 + + Monthly contribution summary + + + Private donors + + + + 8230.193 + + + + + 677375 + + Monthly contribution summary + + + Private donors + + + + 677375 + + + + + 677375 + + Monthly contribution summary + + + Private donors + + + + 677375 + + + + + 321394 + + Monthly contribution summary + + + Private donors + + + + 321394 + + + + + 30735 + + Monthly contribution summary + + + Private donors + + + + 30734.84 + + + + + 208453 + + Monthly contribution summary + + + Private donors + + + + 208452.946 + + + + + 16980 + + Monthly contribution summary + + + Private donors + + + + 16980 + + + + + 13549 + + Monthly contribution summary + + + Private donors + + + + 13549.416 + + + + + 119667 + + Monthly contribution summary + + + Private donors + + + + 119666.965 + + + + + 109251 + + For 2025 + + + Government of Canada + + + + 79571.013 + + + + + 21088 + + For 2025 + + + Government of Canada + + + + 15359.067 + + + + + 49203 + + For 2024 + + + Government of Canada + + + + 35836.125 + + + + + 254918 + + For 2024 + + + Government of Canada + + + + 185664.967 + + + + + 11966 + + For 2024 + + + Private donors + + + + 11966 + + + + + 10000000 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 960245.823 + + + + + 89460 + + Government of Canada + + + + 65156.591 + + + + + 700000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 549450.55 + + + + + 50000 + + Government of Spain + + + + 54525.627 + + + + + 539810 + + United States + + + + 539810 + + + + + 4331783 + + United States + + + + 4331783 + + + + + 357803.72 + + Government of Spain + + + + 385149.322 + + + + + 35617.86 + + Government of Spain + + + + 38340 + + + + + 476080 + + Government of Canada + + + + 346744.355 + + + + + 3456000 + + United States + + + + 3456000 + + + + + 3100000 + + United States + + + + 3100000 + + + + + 400000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 291332.848 + + + + + 2800000 + + United States + + + + 2800000 + + + + + 20300000 + + United States + + + + 20300000 + + + + + 1700000 + + Government of Spain + + + + 1884700.666 + + + + + 15117.37 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 15117.37 + + + + + 125000 + + Government of Spain + + + + 137211.855 + + + + + 1248828 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1361862.595 + + + + + 1314000 + + United States + + + + 1314000 + + + + + 100000 + + Luxembourg Aid & Development + + + + 116550.117 + + + + + 10000 + + Government of Spain + + + + 11086.475 + + + + + 1000000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 1049317.943 + + + + + 1000000 + + United Nations Central Emergency Response Fund (CERF) + + + + 1000000 + + + + + 100000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>ACNUR La Agencia de la ONU para los Refugiados</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-AME-CRI + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Costa Rica</narrative> + <narrative xml:lang="es">Oficina del ACNUR en Costa Rica</narrative> + <narrative xml:lang="fr">L'opération du HCR au Costa Rica</narrative> + + + This activity shows details of the UNHCR operation in Costa Rica for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Costa Rica pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + El ACNUR, la Agencia de la ONU para los Refugiados, es una organización mundial dedicada a salvar las vidas, proteger los derechos y construir un futuro mejor para los refugiados, las comunidades desplazadas por la fuerza y las personas apátridas. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + France - Ministry for Europe and Foreign Affairs + + + United States + + + European Commission - Humanitarian Aid & Civil Protection + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + Ireland - Department of Foreign Affairs and Trade + + + Ministry of Foreign Affairs, Denmark + + + Government of Canada + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + San José + + + UNHCR Country Office + + + 9.941 -84.1132 + + + + + + Protection + + + Early Recovery + + + Emergency Shelter and NFI + + + Food Security + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Self Reliance, Economic Inclusion and Livelihoods + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 10. Reduced inequalities + + + 05. Gender equality + + + 01. No poverty + + + 16. Peace, justice and strong institutions + + + 08. Decent work and economic growth + + + 17. Partnerships for the goals + + + + + + + + + + 36751497 + + + + + 40426647 + + + + + + 173297 + + For 2024 + + + Government of Canada + + + + 126217.771 + + + + + 900000 + + United States + + + + 900000 + + + + + 621088 + + United States + + + + 621088 + + + + + 5700000 + + United States + + + + 5700000 + + + + + 50000 + + Ireland - Department of Foreign Affairs and Trade + + + + 53648.069 + + + + + 331736 + + United States + + + + 331736 + + + + + 3000000 + + United States + + + + 3000000 + + + + + 260000 + + European Commission - Humanitarian Aid & Civil Protection + + + + 278969.957 + + + + + 370267 + + Government of Canada + + + + 269677.349 + + + + + 2500000 + + United States + + + + 2500000 + + + + + 240000 + + United States + + + + 240000 + + + + + 2325794 + + United States + + + + 2325794 + + + + + 20000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 20000 + + + + + 195000 + + United States + + + + 195000 + + + + + 781862.78 + + Ministry of Foreign Affairs, Denmark + + + + 118446.111 + + + + + 100000 + + France - Ministry for Europe and Foreign Affairs + + + + 109170.305 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>ACNUR La Agencia de la ONU para los Refugiados</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-AME-ECU + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Ecuador</narrative> + <narrative xml:lang="es">Oficina del ACNUR en el Ecuador</narrative> + <narrative xml:lang="fr">L'opération du HCR en Équateur</narrative> + + + This activity shows details of the UNHCR operation in Ecuador for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Équateur pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + El ACNUR, la Agencia de la ONU para los Refugiados, es una organización mundial dedicada a salvar las vidas, proteger los derechos y construir un futuro mejor para los refugiados, las comunidades desplazadas por la fuerza y las personas apátridas. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + United Nations Children's Fund (UNICEF) + + + United States + + + Ministry of Foreign Affairs, Denmark + + + Republic of Korea + + + United Nations Educational, Scientific and Cultural Organization (UNESCO) + + + Government of Spain + + + European Commission - Humanitarian Aid & Civil Protection + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Esmeraldas + + + UNHCR Field Office + + + 0.9889 -79.655 + + + + + + + + Ibarra + + + UNHCR Field Office + + + 0.3442 -78.1314 + + + + + + + + Lago Agrio + + + UNHCR Field Office + + + 0.0866 -76.8909 + + + + + + + + Pichincha + + + UNHCR Field Office + + + -0.2692 -78.5407 + + + + + + + + Quito + + + UNHCR Country Office + + + -0.1985 -78.4815 + + + + + + + + Tulcàn + + + UNHCR Field Unit + + + 0.7973 -77.7323 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 05. Gender equality + + + 08. Decent work and economic growth + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + 01. No poverty + + + 03. Good health and well-being + + + 04. Quality education + + + 17. Partnerships for the goals + + + Venezuela Regional Refugee and Migrant Response Plan (RMRP) 2023 + + + + + + + + + + + 0 + + + + + 76000000 + + + + + 73300000 + + + + + + 10 + + Monthly contribution summary + + + Private donors + + + + 9.69 + + + + + 79561 + + Monthly contribution summary + + + Private donors + + + + 79561.118 + + + + + 110969 + + Monthly contribution summary + + + Private donors + + + + 110968.591 + + + + + 1111019.28 + + For 2024 + + + Republic of Korea + + + + 1111019.28 + + + + + 800000 + + Government of Spain + + + + 886917.96 + + + + + 8600000 + + United States + + + + 8600000 + + + + + 765301.99 + + United Nations Educational, Scientific and Cultural Organization (UNESCO) + + + + 765301.99 + + + + + 70000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 70000 + + + + + 415253.56 + + United Nations Children's Fund (UNICEF) + + + + 415253.56 + + + + + 3700000 + + United States + + + + 3700000 + + + + + 285000 + + United States + + + + 285000 + + + + + 267280 + + United States + + + + 267280 + + + + + 2520000 + + United States + + + + 2520000 + + + + + 2101736 + + United States + + + + 2101736 + + + + + 1900000 + + United States + + + + 1900000 + + + + + 1671270.72 + + Republic of Korea + + + + 1671270.72 + + + + + 1600000 + + United States + + + + 1600000 + + + + + 792852.71 + + Ministry of Foreign Affairs, Denmark + + + + 120111 + + + + + 1098968 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1198438.386 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>ACNUR La Agencia de la ONU para los Refugiados</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-AME-GTM + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Guatemala</narrative> + <narrative xml:lang="es">Oficina de ACNUR en Guatemala</narrative> + <narrative xml:lang="fr">L'opération du HCR au Guatemala</narrative> + + + This activity shows details of the UNHCR operation in Guatemala for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Guatemala pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + El ACNUR, la Agencia de la ONU para los Refugiados, es una organización mundial dedicada a salvar las vidas, proteger los derechos y construir un futuro mejor para los refugiados, las comunidades desplazadas por la fuerza y las personas apátridas. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Commission - Humanitarian Aid & Civil Protection + + + UN Joint Programmes + + + United States + + + Government of Canada + + + Government of Spain + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Guatemala + + + UNHCR National Office + + + 14.631 -90.526 + + + + + + + + Peten + + + UNHCR Field Office + + + 16.9303 -89.8825 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 16. Peace, justice and strong institutions + + + 05. Gender equality + + + 01. No poverty + + + 10. Reduced inequalities + + + 08. Decent work and economic growth + + + 04. Quality education + + + 11. Sustainable cities and communities + + + 03. Good health and well-being + + + 17. Partnerships for the goals + + + Guatemala Plan de Respuesta Humanitario 2023 + + + + + + + + + + + 37610558 + + + + + 0 + + + + + 37893643 + + + + + + 267382 + + For 2024 + + + Government of Canada + + + + 194742.899 + + + + + 9100000 + + United States + + + + 9100000 + + + + + 900000 + + United States + + + + 900000 + + + + + 812000 + + United States + + + + 812000 + + + + + 700000 + + United States + + + + 700000 + + + + + 500000 + + United States + + + + 500000 + + + + + 470748 + + United States + + + + 470748 + + + + + 557823.84 + + UN Joint Programmes + + + + 434104.156 + + + + + 4000000 + + United States + + + + 4000000 + + + + + 3900000 + + United States + + + + 3900000 + + + + + 225000 + + Government of Spain + + + + 249445.676 + + + + + 233768 + + Government of Canada + + + + 170260.743 + + + + + 1491550 + + United States + + + + 1491550 + + + + + 100000 + + European Commission - Humanitarian Aid & Civil Protection + + + + 107296.137 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-AME-HND + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Honduras</narrative> + <narrative xml:lang="es">Oficina de ACNUR en Honduras</narrative> + <narrative xml:lang="fr">L'opération du HCR au Honduras</narrative> + + + This activity shows details of the UNHCR operation in Honduras for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Honduras pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + El ACNUR, la Agencia de la ONU para los Refugiados, es una organización mundial dedicada a salvar las vidas, proteger los derechos y construir un futuro mejor para los refugiados, las comunidades desplazadas por la fuerza y las personas apátridas. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations Peacebuilding Fund + + + United States + + + United Nations Central Emergency Response Fund (CERF) + + + UN Joint Programmes + + + Government of Canada + + + European Commission - Humanitarian Aid & Civil Protection + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + San Pedro Sula + + + UNHCR Field Office + + + 15.5056 -88.0216 + + + + + + + + Tegucigalpa + + + UNHCR National Office + + + 14.0989 -87.2031 + + + + + + Protection + + + Early Recovery + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Self Reliance, Economic Inclusion and Livelihoods + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 16. Peace, justice and strong institutions + + + 08. Decent work and economic growth + + + 01. No poverty + + + 10. Reduced inequalities + + + 05. Gender equality + + + 17. Partnerships for the goals + + + Honduras Plan de Respuesta Humanitario 2023 + + + + + + + + + + + 30770860 + + + + + 0 + + + + + 0 + + + + + 30087120 + + + + + + 700000 + + For 2024 + + + United Nations Peacebuilding Fund + + + + 700000 + + + + + 222402 + + For 2024 + + + Government of Canada + + + + 161982.52 + + + + + 123882 + + Government of Canada + + + + 90227.239 + + + + + 80000 + + European Commission - Humanitarian Aid & Civil Protection + + + + 85836.909 + + + + + 800000 + + United States + + + + 800000 + + + + + 700000 + + United Nations Peacebuilding Fund + + + + 700000 + + + + + 6300000 + + United States + + + + 6300000 + + + + + 623513.86 + + UN Joint Programmes + + + + 485224.794 + + + + + 389688 + + United States + + + + 389688 + + + + + 286000 + + United States + + + + 286000 + + + + + 2700000 + + United States + + + + 2700000 + + + + + 1500000 + + United Nations Central Emergency Response Fund (CERF) + + + + 1500000 + + + + + 15000 + + United Nations Peacebuilding Fund + + + + 15000 + + + + + 139810.27 + + United Nations Peacebuilding Fund + + + + 139810.27 + + + + + 1000000 + + United States + + + + 1000000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-AME-MEX + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Mexico</narrative> + <narrative xml:lang="es">Oficina de ACNUR en México</narrative> + <narrative xml:lang="fr">L'opération du HCR au Mexique</narrative> + + + This activity shows details of the UNHCR operation in Mexico for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Mexique pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + El ACNUR, la Agencia de la ONU para los Refugiados, es una organización mundial dedicada a salvar las vidas, proteger los derechos y construir un futuro mejor para los refugiados, las comunidades desplazadas por la fuerza y las personas apátridas. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Union + + + Germany - Ministry for Economic Cooperation and Development + + + European Commission - Humanitarian Aid & Civil Protection + + + European Commission - International Partnerships + + + Government of Mexico + + + United States + + + Government of Denmark + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Acayucan + + + UNHCR Field Unit + + + 17.9492 -94.9148 + + + + + + + + Mexico + + + UNHCR Country Office + + + 19.4067 -99.1911 + + + + + + + + Saltillo + + + UNHCR Field Unit + + + 25.432 -100.9837 + + + + + + + + Tapachula + + + UNHCR Field Office + + + 14.9068 -92.2607 + + + + + + + + Tenosique + + + UNHCR Field Office + + + 17.4756 -91.4225 + + + + + + Protection + + + Early Recovery + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + Systems and Processes + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Self Reliance, Economic Inclusion and Livelihoods + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 01. No poverty + + + 08. Decent work and economic growth + + + 05. Gender equality + + + 10. Reduced inequalities + + + 17. Partnerships for the goals + + + + + + + + + + 120942622 + + + + + 119692622 + + + + + + 84241 + + Monthly contribution summary + + + Private donors + + + + 84241.28 + + + + + 83641 + + Monthly contribution summary + + + Private donors + + + + 83640.868 + + + + + 78920 + + Monthly contribution summary + + + Private donors + + + + 78919.899 + + + + + 78245 + + Monthly contribution summary + + + Private donors + + + + 78245.372 + + + + + 78243 + + Monthly contribution summary + + + Private donors + + + + 78243.244 + + + + + 77966 + + Monthly contribution summary + + + Private donors + + + + 77965.772 + + + + + 77530 + + Monthly contribution summary + + + Private donors + + + + 77529.843 + + + + + 75559 + + Monthly contribution summary + + + Private donors + + + + 75558.678 + + + + + 74446 + + Monthly contribution summary + + + Private donors + + + + 74445.807 + + + + + 500000 + + Monthly contribution summary + + + Private donors + + + + 500000 + + + + + 4311534 + + Monthly contribution summary + + + Private donors + + + + 4311534 + + + + + 3202413 + + Monthly contribution summary + + + Private donors + + + + 3202413 + + + + + 200000 + + Monthly contribution summary + + + Private donors + + + + 200000 + + + + + 1250000 + + Monthly contribution summary + + + Private donors + + + + 1250000 + + + + + 704328.64 + + For 2026 + + + European Union + + + + 754099.186 + + + + + 740526 + + For 2025 + + + European Union + + + + 792854.39 + + + + + 900990 + + For 2024 + + + European Union + + + + 964657.388 + + + + + 5679490 + + For 2024 + + + Private donors + + + + 5679490 + + + + + 282512.55 + + For 2024 + + + Germany - Ministry for Economic Cooperation and Development + + + + 331587.5 + + + + + 127354.6 + + For 2024 + + + Government of Denmark + + + + 18954.398 + + + + + 95960 + + For 2024 + + + Germany - Ministry for Economic Cooperation and Development + + + + 111581.395 + + + + + 654097 + + European Union + + + + 700317.987 + + + + + 565025.1 + + Germany - Ministry for Economic Cooperation and Development + + + + 663174.999 + + + + + 372645.4 + + Government of Denmark + + + + 55461.438 + + + + + 394951 + + European Commission - International Partnerships + + + + 463557.512 + + + + + 280000 + + European Commission - Humanitarian Aid & Civil Protection + + + + 300429.185 + + + + + 3000000 + + United States + + + + 3000000 + + + + + 294578 + + United States + + + + 294578 + + + + + 27300000 + + United States + + + + 27300000 + + + + + 26836 + + Government of Mexico + + + + 26836 + + + + + 191920 + + Germany - Ministry for Economic Cooperation and Development + + + + 223162.79 + + + + + 2000000 + + United States + + + + 2000000 + + + + + 1900000 + + United States + + + + 1900000 + + + + + 11700000 + + United States + + + + 11700000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>ACNUR La Agencia de la ONU para los Refugiados</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-AME-OO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>Other UNHCR operations in the Americas</narrative> + <narrative xml:lang="fr">Autres opérations du HCR dans les Amériques</narrative> + + + This activity shows details of other UNHCR Coordination Platform for the Americas including R4V, the Regional Refugee and Migrant Response Plan for Venezuela RMRP, the Quito Process, and the Comprehensive Regional Protection and Solutions Framework MIRPS. + Cette activité présente les détails d'autres plateformes de coordination du HCR pour les Amériques, notamment R4V, le Plan régional de réponse aux réfugiés et aux migrants pour le Venezuela RMRP, le Processus de Quito et le Cadre régional complet de protection et de solutions MIRPS. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + France - Ministry for Europe and Foreign Affairs + + + United States + + + Government of Spain + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + The Americas + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + + + + + + + + 4925478 + + + + + 4925478 + + + + + 5925478 + + + + + + 852000 + + United States + + + + 852000 + + + + + 750000 + + United States + + + + 750000 + + + + + 225871.5 + + Government of Spain + + + + 250411.862 + + + + + 200000 + + France - Ministry for Europe and Foreign Affairs + + + + 218340.612 + + + + + 1000000 + + Spain - Ministry of Foreign Affairs and Cooperation + + + + 1101321.586 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + XM-DAC-41121-2023-AME-PANMCO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Panama Multi-Country Office</narrative> + <narrative xml:lang="es">Oficina Multipaís de ACNUR en Panamá</narrative> + <narrative xml:lang="fr">Bureau multipays du HCR au Panama</narrative> + + + This activity shows details of the UNHCR Panama Multi-Country Office for 2023 and future years including the budget, funding, expenditure and results. The Panama Multi-Country Office coordinates activities in Belize, Cuba, El Salvador, Guatemala and Panama. + Cette activité montre les détails de Panama bureau multipays du HCR pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. Le bureau multipays de Panama coordonne les activités au Belize, à Cuba, en El Salvador, au Guatemala et au Panama. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + El ACNUR, la Agencia de la ONU para los Refugiados, es una organización mundial dedicada a salvar las vidas, proteger los derechos y construir un futuro mejor para los refugiados, las comunidades desplazadas por la fuerza y las personas apátridas. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Commission - International Partnerships + + + United States + + + Government of Guyana + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + United Nations Central Emergency Response Fund (CERF) + + + European Commission - Humanitarian Aid & Civil Protection + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Havana + + + UNHCR Country Office + + + 23.1333 -82.3668 + + + + + + + + Panamá + + + UNHCR Multi-country Office + + + 9.0029 -79.5172 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Gender Based Violence + + + Food Security + + + Material relief assistance and services + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Operational Support and Supply Chain + + + Attaining Favorable Protection Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 04. Quality education + + + 16. Peace, justice and strong institutions + + + 05. Gender equality + + + 08. Decent work and economic growth + + + 10. Reduced inequalities + + + 01. No poverty + + + 17. Partnerships for the goals + + + Venezuela Regional Refugee and Migrant Response Plan (RMRP) 2023 + + + + + + + + + + + 56126321 + + + + + 55439130 + + + + + 0 + + + + + + 8300000 + + United States + + + + 8300000 + + + + + 498017 + + United Nations Central Emergency Response Fund (CERF) + + + + 498017 + + + + + 349671 + + European Commission - Humanitarian Aid & Civil Protection + + + + 387661.862 + + + + + 3622000 + + United States + + + + 3622000 + + + + + 35000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 35000 + + + + + 3450000 + + United States + + + + 3450000 + + + + + 31765.74 + + Government of Guyana + + + + 31765.74 + + + + + 24128.5 + + Government of Spain + + + + 26750 + + + + + 200000 + + European Commission - Humanitarian Aid & Civil Protection + + + + 214592.274 + + + + + 20000 + + Government of Guyana + + + + 20000 + + + + + 1300000 + + United States + + + + 1300000 + + + + + 1129735 + + United States + + + + 1129735 + + + + + 92385 + + European Commission - International Partnerships + + + + 110376.345 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>ACNUR La Agencia de la ONU para los Refugiados</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-AME-PER + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Peru</narrative> + <narrative xml:lang="es">Oficina del ACNUR en Perú</narrative> + <narrative xml:lang="fr">Opération du HCR au Pérou</narrative> + + + This activity shows details of the UNHCR operation in Peru for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Pérou pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + El ACNUR, la Agencia de la ONU para los Refugiados, es una organización mundial dedicada a salvar las vidas, proteger los derechos y construir un futuro mejor para los refugiados, las comunidades desplazadas por la fuerza y las personas apátridas. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + Ministry of Foreign Affairs of Japan + + + European Commission - Humanitarian Aid & Civil Protection + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + European Commission - International Partnerships + + + Government of Spain + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Lima + + + UNHCR National Office + + + -12.0487 -77.0303 + + + + + + Protection + + + Early Recovery + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Self Reliance, Economic Inclusion and Livelihoods + + + Resettlement and Complementary Pathways + + + Status Determination + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 16. Peace, justice and strong institutions + + + 01. No poverty + + + 05. Gender equality + + + 08. Decent work and economic growth + + + 17. Partnerships for the goals + + + Venezuela Regional Refugee and Migrant Response Plan (RMRP) 2023 + + + + + + + + + + + 71778432 + + + + + 0 + + + + + 0 + + + + + 73337910 + + + + + + 365549 + + Monthly contribution summary + + + Private donors + + + + 365548.56 + + + + + 8075 + + For 2024 + + + Government of Switzerland + + + + 9197.038 + + + + + 900000 + + Government of Spain + + + + 997782.705 + + + + + 7600000 + + United States + + + + 7600000 + + + + + 752114 + + United States + + + + 752114 + + + + + 41925 + + Government of Switzerland + + + + 47750.57 + + + + + 36400 + + European Commission - International Partnerships + + + + 40000 + + + + + 3534000 + + United States + + + + 3534000 + + + + + 3200000 + + United States + + + + 3200000 + + + + + 318900 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 251102.362 + + + + + 243000000 + + Ministry of Foreign Affairs of Japan + + + + 1832855.634 + + + + + 1800000 + + United States + + + + 1800000 + + + + + 999062 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1107607.539 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>ACNUR La Agencia de la ONU para los Refugiados</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-AME-RA + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR regional activities in the Americas</narrative> + <narrative xml:lang="fr">Activitiés régionales du HCR dans les Amériques</narrative> + + + This activity shows details of the UNHCR Regional activities in the Americas for 2023 and future years including the budget, funding and expenditure. + Cette activité montre les détails des activitiés régionales du HCR dans les Amériques pour 2023 et les années à venir, y compris le budget, les financements et les dépenses. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + El ACNUR, la Agencia de la ONU para los Refugiados, es una organización mundial dedicada a salvar las vidas, proteger los derechos y construir un futuro mejor para los refugiados, las comunidades desplazadas por la fuerza y las personas apátridas. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + The Americas + + + + + Panamá + + + UNHCR Regional Office + + + 9.0029 -79.5172 + + + + + + Protection + + + Early Recovery + + + Emergency Shelter and NFI + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + People and Culture + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Local Integration and other Local Solutions + + + Well-Being and Basic Needs + + + 10. Reduced inequalities + + + 01. No poverty + + + 16. Peace, justice and strong institutions + + + + + + + + + + 7613216 + + + + + 4613217 + + + + + 6613216 + + + + + + 119178 + + Monthly contribution summary + + + Private donors + + + + 119177.92 + + + + + 2477.93 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 2477.93 + + + + + 21338.69 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 21338.69 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-AME-RB + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Regional Bureau for the Americas</narrative> + <narrative xml:lang="fr">Bureau regional du HCR pour les Ameriques</narrative> + + + This activity shows details of the UNHCR Regional Bureau for the Americas for 2023 and future years including budget, funding and expenditure. + Cette activité montre les détails du bureau regional du HCR pour les Ameriques pour 2023 et les années à venir y compris le budget, les financements, et les dépenses. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + El ACNUR, la Agencia de la ONU para los Refugiados, es una organización mundial dedicada a salvar las vidas, proteger los derechos y construir un futuro mejor para los refugiados, las comunidades desplazadas por la fuerza y las personas apátridas. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + European Commission - Humanitarian Aid & Civil Protection + + + United States + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + The Americas + + + + + Panamá + + + UNHCR Regional Bureau + + + 9.0029 -79.5172 + + + + + + Protection + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + People and Culture + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + 16. Peace, justice and strong institutions + + + + + + + + + + 19286389 + + + + + 19529891 + + + + + 19870490 + + + + + + 52753 + + For 2024 + + + European Commission - Humanitarian Aid & Civil Protection + + + + 57590.612 + + + + + 83287.5 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 83287.5 + + + + + 372750 + + United States + + + + 372750 + + + + + 291015 + + United States + + + + 291015 + + + + + 199813 + + European Commission - Humanitarian Aid & Civil Protection + + + + 221522.173 + + + + + 158259 + + European Commission - Humanitarian Aid & Civil Protection + + + + 172771.834 + + + + + 128888 + + United States + + + + 128888 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Regional Website</narrative> + + + + + + + + <narrative>Expanding Operations in Central America 2019</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-AME-SLV + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in El Salvador</narrative> + <narrative xml:lang="es">Oficina de ACNUR en El Salvador</narrative> + <narrative xml:lang="fr">L'opération du HCR au Salvador</narrative> + + + This activity shows details of the UNHCR operation in El Salvador for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Salvador pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + El ACNUR, la Agencia de la ONU para los Refugiados, es una organización mundial dedicada a salvar las vidas, proteger los derechos y construir un futuro mejor para los refugiados, las comunidades desplazadas por la fuerza y las personas apátridas. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Government of Spain + + + United States + + + United Nations Peacebuilding Fund + + + UN Joint Programmes + + + European Commission - Humanitarian Aid & Civil Protection + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + San Salvador + + + UNHCR National Office + + + 13.703 -89.203 + + + + + + Protection + + + Early Recovery + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Self Reliance, Economic Inclusion and Livelihoods + + + Resettlement and Complementary Pathways + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 01. No poverty + + + 05. Gender equality + + + 16. Peace, justice and strong institutions + + + 10. Reduced inequalities + + + 08. Decent work and economic growth + + + 17. Partnerships for the goals + + + El Salvador Plan de Respuesta Humanitario 2023 + + + + + + + + + + + 0 + + + + + 0 + + + + + 25967891 + + + + + 28564680 + + + + + + 80000 + + European Commission - Humanitarian Aid & Civil Protection + + + + 85836.909 + + + + + 632851 + + United States + + + + 632851 + + + + + 600000 + + United States + + + + 600000 + + + + + 4900000 + + United States + + + + 4900000 + + + + + 465737.26 + + UN Joint Programmes + + + + 362441.447 + + + + + 225000 + + Government of Spain + + + + 249445.676 + + + + + 2100000 + + United States + + + + 2100000 + + + + + 1400000 + + United Nations Peacebuilding Fund + + + + 1400000 + + + + + 1000000 + + United States + + + + 1000000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>ACNUR La Agencia de la ONU para los Refugiados</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-AME-USAMCO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR United States of America Multi-Country Office</narrative> + <narrative xml:lang="fr">Bureau multipays du HCR aux États-Unis d'Amérique</narrative> + + + This activity shows details of the UNHCR United States America Multi-Country Office for 2023 and future years including the budget, funding, expenditure and results. The United States of America Multi-Country Office coordinates activities in Aruba, the Dominican Republic, Guyana, Trinidad and Tobago and the United States of America. + Cette activité montre les détails des États-Unis d'Amérique bureau multipays du HCR pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. Le bureau multipays des États-Unis d'Amérique coordonne les activités à Aruba, aux États-Unis d'Amérique, en République dominicaine, au Guyana et à Trinité-et-Tobago. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Commission - Humanitarian Aid & Civil Protection + + + United States + + + UK - Home Office + + + United Nations Children's Fund (UNICEF) + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Belmopan + + + UNHCR National Office + + + 17.266 -88.789 + + + + + + + + Georgetown + + + UNHCR National Office + + + 6.8216, -58.1618 + + + + + + + + Nassau + + + UNHCR Liaison Office + + + 25.06 -77.355 + + + + + + + + New York + + + UNHCR Liaison Office + + + 40.7504 -73.9737 + + + + + + + + Port of Spain + + + UNHCR Chargé de Mission + + + 10.661 -61.5192 + + + + + + + + Port-au-Prince + + + UNHCR Liaison Office + + + 18.5393 -72.3364 + + + + + + + + Santo Domingo + + + UNHCR Chargé de Mission + + + 18.4648 -69.907 + + + + + + + + Washington + + + UNHCR Multi-country Office + + + 38.9029 -77.0413 + + + + + + Protection + + + Early Recovery + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + Systems and Processes + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Self Reliance, Economic Inclusion and Livelihoods + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 01. No poverty + + + 16. Peace, justice and strong institutions + + + 10. Reduced inequalities + + + 08. Decent work and economic growth + + + 05. Gender equality + + + 03. Good health and well-being + + + 17. Partnerships for the goals + + + Venezuela Regional Refugee and Migrant Response Plan (RMRP) 2023 + + + + + + + + + + + 0 + + + + + 45533733 + + + + + 47229136 + + + + + + 86184 + + Monthly contribution summary + + + Private donors + + + + 86183.6 + + + + + 72093 + + European Commission - Humanitarian Aid & Civil Protection + + + + 78361.957 + + + + + 700000 + + United States + + + + 700000 + + + + + 499531 + + European Commission - Humanitarian Aid & Civil Protection + + + + 553803.77 + + + + + 450000 + + United States + + + + 450000 + + + + + 350000 + + United States + + + + 350000 + + + + + 3400000 + + United States + + + + 3400000 + + + + + 250000 + + European Commission - Humanitarian Aid & Civil Protection + + + + 264830.509 + + + + + 18070.92 + + UK - Home Office + + + + 22365 + + + + + 20000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 20000 + + + + + 195514 + + United States + + + + 195514 + + + + + 159750 + + European Commission - Humanitarian Aid & Civil Protection + + + + 175742.575 + + + + + 1500000 + + United States + + + + 1500000 + + + + + 120000 + + United Nations Children's Fund (UNICEF) + + + + 120000 + + + + + 1019137 + + United States + + + + 1019137 + + + + + 100000 + + United States + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-AME-VEN + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in the Bolivarian Republic of Venezuela</narrative> + <narrative xml:lang="es">Oficina de ACNUR en la República Bolivariana de Venezuela</narrative> + <narrative xml:lang="fr">L'opération du HCR en la République bolivarienne du Venezuela</narrative> + + + This activity shows details of the UNHCR operation in the Bolivarian Republic of Venezuela for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en la République bolivarienne du Venezuela pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + El ACNUR, la Agencia de la ONU para los Refugiados, es una organización mundial dedicada a salvar las vidas, proteger los derechos y construir un futuro mejor para los refugiados, las comunidades desplazadas por la fuerza y las personas apátridas. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Government of Spain + + + European Commission - Humanitarian Aid & Civil Protection + + + France - Ministry for Europe and Foreign Affairs + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + United States + + + Corporación Andina de Fomento (CAF) + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Caracas + + + UNHCR Country Office + + + 10.4989 -66.8514 + + + + + + + + Ciudad Guayana + + + UNHCR Field Office + + + 8.2955 -62.7263 + + + + + + + + Guasdualito + + + UNHCR Field Unit + + + 7.2416 -70.732 + + + + + + + + Maracaibo + + + UNHCR Field Office + + + 10.6648 -71.6104 + + + + + + + + San Cristobal + + + UNHCR Field Office + + + 7.765 -72.234 + + + + + + Protection + + + Water Sanitation Hygiene + + + Emergency Shelter and NFI + + + Gender Based Violence + + + Food Security + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Operational Support and Supply Chain + + + Realizing Basic Rights in Safe Environments + + + Access to Territory, Registration and Documentation + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Sexual and Gender-based Violence + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 01. No poverty + + + 11. Sustainable cities and communities + + + 06. Clean water and sanitation + + + 08. Decent work and economic growth + + + 16. Peace, justice and strong institutions + + + 05. Gender equality + + + 17. Partnerships for the goals + + + Venezuela Plan de Respuesta Humanitario 2023 + + + + + + + + + + + 0 + + + + + 64216623 + + + + + 61158689 + + + + + + 138450 + + For 2025 + + + European Commission - Humanitarian Aid & Civil Protection + + + + 151477.024 + + + + + 138450 + + For 2024 + + + European Commission - Humanitarian Aid & Civil Protection + + + + 151477.024 + + + + + 900000 + + France - Ministry for Europe and Foreign Affairs + + + + 982532.751 + + + + + 600000 + + France - Ministry for Europe and Foreign Affairs + + + + 655021.834 + + + + + 6300000 + + United States + + + + 6300000 + + + + + 500000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 524658.972 + + + + + 2955000 + + United States + + + + 2955000 + + + + + 2700000 + + United States + + + + 2700000 + + + + + 250000 + + Corporación Andina de Fomento (CAF) + + + + 250000 + + + + + 1500000 + + United States + + + + 1500000 + + + + + 131621 + + European Commission - Humanitarian Aid & Civil Protection + + + + 144005.47 + + + + + 1200000 + + Government of Spain + + + + 1330376.94 + + + + + 100000 + + Luxembourg Aid & Development + + + + 116550.117 + + + + + 999062 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1107607.539 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>ACNUR La Agencia de la ONU para los Refugiados</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-ASO-AFG + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Afghanistan</narrative> + <narrative xml:lang="fr">L'opération du HCR en Afghanistan</narrative> + + + This activity shows details of the UNHCR operation in Afghanistan including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Afghanistan, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Luxembourg Aid & Development + + + European Union + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + Norad - Norwegian Agency for Development Cooperation + + + United States + + + Special Trust Fund for Afghanistan + + + Government of Bulgaria + + + Government of Kuwait + + + France - Ministry for Europe and Foreign Affairs + + + Ministry of Foreign Affairs of Japan + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Bamyan + + + UNHCR Field Unit + + + 34.8151 67.8314 + + + + + + + + Herat + + + UNHCR Field Office + + + 34.3453 62.2247 + + + + + + + + Jalalabad + + + UNHCR Sub-Office + + + 34.4353 70.4383 + + + + + + + + Kabul + + + UNHCR Chargé de Mission + + + 34.5316 69.1743 + + + + + + + + Kabul (FU) + + + UNHCR Field Unit + + + 34.5316 69.1743 + + + + + + + + Kandahar + + + UNHCR Field Office + + + 31.6116 65.6863 + + + + + + + + Khost + + + UNHCR Field Office + + + 33.3326 69.9197 + + + + + + + + Kunduz + + + UNHCR Field Unit + + + 36.7333 68.8709 + + + + + + + + Mazar-i-Sharif + + + UNHCR Sub-Office + + + 36.7186 67.1045 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Local Integration and other Local Solutions + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 01. No poverty + + + 04. Quality education + + + 16. Peace, justice and strong institutions + + + 06. Clean water and sanitation + + + 10. Reduced inequalities + + + 03. Good health and well-being + + + 08. Decent work and economic growth + + + 11. Sustainable cities and communities + + + 05. Gender equality + + + 17. Partnerships for the goals + + + Afghanistan Humanitarian Response Plan 2023 + + + + + + + + + + + 215883473 + + + + + 215883474 + + + + + + 93 + + Monthly contribution summary + + + Private donors + + + + 92.792 + + + + + 8882 + + Monthly contribution summary + + + Private donors + + + + 8881.948 + + + + + 5209 + + Monthly contribution summary + + + Private donors + + + + 5208.998 + + + + + 50561 + + Monthly contribution summary + + + Private donors + + + + 50561.357 + + + + + 275180 + + Monthly contribution summary + + + Private donors + + + + 275179.688 + + + + + 2339 + + Monthly contribution summary + + + Private donors + + + + 2338.943 + + + + + 2204 + + Monthly contribution summary + + + Private donors + + + + 2204.458 + + + + + 2101428 + + Monthly contribution summary + + + Private donors + + + + 2101428.349 + + + + + 1918 + + Monthly contribution summary + + + Private donors + + + + 1918.389 + + + + + 119200 + + Monthly contribution summary + + + Private donors + + + + 119200.371 + + + + + 500000 + + For 2025 + + + Luxembourg Aid & Development + + + + 582750.583 + + + + + 500000 + + For 2024 + + + Luxembourg Aid & Development + + + + 582750.583 + + + + + 5000000 + + For 2024 + + + European Union + + + + 5630630.63 + + + + + 273823 + + For 2024 + + + Private donors + + + + 273822.563 + + + + + 10000000 + + Norad - Norwegian Agency for Development Cooperation + + + + 935103.797 + + + + + 70000 + + Government of Bulgaria + + + + 72388.832 + + + + + 6000000 + + Ministry of Foreign Affairs of Japan + + + + 6000000 + + + + + 500000 + + Luxembourg Aid & Development + + + + 582750.583 + + + + + 5000000 + + European Union + + + + 5630630.63 + + + + + 500000 + + Government of Kuwait + + + + 500000 + + + + + 39300000 + + United States + + + + 39300000 + + + + + 3034000 + + Special Trust Fund for Afghanistan + + + + 3034000 + + + + + 2363179 + + Special Trust Fund for Afghanistan + + + + 2363179 + + + + + 15000000 + + Ministry of Foreign Affairs, Denmark + + + + 2272382.972 + + + + + 2000000 + + France - Ministry for Europe and Foreign Affairs + + + + 2183406.114 + + + + + 1756173 + + United Nations Central Emergency Response Fund (CERF) + + + + 1756173 + + + + + 165422 + + Special Trust Fund for Afghanistan + + + + 165422 + + + + + 1000000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 1049317.943 + + + + + 1003438.05 + + OCHA Country Based Pooled Funds + + + + 1003438.05 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-ASO-AUSMCO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Australia Multi-Country Office</narrative> + <narrative xml:lang="fr">Bureau multipays du HCR en Australie</narrative> + + + This activity shows details of the UNHCR Australia Multi-Country Office for 2023 and future years including the budget, funding, expenditure and results. The Australia Multi-Country Office coordinates activities in Australia and covers New Zealand, Papua New Guinea and the Pacific Islands. + Cette activité montre les détails de Australie bureau multipays du HCR pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. Le bureau multipays pour l'Australie coordonne les activités en Australie et couvre la Nouvelle-Zélande, la Papouasie-Nouvelle-Guinée et les îles du Pacifique. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations Joint SDG Fund + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Canberra + + + UNHCR Multi-country Office + + + -35.3392 149.0763 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 05. Gender equality + + + 04. Quality education + + + 10. Reduced inequalities + + + 01. No poverty + + + 03. Good health and well-being + + + 08. Decent work and economic growth + + + 16. Peace, justice and strong institutions + + + 17. Partnerships for the goals + + + + + + + + + + 5818006 + + + + + 0 + + + + + 5786287 + + + + + + 100000 + + Monthly contribution summary + + + Private donors + + + + 100000 + + + + + 81000 + + United Nations Joint SDG Fund + + + + 81000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-ASO-BGD + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Bangladesh</narrative> + <narrative xml:lang="fr">L'opération du HCR au Bangladesh</narrative> + + + This activity shows details of the UNHCR operation in Bangladesh for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Bangladesh pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations Central Emergency Response Fund (CERF) + + + Government of Switzerland + + + UN Joint Programmes + + + Ministry of Foreign Affairs, Denmark + + + European Commission - Humanitarian Aid & Civil Protection + + + UK - Foreign, Commonwealth and Development Office + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + Bailiwick of Jersey + + + Ministry of Foreign Affairs of Japan + + + United Nations Development Programme (UNDP) + + + Slovenia - Ministry of Foreign Affairs + + + Luxembourg Aid & Development + + + New Zealand - Ministry of Foreign Affairs and Trade - New Zealand Aid Programme + + + European Union + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + France - Ministry for Europe and Foreign Affairs + + + Bill & Melinda Gates Foundation + + + European Commission - International Partnerships + + + Ireland - Department of Foreign Affairs and Trade + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + Norad - Norwegian Agency for Development Cooperation + + + Australia - Department of Foreign Affairs and Trade + + + Republic of Korea + + + King Salman Humanitarian Aid and Relief Centre + + + United States + + + Government of Kuwait + + + Government of Philippines + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Cox's Bazar + + + UNHCR Sub-Office + + + 21.439 91.985 + + + + + + + + Dhaka + + + UNHCR Country Office + + + 23.7989 90.4158 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 03. Good health and well-being + + + 11. Sustainable cities and communities + + + 10. Reduced inequalities + + + 05. Gender equality + + + 01. No poverty + + + 06. Clean water and sanitation + + + 16. Peace, justice and strong institutions + + + 08. Decent work and economic growth + + + 04. Quality education + + + 17. Partnerships for the goals + + + Rohingya Humanitarian Crisis Joint Response Plan 2023 + + + + + + + + + + + 275000214 + + + + + 275000000 + + + + + 0 + + + + + + 968043 + + Monthly contribution summary + + + Private donors + + + + 968043.323 + + + + + 93 + + Monthly contribution summary + + + Private donors + + + + 92.606 + + + + + 78816 + + Monthly contribution summary + + + Private donors + + + + 78815.526 + + + + + 7821 + + Monthly contribution summary + + + Private donors + + + + 7820.796 + + + + + 74851 + + Monthly contribution summary + + + Private donors + + + + 74851.173 + + + + + 67518 + + Monthly contribution summary + + + Private donors + + + + 67517.776 + + + + + 64989 + + Monthly contribution summary + + + Private donors + + + + 64989.051 + + + + + 637 + + Monthly contribution summary + + + Private donors + + + + 637.422 + + + + + 57525 + + Monthly contribution summary + + + Private donors + + + + 57525.444 + + + + + 5670 + + Monthly contribution summary + + + Private donors + + + + 5670.447 + + + + + 554634 + + Monthly contribution summary + + + Private donors + + + + 554634.006 + + + + + 3909 + + Monthly contribution summary + + + Private donors + + + + 3908.795 + + + + + 38028 + + Monthly contribution summary + + + Private donors + + + + 38027.596 + + + + + 34917 + + Monthly contribution summary + + + Private donors + + + + 34916.624 + + + + + 340828 + + Monthly contribution summary + + + Private donors + + + + 340827.564 + + + + + 32939 + + Monthly contribution summary + + + Private donors + + + + 32938.647 + + + + + 326810 + + Monthly contribution summary + + + Private donors + + + + 326810.395 + + + + + 320547 + + Monthly contribution summary + + + Private donors + + + + 320546.73 + + + + + 2508553 + + Monthly contribution summary + + + Private donors + + + + 2508553.356 + + + + + 2006865 + + Monthly contribution summary + + + Private donors + + + + 2006864.507 + + + + + 19264 + + Monthly contribution summary + + + Private donors + + + + 19264.074 + + + + + 154321 + + Monthly contribution summary + + + Private donors + + + + 154320.987 + + + + + 129567 + + Monthly contribution summary + + + Private donors + + + + 129567 + + + + + 5000000 + + For 2026 + + + Australia - Department of Foreign Affairs and Trade + + + + 3581661.891 + + + + + 5000000 + + For 2025 + + + Australia - Department of Foreign Affairs and Trade + + + + 3581661.891 + + + + + 35647 + + For 2025 + + + UN Joint Programmes + + + + 35647 + + + + + 200000 + + For 2025 + + + Luxembourg Aid & Development + + + + 233100.234 + + + + + 3000000 + + For 2025 + + + Australia - Department of Foreign Affairs and Trade + + + + 2009377.093 + + + + + 942619 + + For 2024 + + + UN Joint Programmes + + + + 942619 + + + + + 763500 + + For 2024 + + + European Union + + + + 789555.326 + + + + + 10000000 + + For 2024 + + + Australia - Department of Foreign Affairs and Trade + + + + 7163323.782 + + + + + 574878 + + For 2024 + + + UN Joint Programmes + + + + 574878 + + + + + 323274.36 + + For 2024 + + + Bill & Melinda Gates Foundation + + + + 323274.36 + + + + + 3218275.58 + + For 2024 + + + UN Joint Programmes + + + + 2534075.259 + + + + + 200000 + + For 2024 + + + Luxembourg Aid & Development + + + + 233100.234 + + + + + 2669761.27 + + For 2024 + + + UN Joint Programmes + + + + 2102174.228 + + + + + 142591 + + For 2024 + + + UN Joint Programmes + + + + 142591 + + + + + 2000000 + + For 2024 + + + Australia - Department of Foreign Affairs and Trade + + + + 1339584.729 + + + + + 1214639 + + For 2024 + + + Government of China + + + + 1214639 + + + + + 13000000 + + Australia - Department of Foreign Affairs and Trade + + + + 9312320.917 + + + + + 90490.14 + + Republic of Korea + + + + 90490.14 + + + + + 1000000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 758150.114 + + + + + 6900000 + + United States + + + + 6900000 + + + + + 1000000 + + New Zealand - Ministry of Foreign Affairs and Trade - New Zealand Aid Programme + + + + 614250.615 + + + + + 574000 + + Germany - Federal Foreign Office + + + + 605485.232 + + + + + 574000 + + Germany - Federal Foreign Office + + + + 572283.15 + + + + + 56969 + + Bill & Melinda Gates Foundation + + + + 56969 + + + + + 500000 + + Government of Switzerland + + + + 553097.345 + + + + + 50000 + + Slovenia - Ministry of Foreign Affairs + + + + 54764.513 + + + + + 500000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 524658.972 + + + + + 5000000 + + United States + + + + 5000000 + + + + + 556903796 + + Ministry of Foreign Affairs of Japan + + + + 4200511.36 + + + + + 419547.64 + + Bill & Melinda Gates Foundation + + + + 419547.64 + + + + + 6000000 + + Australia - Department of Foreign Affairs and Trade + + + + 4018754.186 + + + + + 349672 + + European Commission - Humanitarian Aid & Civil Protection + + + + 375184.549 + + + + + 2840247 + + UK - Foreign, Commonwealth and Development Office + + + + 3688632.468 + + + + + 500000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 364166.06 + + + + + 334125 + + United Nations Development Programme (UNDP) + + + + 334125 + + + + + 2997186 + + European Commission - Humanitarian Aid & Civil Protection + + + + 3297234.324 + + + + + 43096204 + + Ministry of Foreign Affairs of Japan + + + + 325058.108 + + + + + 285361 + + Government of China + + + + 285361 + + + + + 391000000 + + Ministry of Foreign Affairs of Japan + + + + 2794254.271 + + + + + 25700000 + + United States + + + + 25700000 + + + + + 200000 + + Bailiwick of Jersey + + + + 240673.887 + + + + + 200000 + + Luxembourg Aid & Development + + + + 233100.234 + + + + + 2236500 + + European Union + + + + 2312823.164 + + + + + 22500000 + + United States + + + + 22500000 + + + + + 2747393.3 + + UN Joint Programmes + + + + 2163301.811 + + + + + 22000000 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 2112540.81 + + + + + 159753 + + UK - Foreign, Commonwealth and Development Office + + + + 207471.429 + + + + + 1743261 + + European Commission - International Partnerships + + + + 2070381.235 + + + + + 2020059 + + UN Joint Programmes + + + + 2020059 + + + + + 1976526 + + King Salman Humanitarian Aid and Relief Centre + + + + 1976526 + + + + + 1763334 + + Education Cannot Wait + + + + 1763334 + + + + + 5000 + + Government of Kuwait + + + + 16286.645 + + + + + 10558538.66 + + Ministry of Foreign Affairs, Denmark + + + + 1599536.231 + + + + + 16000000 + + Norad - Norwegian Agency for Development Cooperation + + + + 1496166.074 + + + + + 1436500 + + United Nations Central Emergency Response Fund (CERF) + + + + 1436500 + + + + + 128474 + + King Salman Humanitarian Aid and Relief Centre + + + + 128474 + + + + + 1000000 + + UK - Foreign, Commonwealth and Development Office + + + + 1213592.233 + + + + + 1500000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 1177394.035 + + + + + 14384956.57 + + UN Joint Programmes + + + + 11326737.456 + + + + + 1000000 + + France - Ministry for Europe and Foreign Affairs + + + + 1091703.057 + + + + + 1000000 + + Ireland - Department of Foreign Affairs and Trade + + + + 1034126.163 + + + + + 1000000 + + Republic of Korea + + + + 1000000 + + + + + 100000 + + Government of Philippines + + + + 100000 + + + + + 100000 + + Government of Philippines + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-ASO-CHN + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in China</narrative> + <narrative xml:lang="fr">L'opération du HCR en Chine</narrative> + <narrative xml:lang="zh">难民署在中国的行动</narrative> + + + This activity shows details of the UNHCR China Regional Office for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de Chine bureau régional du HCR pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + 联合国难民署(UNHCR)是一个全球性组织,致力于为难民、被迫流离失社群所及无国籍人士提供生命救援、保护其权利并建设更美好的未来。 + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Beijing + + + UNHCR Country Office + + + 39.946 116.4531 + + + + + + + + Hong-Kong + + + UNHCR Sub-Office + + + 22.288 114.172 + + + + + + + + Phnom Penh + + + UNHCR Field Office + + + 11.5497 104.9278 + + + + + + + + Ulaanbaatar + + + UNHCR Liaison Office + + + 47.9286 106.9124 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Operational Support and Supply Chain + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Well-Being and Basic Needs + + + 04. Quality education + + + 10. Reduced inequalities + + + 03. Good health and well-being + + + 16. Peace, justice and strong institutions + + + 01. No poverty + + + 08. Decent work and economic growth + + + + + + + + + + 4699023 + + + + + 4788989 + + + + + 0 + + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-ASO-IDN + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Indonesia</narrative> + <narrative xml:lang="fr">L'opération du HCR en Indonésie</narrative> + + + This activity shows details of the UNHCR operation in Indonesia for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Indonésie pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + United States + + + Government of Canada + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Jakarta + + + UNHCR Country Office + + + -6.1837 106.8254 + + + + + + + + Kupang + + + UNHCR Field Unit + + + -10.1724 123.578 + + + + + + + + Makassar + + + UNHCR Field Unit + + + -5.1904 119.7228 + + + + + + + + Medan + + + UNHCR Field Unit + + + 3.5852 98.6756 + + + + + + + + Pekanbaru + + + UNHCR Field Unit + + + 0.551 101.433 + + + + + + + + Tanjung Pinang + + + UNHCR Field Unit + + + 0.907 104.452 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + Systems and Processes + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 08. Decent work and economic growth + + + 10. Reduced inequalities + + + 01. No poverty + + + 04. Quality education + + + 03. Good health and well-being + + + 16. Peace, justice and strong institutions + + + 05. Gender equality + + + 06. Clean water and sanitation + + + 17. Partnerships for the goals + + + + + + + + + + 0 + + + + + 13576059 + + + + + 13115292 + + + + + + 97 + + Monthly contribution summary + + + Private donors + + + + 96.8 + + + + + 69651 + + Monthly contribution summary + + + Private donors + + + + 69650.59 + + + + + 69391 + + Monthly contribution summary + + + Private donors + + + + 69391.277 + + + + + 66925 + + Monthly contribution summary + + + Private donors + + + + 66925.485 + + + + + 63710 + + Monthly contribution summary + + + Private donors + + + + 63710.327 + + + + + 60867 + + Monthly contribution summary + + + Private donors + + + + 60867.003 + + + + + 566 + + Monthly contribution summary + + + Private donors + + + + 566.27 + + + + + 56457 + + Monthly contribution summary + + + Private donors + + + + 56457.204 + + + + + 547 + + Monthly contribution summary + + + Private donors + + + + 547.25 + + + + + 5344 + + Monthly contribution summary + + + Private donors + + + + 5343.56 + + + + + 52191 + + Monthly contribution summary + + + Private donors + + + + 52190.92 + + + + + 4156 + + Monthly contribution summary + + + Private donors + + + + 4156.294 + + + + + 26179 + + Monthly contribution summary + + + Private donors + + + + 26179.051 + + + + + 20000 + + Monthly contribution summary + + + Private donors + + + + 20000 + + + + + 155185 + + Monthly contribution summary + + + Private donors + + + + 155184.745 + + + + + 47008 + + For 2025 + + + Government of Canada + + + + 37014.173 + + + + + 188034 + + For 2024 + + + Government of Canada + + + + 148058.267 + + + + + 53250 + + Germany - Federal Foreign Office + + + + 56170.886 + + + + + 53250 + + Germany - Federal Foreign Office + + + + 53090.728 + + + + + 516278 + + United States + + + + 516278 + + + + + 23380.28 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 23380.28 + + + + + 188034 + + Government of Canada + + + + 148058.267 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-ASO-IND + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in India</narrative> + <narrative xml:lang="fr">L'opération du HCR en Inde</narrative> + + + This activity shows details of the UNHCR operation in India for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Inde pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + UK - Home Office + + + Government of Canada + + + European Commission - Humanitarian Aid & Civil Protection + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Chennai + + + UNHCR Field Office + + + 12.9969 80.2686 + + + + + + + + New Delhi + + + UNHCR Chargé de Mission + + + 28.5895 77.2144 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 10. Reduced inequalities + + + 01. No poverty + + + 03. Good health and well-being + + + 04. Quality education + + + 05. Gender equality + + + 16. Peace, justice and strong institutions + + + 08. Decent work and economic growth + + + 17. Partnerships for the goals + + + + + + + + + + 21700607 + + + + + 21696908 + + + + + 0 + + + + + 0 + + + + + 0 + + + + + + 64503 + + Monthly contribution summary + + + Private donors + + + + 64502.884 + + + + + 64 + + Monthly contribution summary + + + Private donors + + + + 63.96 + + + + + 60241 + + Monthly contribution summary + + + Private donors + + + + 60240.544 + + + + + 57063 + + Monthly contribution summary + + + Private donors + + + + 57063.405 + + + + + 368 + + Monthly contribution summary + + + Private donors + + + + 368.05 + + + + + 347 + + Monthly contribution summary + + + Private donors + + + + 346.68 + + + + + 1412 + + Monthly contribution summary + + + Private donors + + + + 1412.481 + + + + + 12758 + + Monthly contribution summary + + + Private donors + + + + 12757.96 + + + + + 117 + + Monthly contribution summary + + + Private donors + + + + 117.19 + + + + + 1020 + + Monthly contribution summary + + + Private donors + + + + 1019.51 + + + + + 14626 + + For 2025 + + + Government of Canada + + + + 11516.536 + + + + + 58502 + + For 2024 + + + Government of Canada + + + + 46064.567 + + + + + 53250 + + Germany - Federal Foreign Office + + + + 56170.886 + + + + + 53250 + + Germany - Federal Foreign Office + + + + 53090.728 + + + + + 58502 + + Government of Canada + + + + 46064.567 + + + + + 200000 + + European Commission - Humanitarian Aid & Civil Protection + + + + 220022.002 + + + + + 217785 + + United States + + + + 217785 + + + + + 162000 + + United Nations Population Fund + + + + 162000 + + + + + 87329 + + UK - Home Office + + + + 108080.446 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-ASO-IRN + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in the Islamic Republic of Iran</narrative> + <narrative xml:lang="fr">L'opération du HCR en la République islamique d'Iran</narrative> + + + This activity shows details of the UNHCR operation in the Islamic Republic of Iran for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en la République islamique d'Iran pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Union + + + Germany - Ministry for Economic Cooperation and Development + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + France - Ministry for Europe and Foreign Affairs + + + European Commission - Humanitarian Aid & Civil Protection + + + United Nations Central Emergency Response Fund (CERF) + + + Ministry of Foreign Affairs of Japan + + + Government of Switzerland + + + Government of the Russian Federation + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Dogharoun + + + UNHCR Field Unit + + + 34.735 60.948 + + + + + + + + Esfahan + + + UNHCR Field Unit + + + 32.61 51.647 + + + + + + + + Kerman + + + UNHCR Sub-Office + + + 30.2803 57.067 + + + + + + + + Mashad + + + UNHCR Sub-Office + + + 36.291 59.596 + + + + + + + + Shiraz + + + UNHCR Sub-Office + + + 29.575 52.5966 + + + + + + + + Tehran + + + UNHCR Chargé de Mission + + + 35.7573 51.7983 + + + + + + + + Tehran (FO) + + + UNHCR Field Office + + + 35.7573 51.7983 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Operational Support and Supply Chain + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 08. Decent work and economic growth + + + 04. Quality education + + + 03. Good health and well-being + + + 01. No poverty + + + 10. Reduced inequalities + + + 05. Gender equality + + + 17. Partnerships for the goals + + + Afghanistan Situation Regional Refugee Response Plan 2023 + + + + + + + + + + + 140001535 + + + + + 114071815 + + + + + + 5139200.07 + + Germany - Ministry for Economic Cooperation and Development + + + + 5893578.061 + + + + + 453440 + + Germany - Ministry for Economic Cooperation and Development + + + + 520000 + + + + + 4226315 + + European Union + + + + 4759363.738 + + + + + 39436.62 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 39436.62 + + + + + 35000 + + Government of Switzerland + + + + 37919.826 + + + + + 2497655 + + European Commission - Humanitarian Aid & Civil Protection + + + + 2723724.101 + + + + + 258795 + + United Nations Central Emergency Response Fund (CERF) + + + + 258795 + + + + + 150000 + + United Nations Population Fund + + + + 150000 + + + + + 1300000 + + Government of Switzerland + + + + 1406926.408 + + + + + 1203703 + + Ministry of Foreign Affairs of Japan + + + + 1203703 + + + + + 1000000 + + France - Ministry for Europe and Foreign Affairs + + + + 1091703.057 + + + + + 100000 + + Government of the Russian Federation + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-ASO-JPN + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Japan</narrative> + <narrative xml:lang="fr">L'opération du HCR au Japon</narrative> + + + This activity shows details of the UNHCR operation in Japan for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Japon pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Tokyo + + + UNHCR Country Office + + + 35.6623 139.7085 + + + + + + Protection + + + Early Recovery + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Resettlement and Complementary Pathways + + + Protection Policy and Law + + + 10. Reduced inequalities + + + + + + + + + + 4384599 + + + + + 4512009 + + + + + 4371598 + + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-ASO-KAZMCO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Kazakstan Multi-Country Office</narrative> + <narrative xml:lang="fr">Bureau multipays du HCR au Kazakhstan</narrative> + <narrative xml:lang="ru">Многострановой отделение УВКБ ООН в Казахстане</narrative> + + + This activity shows details of the UNHCR Kazakhstan Multi-Country Office for 2023 and future years including the budget, funding, expenditure and results. The Kazakhstan Multi-Country Office coordinates activities in Kazakhstan and covers Turkmenistan and Uzbekistan. + Cette activité montre les détails de Kazakhstan bureau multipays du HCR pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. Le bureau multipays du Kazakhstan coordonne les activités au Kazakhstan et couvre le Turkménistan et l'Ouzbékistan. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + УВКБ ООН, Агентство ООН по делам беженцев, - всемирная организация, чьи усилия направлены на спасение жизней, защиту прав и создание лучшего будущего для беженцев, вынужденно перемещенных людей и лиц без гражданства. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Government of Kazakhstan + + + European Union + + + Government of Kyrgyzstan + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Almaty + + + UNHCR Multi-country Office + + + 43.278 76.93 + + + + + + + + Astana + + + UNHCR National Office + + + 51.1874 71.4332 + + + + + + + + Bishkek + + + UNHCR National Office + + + 42.867 74.574 + + + + + + Protection + + + Early Recovery + + + Emergency Shelter and NFI + + + Food Security + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Self Reliance, Economic Inclusion and Livelihoods + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Well-Being and Basic Needs + + + 01. No poverty + + + 08. Decent work and economic growth + + + 16. Peace, justice and strong institutions + + + 10. Reduced inequalities + + + + + + + + + + 6409690 + + + + + 6441349 + + + + + + 413951 + + For 2024 + + + European Union + + + + 466161.036 + + + + + 452211 + + European Union + + + + 509246.622 + + + + + 50000 + + Government of Kazakhstan + + + + 50000 + + + + + 17392 + + Government of Kyrgyzstan + + + + 17392 + + + + + 16570.23 + + Government of Kazakhstan + + + + 16570.23 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Агентство ООН по делам беженцев</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-ASO-KOR + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in the Republic of Korea</narrative> + <narrative xml:lang="fr">L'opération du HCR en la République de Corée</narrative> + + + This activity shows details of the UNHCR operation in the Republic of Korea for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en la République de Corée pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Séoul + + + UNHCR Country Office + + + 37.5422 126.935 + + + + + + Protection + + + Early Recovery + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Resettlement and Complementary Pathways + + + Status Determination + + + Protection Policy and Law + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + 16. Peace, justice and strong institutions + + + 10. Reduced inequalities + + + 05. Gender equality + + + 17. Partnerships for the goals + + + + + + + + + + 2968871 + + + + + 0 + + + + + 3795650 + + + + + 2723217 + + + + + + 31410 + + Monthly contribution summary + + + Private donors + + + + 31409.87 + + + + + 29075 + + For 2027 + + + Private donors + + + + 29075.444 + + + + + 29075 + + For 2026 + + + Private donors + + + + 29075.444 + + + + + 29075 + + For 2025 + + + Private donors + + + + 29075.444 + + + + + 29075 + + For 2024 + + + Private donors + + + + 29075.444 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-ASO-LKA + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Sri Lanka</narrative> + <narrative xml:lang="fr">L'opération du HCR en Sri Lanka</narrative> + + + This activity shows details of the UNHCR operation in Sri Lanka for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Sri Lanka pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Colombo + + + UNHCR Country Office + + + 6.9275 79.8484 + + + + + + + + Jaffna + + + UNHCR Field Office + + + 9.6683 80.0064 + + + + + + Protection + + + Early Recovery + + + Education + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Status Determination + + + 04. Quality education + + + 16. Peace, justice and strong institutions + + + 03. Good health and well-being + + + + + + + + + + 2274447 + + + + + 1150500 + + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-ASO-MMR + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Myanmar</narrative> + <narrative xml:lang="fr">L'opération du HCR au Myanmar</narrative> + + + This activity shows details of the UNHCR operation in Myanmar for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Myanmar pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations Population Fund + + + Australia - Department of Foreign Affairs and Trade + + + European Commission - Humanitarian Aid & Civil Protection + + + Norad - Norwegian Agency for Development Cooperation + + + Ministry of Foreign Affairs of Japan + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + France - Ministry for Europe and Foreign Affairs + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + United Nations Central Emergency Response Fund (CERF) + + + Republic of Korea + + + United States + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Bhamo + + + UNHCR Field Unit + + + 24.2587 97.2252 + + + + + + + + Buthidaung + + + UNHCR Field Unit + + + 20.8682 92.5317 + + + + + + + + Dawei + + + UNHCR Field Unit + + + 14.0833 98.2 + + + + + + + + Hpa-An + + + UNHCR Field Office + + + 16.8697 97.6634 + + + + + + + + Lashio + + + UNHCR Field Unit + + + 22.939 97.7505 + + + + + + + + Loikaw + + + UNHCR Field Unit + + + 19.6818 97.2106 + + + + + + + + Maungdaw + + + UNHCR Field Office + + + 20.8293 92.4056 + + + + + + + + Mawlamyine + + + UNHCR Field Unit + + + 16.4713 97.6235 + + + + + + + + Myitkyina + + + UNHCR Field Office + + + 25.615 97.4975 + + + + + + + + Nayppyidaw + + + UNHCR Field Unit + + + 19.757 96.0843 + + + + + + + + Sittwe + + + UNHCR Field Office + + + 20.1531 92.9035 + + + + + + + + Yangon + + + UNHCR Country Office + + + 16.8055 96.1363 + + + + + + Protection + + + Early Recovery + + + Emergency Shelter and NFI + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Voluntary Repatriation and Sustainable Reintegration + + + Local Integration and other Local Solutions + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 10. Reduced inequalities + + + 01. No poverty + + + 05. Gender equality + + + 17. Partnerships for the goals + + + Myanmar Humanitarian Response Plan 2023 + + + + Myanmar: Tropical Cyclone + + + + + + + + + + + 68656980 + + + + + 95858380 + + + + + + 5000000 + + For 2025 + + + Australia - Department of Foreign Affairs and Trade + + + + 3543586.109 + + + + + 5500000 + + For 2024 + + + Australia - Department of Foreign Affairs and Trade + + + + 3897944.72 + + + + + 1300000000 + + Ministry of Foreign Affairs of Japan + + + + 9805400.513 + + + + + 8000000 + + Norad - Norwegian Agency for Development Cooperation + + + + 748083.037 + + + + + 5500000 + + United States + + + + 5500000 + + + + + 500000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 524658.972 + + + + + 5000000 + + United States + + + + 5000000 + + + + + 500000 + + Republic of Korea + + + + 500000 + + + + + 6500000 + + Australia - Department of Foreign Affairs and Trade + + + + 4606661.942 + + + + + 500000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 392464.678 + + + + + 4000000 + + Australia - Department of Foreign Affairs and Trade + + + + 2607561.929 + + + + + 252990 + + United Nations Population Fund + + + + 252990 + + + + + 252990 + + United Nations Population Fund + + + + 252990 + + + + + 2300000 + + United States + + + + 2300000 + + + + + 2250000 + + United Nations Central Emergency Response Fund (CERF) + + + + 2250000 + + + + + 213000 + + Germany - Federal Foreign Office + + + + 224683.544 + + + + + 213000 + + Germany - Federal Foreign Office + + + + 212362.912 + + + + + 1700000 + + United States + + + + 1700000 + + + + + 1500000 + + France - Ministry for Europe and Foreign Affairs + + + + 1637554.585 + + + + + 1500000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 1137225.171 + + + + + 999062 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1099078.108 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-ASO-MYS + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Malaysia</narrative> + <narrative xml:lang="fr">L'opération du HCR en Malaisie</narrative> + + + This activity shows details of the UNHCR operation in Malaysia for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Malaisie pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + European Commission - Humanitarian Aid & Civil Protection + + + United States + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Kuala Lumpur + + + UNHCR Country Office + + + 3.1306 101.6995 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 16. Peace, justice and strong institutions + + + 05. Gender equality + + + 01. No poverty + + + 10. Reduced inequalities + + + 04. Quality education + + + 03. Good health and well-being + + + 08. Decent work and economic growth + + + 17. Partnerships for the goals + + + + + + + + + + 22407127 + + + + + 22469176 + + + + + 0 + + + + + + 41205 + + Monthly contribution summary + + + Private donors + + + + 41204.586 + + + + + 41167 + + Monthly contribution summary + + + Private donors + + + + 41167.149 + + + + + 3261 + + Monthly contribution summary + + + Private donors + + + + 3260.72 + + + + + 321863 + + Monthly contribution summary + + + Private donors + + + + 321863.031 + + + + + 302805 + + Monthly contribution summary + + + Private donors + + + + 302804.929 + + + + + 289057 + + Monthly contribution summary + + + Private donors + + + + 289057.239 + + + + + 269561 + + Monthly contribution summary + + + Private donors + + + + 269561.238 + + + + + 261897 + + Monthly contribution summary + + + Private donors + + + + 261896.722 + + + + + 26185 + + Monthly contribution summary + + + Private donors + + + + 26184.837 + + + + + 250931 + + Monthly contribution summary + + + Private donors + + + + 250930.906 + + + + + 15000 + + Monthly contribution summary + + + Private donors + + + + 15000 + + + + + 53250 + + Germany - Federal Foreign Office + + + + 56170.886 + + + + + 53250 + + Germany - Federal Foreign Office + + + + 53090.728 + + + + + 50000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 50000 + + + + + 32863.85 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 32863.85 + + + + + 3250 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 3250 + + + + + 200000 + + European Commission - Humanitarian Aid & Civil Protection + + + + 220022.002 + + + + + 1760762 + + United States + + + + 1760762 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-ASO-NPL + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Nepal</narrative> + <narrative xml:lang="fr">L'opération du HCR au Népal</narrative> + + + This activity shows details of the UNHCR operation in Nepal for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Népal pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Damak + + + UNHCR Sub-Office + + + 26.6583 87.6978 + + + + + + + + Kathmandu + + + UNHCR Country Office + + + 27.709 85.312 + + + + + + Protection + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 08. Decent work and economic growth + + + 05. Gender equality + + + 10. Reduced inequalities + + + 03. Good health and well-being + + + 16. Peace, justice and strong institutions + + + 04. Quality education + + + 01. No poverty + + + 17. Partnerships for the goals + + + + + + + + + + 0 + + + + + 4324093 + + + + + 3887993 + + + + + 0 + + + + + 0 + + + + + + 109 + + Monthly contribution summary + + + Private donors + + + + 108.932 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-ASO-PAK + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Pakistan</narrative> + <narrative xml:lang="fr">L'opération du HCR au Pakistan</narrative> + + + This activity shows details of the UNHCR operation in Pakistan for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Pakistan pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + Germany - Ministry for Economic Cooperation and Development + + + Republic of Korea + + + France - Ministry for Europe and Foreign Affairs + + + United States + + + Netherlands - Ministry of Foreign Affairs + + + Ministry of Foreign Affairs of Japan + + + Ireland - Department of Foreign Affairs and Trade + + + Government of Austria + + + European Union + + + European Commission - Humanitarian Aid & Civil Protection + + + Government of Switzerland + + + European Commission - International Partnerships + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Dalbandin + + + UNHCR Field Unit + + + 28.8802 64.4422 + + + + + + + + Haripur + + + UNHCR Field Unit + + + 33.988 72.955 + + + + + + + + Islamabad + + + UNHCR Country Office + + + 33.7372 73.1295 + + + + + + + + Karachi + + + UNHCR Field Unit + + + 24.8934 67.0281 + + + + + + + + Kohat + + + UNHCR Field Unit + + + 33.5955 71.4443 + + + + + + + + Loralai + + + UNHCR Field Unit + + + 30.3959 68.6604 + + + + + + + + Peshawar + + + UNHCR Sub-Office + + + 33.993 71.4872 + + + + + + + + Quetta + + + UNHCR Sub-Office + + + 30.1802 66.9931 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Sustainable Housing and Settlements + + + 05. Gender equality + + + 16. Peace, justice and strong institutions + + + 08. Decent work and economic growth + + + 04. Quality education + + + 11. Sustainable cities and communities + + + 10. Reduced inequalities + + + 03. Good health and well-being + + + 17. Partnerships for the goals + + + Pakistan Floods Response Plan 2023 + + + + Pakistan Flood Response, UNHCR Supplementary Appeal, September 2022-December 2023 + + + + Afghanistan Situation Regional Refugee Response Plan 2023 + + + + + + + + + + + 176025084 + + + + + 120208084 + + + + + 120210000 + + + + + + 97920 + + Monthly contribution summary + + + Private donors + + + + 97919.968 + + + + + 9206 + + Monthly contribution summary + + + Private donors + + + + 9206.346 + + + + + 8133 + + Monthly contribution summary + + + Private donors + + + + 8133.229 + + + + + 723860 + + Monthly contribution summary + + + Private donors + + + + 723860.313 + + + + + 6909 + + Monthly contribution summary + + + Private donors + + + + 6908.836 + + + + + 6078 + + Monthly contribution summary + + + Private donors + + + + 6078.188 + + + + + 598232 + + Monthly contribution summary + + + Private donors + + + + 598231.827 + + + + + 37654 + + Monthly contribution summary + + + Private donors + + + + 37653.825 + + + + + 351053 + + Monthly contribution summary + + + Private donors + + + + 351053.159 + + + + + 28010 + + Monthly contribution summary + + + Private donors + + + + 28010.144 + + + + + 2800261 + + Monthly contribution summary + + + Private donors + + + + 2800261.291 + + + + + 273 + + Monthly contribution summary + + + Private donors + + + + 272.895 + + + + + 248 + + Monthly contribution summary + + + Private donors + + + + 248.362 + + + + + 243429 + + Monthly contribution summary + + + Private donors + + + + 243429 + + + + + 23608 + + Monthly contribution summary + + + Private donors + + + + 23607.634 + + + + + 234 + + Monthly contribution summary + + + Private donors + + + + 233.874 + + + + + 1970 + + Monthly contribution summary + + + Private donors + + + + 1970.063 + + + + + 1888 + + Monthly contribution summary + + + Private donors + + + + 1887.642 + + + + + 1467 + + Monthly contribution summary + + + Private donors + + + + 1467.397 + + + + + 134284 + + Monthly contribution summary + + + Private donors + + + + 134283.903 + + + + + 108143 + + Monthly contribution summary + + + Private donors + + + + 108142.661 + + + + + 100000 + + Monthly contribution summary + + + Private donors + + + + 100000 + + + + + 583170.5 + + For 2026 + + + Government of Switzerland + + + + 594465.341 + + + + + 438116 + + For 2026 + + + Private donors + + + + 438116.101 + + + + + 438116 + + For 2025 + + + Private donors + + + + 438116.101 + + + + + 1431287.5 + + For 2025 + + + Government of Switzerland + + + + 1459008.664 + + + + + 1108000 + + For 2025 + + + Republic of Korea + + + + 1108000 + + + + + 438116 + + For 2024 + + + Private donors + + + + 438116.101 + + + + + 2666667 + + For 2024 + + + European Union + + + + 3003003.379 + + + + + 232364 + + For 2024 + + + Private donors + + + + 232364 + + + + + 1620000 + + For 2024 + + + Republic of Korea + + + + 1620000 + + + + + 1479599.5 + + For 2024 + + + Government of Switzerland + + + + 1508256.371 + + + + + 876000 + + Government of Austria + + + + 852969.815 + + + + + 723918 + + European Commission - International Partnerships + + + + 850667.449 + + + + + 9389672 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 6924536.874 + + + + + 5000000 + + Ireland - Department of Foreign Affairs and Trade + + + + 5359056.806 + + + + + 4364687.95 + + Germany - Ministry for Economic Cooperation and Development + + + + 5005376.09 + + + + + 610328 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 450094.395 + + + + + 3496717 + + European Commission - Humanitarian Aid & Civil Protection + + + + 3597445.474 + + + + + 2666666 + + European Union + + + + 3003002.253 + + + + + 3000000 + + United States + + + + 3000000 + + + + + 258179 + + United States + + + + 258179 + + + + + 2000000 + + France - Ministry for Europe and Foreign Affairs + + + + 2183406.114 + + + + + 170664.35 + + Germany - Ministry for Economic Cooperation and Development + + + + 195715.998 + + + + + 1851851 + + Ministry of Foreign Affairs of Japan + + + + 1851851 + + + + + 2250000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 1638747.269 + + + + + 1498593 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1634234.461 + + + + + 1576000 + + Republic of Korea + + + + 1576000 + + + + + 1449503.5 + + Government of Switzerland + + + + 1477577.471 + + + + + 13200000 + + United States + + + + 13200000 + + + + + 12000000 + + Netherlands - Ministry of Foreign Affairs + + + + 12345679.012 + + + + + 109496.08 + + Republic of Korea + + + + 109496.08 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-ASO-PHL + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in the Philippines</narrative> + <narrative xml:lang="fr">L'opération du HCR aux Philippines</narrative> + + + This activity shows details of the UNHCR operation in the Philippines for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR aux Philippines pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Cotabato + + + UNHCR Field Office + + + 7.2064 124.2433 + + + + + + + + Manila + + + UNHCR Liaison Office + + + 14.596 120.964 + + + + + + Protection + + + Early Recovery + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + Systems and Processes + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Self Reliance, Economic Inclusion and Livelihoods + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Protection Policy and Law + + + Community Engagement and Women's Empowerment + + + 05. Gender equality + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + 08. Decent work and economic growth + + + 03. Good health and well-being + + + 17. Partnerships for the goals + + + + + + + + + + 4574698 + + + + + 1889108 + + + + + 0 + + + + + 0 + + + + + 0 + + + + + + 77688 + + Monthly contribution summary + + + Private donors + + + + 77688.027 + + + + + 74114 + + Monthly contribution summary + + + Private donors + + + + 74114.429 + + + + + 72189 + + Monthly contribution summary + + + Private donors + + + + 72189.265 + + + + + 71303 + + Monthly contribution summary + + + Private donors + + + + 71302.692 + + + + + 71110 + + Monthly contribution summary + + + Private donors + + + + 71109.56 + + + + + 70270 + + Monthly contribution summary + + + Private donors + + + + 70270.287 + + + + + 69699 + + Monthly contribution summary + + + Private donors + + + + 69699.322 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-ASO-RA + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR regional activities in Asia and the Pacific</narrative> + <narrative xml:lang="fr">Activitiés régionales du HCR en Asie et dans le Pacifique</narrative> + + + This activity shows details of the UNHCR Regional activities in Asia and the Pacific for 2023 and future years including the budget, funding and expenditure. + Cette activité montre les détails des activitiés régionales du HCR en Asie et dans le Pacifique pour 2023 et les années à venir, y compris le budget, les financements et les dépenses. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Commission - Humanitarian Aid & Civil Protection + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Asia and the Pacific + + + + + Bangkok + + + UNHCR Regional Office + + + 13.7438 100.5479 + + + + + + Protection + + + Early Recovery + + + Emergency Shelter and NFI + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Resettlement and Complementary Pathways + + + Protection Policy and Law + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 16. Peace, justice and strong institutions + + + 10. Reduced inequalities + + + 01. No poverty + + + 05. Gender equality + + + 17. Partnerships for the goals + + + + + + + + + + 15706736 + + + + + 16092801 + + + + + 8092801 + + + + + + 46140 + + For 2025 + + + Government of Canada + + + + 36330.709 + + + + + 6219.25 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 6219.25 + + + + + 218325 + + European Commission - Humanitarian Aid & Civil Protection + + + + 240181.518 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-ASO-RB + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Regional Bureau for Asia and the Pacific</narrative> + <narrative xml:lang="fr">Bureau regional du HCR pour l'Asie et le Pacifique</narrative> + + + This activity shows details of the UNHCR Regional Bureau for the Asia and the Pacific for 2023 and future years including budget, funding and expenditure. + Cette activité montre les détails du bureau regional du HCR pour l'Asie et le Pacifique pour 2023 et les années à venir y compris le budget, les financements, et les dépenses. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Commission - Humanitarian Aid & Civil Protection + + + Government of Canada + + + Germany - Ministry for Economic Cooperation and Development + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Asia and the Pacific + + + + + Bangkok + + + UNHCR Regional Bureau + + + 13.7438 100.5479 + + + + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Resettlement and Complementary Pathways + + + Protection Policy and Law + + + Community Engagement and Women's Empowerment + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + 05. Gender equality + + + 17. Partnerships for the goals + + + + + + + + + + 15429376 + + + + + 15484899 + + + + + 15392369 + + + + + + 184562 + + For 2024 + + + Government of Canada + + + + 145324.409 + + + + + 92288 + + Government of Canada + + + + 72667.716 + + + + + 47925 + + European Commission - Humanitarian Aid & Civil Protection + + + + 52722.772 + + + + + 183482.95 + + Germany - Ministry for Economic Cooperation and Development + + + + 216626.86 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Regional Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-ASO-THAMCO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Thailand Multi-Country Office</narrative> + <narrative xml:lang="fr">L'opération du HCR en Thaïlande</narrative> + + + This activity shows details of the UNHCR Thailand Multi-Country Office for 2023 and future years including the budget, funding and expenditure. The Thailand Multi-Country Office coordinates activities in Thailand and covers Cambodia, Lao People?s Democratic Republic, and Viet Nam. + Cette activité montre les détails de Thaïlande bureau multipays du HCR pour 2021, y compris le budget, les financements et les dépenses. Le bureau multipays pour la Thaïlande coordonne les activités en Thaïlande et couvre le Cambodge, la République démocratique populaire lao et le Viet Nam. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + European Union + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Bangkok + + + UNHCR Multi-country Office + + + 13.7623 100.508 + + + + + + + + Kanchanaburi + + + UNHCR Field Office + + + 14.0023 99.5488 + + + + + + + + Mae Hong Son + + + UNHCR Field Office + + + 19.3019 97.9684 + + + + + + + + Mae Sariang + + + UNHCR Field Office + + + 18.1691 97.9315 + + + + + + + + Mae Sot + + + UNHCR Field Office + + + 16.7037 98.5721 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + People and Culture + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 08. Decent work and economic growth + + + 11. Sustainable cities and communities + + + 05. Gender equality + + + 16. Peace, justice and strong institutions + + + 10. Reduced inequalities + + + 01. No poverty + + + 03. Good health and well-being + + + 04. Quality education + + + 17. Partnerships for the goals + + + + + + + + + + 0 + + + + + 26690687 + + + + + 25869865 + + + + + 25906872 + + + + + 0 + + + + + + 356835 + + Monthly contribution summary + + + Private donors + + + + 356835.379 + + + + + 349257 + + Monthly contribution summary + + + Private donors + + + + 349256.686 + + + + + 347629 + + Monthly contribution summary + + + Private donors + + + + 347628.91 + + + + + 346742 + + Monthly contribution summary + + + Private donors + + + + 346741.762 + + + + + 342072 + + Monthly contribution summary + + + Private donors + + + + 342071.926 + + + + + 338845 + + Monthly contribution summary + + + Private donors + + + + 338844.682 + + + + + 329553 + + Monthly contribution summary + + + Private donors + + + + 329553.082 + + + + + 320967 + + Monthly contribution summary + + + Private donors + + + + 320967.317 + + + + + 28417 + + Monthly contribution summary + + + Private donors + + + + 28416.775 + + + + + 500002 + + For 2025 + + + European Union + + + + 517065.15 + + + + + 499999 + + For 2024 + + + European Union + + + + 517062.048 + + + + + 600000 + + United States + + + + 600000 + + + + + 53250 + + Germany - Federal Foreign Office + + + + 56170.886 + + + + + 53250 + + Germany - Federal Foreign Office + + + + 53090.728 + + + + + 499999 + + European Union + + + + 517062.048 + + + + + 300000 + + United States + + + + 300000 + + + + + 2008858 + + United States + + + + 2008858 + + + + + 150000 + + United States + + + + 150000 + + + + + 100000 + + United States + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-ASO-TJK + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Tajikistan</narrative> + <narrative xml:lang="fr">L'opération du HCR au Tadjikistan</narrative> + <narrative xml:lang="ru">Программа УВКБ ООН в Таджикистане</narrative> + + + This activity shows details of the UNHCR operation in Tajikistan for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Tadjikistan pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + УВКБ ООН, Агентство ООН по делам беженцев, - всемирная организация, чьи усилия направлены на спасение жизней, защиту прав и создание лучшего будущего для беженцев, вынужденно перемещенных людей и лиц без гражданства. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Union + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Dushanbe + + + UNHCR Country Office + + + 38.57 68.779 + + + + + + Protection + + + Early Recovery + + + Emergency Shelter and NFI + + + Food Security + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Safety and Access to Justice + + + Well-Being and Basic Needs + + + 01. No poverty + + + 10. Reduced inequalities + + + 08. Decent work and economic growth + + + 16. Peace, justice and strong institutions + + + Afghanistan Situation Regional Refugee Response Plan 2023 + + + + + + + + + + + 3624210 + + + + + 3612776 + + + + + + 342977 + + Monthly contribution summary + + + Private donors + + + + 342976.92 + + + + + 259085 + + For 2024 + + + European Union + + + + 291762.387 + + + + + 259085 + + European Union + + + + 291762.387 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Агентство ООН по делам беженцев</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EHGL-BDI + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Burundi</narrative> + <narrative xml:lang="fr">L'opération du HCR au Burundi</narrative> + + + This activity shows details of the UNHCR operation in Burundi for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Burundi pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Germany - Federal Foreign Office + + + European Commission - International Partnerships + + + Republic of Korea + + + Ministry of Foreign Affairs of Japan + + + France - Ministry for Europe and Foreign Affairs + + + Government of Monaco + + + United States + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + European Commission - Humanitarian Aid & Civil Protection + + + Ministry of Foreign Affairs, Denmark + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Bujumbura + + + UNHCR Country Office + + + -3.3891 29.3533 + + + + + + + + Makamba + + + UNHCR Field Office + + + -4.133 29.8 + + + + + + + + Muyinga + + + UNHCR Field Office + + + -2.8434 30.3461 + + + + + + + + Ruyigi + + + UNHCR Sub-Office + + + -3.4741 30.2473 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Operational Support and Supply Chain + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Status Determination + + + Sexual and Gender-based Violence + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 08. Decent work and economic growth + + + 05. Gender equality + + + 04. Quality education + + + 11. Sustainable cities and communities + + + 01. No poverty + + + 16. Peace, justice and strong institutions + + + 06. Clean water and sanitation + + + 03. Good health and well-being + + + Burundi Plan de Réponse Humanitaire 2023 + + + + Democratic Republic of the Congo Regional Refugee Response Plan 2023 + + + + + + + + + + + 0 + + + + + 98282184 + + + + + 93356660 + + + + + 0 + + + + + + 98 + + Monthly contribution summary + + + Private donors + + + + 97.844 + + + + + 96 + + Monthly contribution summary + + + Private donors + + + + 96.238 + + + + + 96 + + Monthly contribution summary + + + Private donors + + + + 96.159 + + + + + 96 + + Monthly contribution summary + + + Private donors + + + + 95.781 + + + + + 95 + + Monthly contribution summary + + + Private donors + + + + 95.27 + + + + + 500025 + + Monthly contribution summary + + + Private donors + + + + 500025 + + + + + 27824 + + Monthly contribution summary + + + Private donors + + + + 27823.893 + + + + + 249484 + + Monthly contribution summary + + + Private donors + + + + 249484.483 + + + + + 1736781 + + Monthly contribution summary + + + Private donors + + + + 1736780.7 + + + + + 131 + + Monthly contribution summary + + + Private donors + + + + 131.085 + + + + + 105 + + Monthly contribution summary + + + Private donors + + + + 105.088 + + + + + 32057 + + For 2027 + + + European Union + + + + 34432.868 + + + + + 149407 + + For 2027 + + + European Union + + + + 160480.129 + + + + + 87185 + + For 2026 + + + European Union + + + + 93646.617 + + + + + 294211 + + For 2026 + + + European Union + + + + 316016.111 + + + + + 87185 + + For 2025 + + + European Union + + + + 93646.617 + + + + + 399429 + + For 2025 + + + European Union + + + + 429032.224 + + + + + 200000 + + For 2025 + + + Republic of Korea + + + + 200000 + + + + + 100000 + + For 2025 + + + Government of Monaco + + + + 110132.159 + + + + + 565941 + + For 2024 + + + Private donors + + + + 565941.001 + + + + + 379269 + + For 2024 + + + European Union + + + + 407378.087 + + + + + 350000 + + For 2024 + + + Republic of Korea + + + + 350000 + + + + + 205119 + + For 2024 + + + European Union + + + + 220321.16 + + + + + 100000 + + For 2024 + + + Government of Monaco + + + + 110132.159 + + + + + 996672 + + United States + + + + 996672 + + + + + 87987 + + European Union + + + + 94508.055 + + + + + 800000 + + France - Ministry for Europe and Foreign Affairs + + + + 873362.445 + + + + + 8700000 + + United States + + + + 8700000 + + + + + 55422 + + European Union + + + + 59529.538 + + + + + 4700000 + + United States + + + + 4700000 + + + + + 4000000 + + Republic of Korea + + + + 4000000 + + + + + 31950 + + Germany - Federal Foreign Office + + + + 38963.415 + + + + + 1815671.06 + + Ministry of Foreign Affairs, Denmark + + + + 275060 + + + + + 2400000 + + Ministry of Foreign Affairs of Japan + + + + 2400000 + + + + + 2300000 + + United States + + + + 2300000 + + + + + 2000000 + + European Commission - International Partnerships + + + + 2252252.253 + + + + + 127800 + + Germany - Federal Foreign Office + + + + 143918.919 + + + + + 117481.45 + + European Commission - International Partnerships + + + + 137889.026 + + + + + 127800 + + Germany - Federal Foreign Office + + + + 134810.126 + + + + + 1248827 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1339943.133 + + + + + 166667 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 130821.821 + + + + + 100000 + + Government of Monaco + + + + 103412.616 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EHGL-DJI + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative xml:lang="ar">عملية المفوضية في جيبوتي</narrative> + <narrative>UNHCR operation in Djibouti</narrative> + <narrative xml:lang="fr">L'opération du HCR au Djibouti</narrative> + + + This activity shows details of the UNHCR operation in Djibouti for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Djibouti pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Commission - International Partnerships + + + Germany - Federal Foreign Office + + + United States + + + Intergovernmental Authority on Development + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Ali Sabieh + + + UNHCR Field Office + + + 11.152 42.712 + + + + + + + + Djibouti + + + UNHCR Country Office + + + 11.595 43.142 + + + + + + + + Obock + + + UNHCR Field Unit + + + 11.9637 43.2857 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Operational Support and Supply Chain + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 03. Good health and well-being + + + 06. Clean water and sanitation + + + 01. No poverty + + + 05. Gender equality + + + 10. Reduced inequalities + + + 04. Quality education + + + 08. Decent work and economic growth + + + 17. Partnerships for the goals + + + + + + + + + + 22230772 + + + + + 20953450 + + + + + 0 + + + + + 0 + + + + + + 3801 + + For 2025 + + + Intergovernmental Authority on Development + + + + 3801 + + + + + 31485 + + For 2024 + + + Intergovernmental Authority on Development + + + + 31485 + + + + + 42600 + + Germany - Federal Foreign Office + + + + 51951.22 + + + + + 452518 + + European Commission - International Partnerships + + + + 511898.19 + + + + + 500000 + + United States + + + + 500000 + + + + + 26995 + + Intergovernmental Authority on Development + + + + 26995 + + + + + 2000000 + + United States + + + + 2000000 + + + + + 170400 + + Germany - Federal Foreign Office + + + + 191891.892 + + + + + 159750 + + Germany - Federal Foreign Office + + + + 168512.658 + + + + + 1000000 + + United States + + + + 1000000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>المفوضية السامية للأمم المتحدة لشؤون اللاجئين</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EHGL-ERI + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative xml:lang="ar">عملية المفوضية في إريتريا</narrative> + <narrative>UNHCR operation in Eritrea</narrative> + <narrative xml:lang="fr">L'opération du HCR en Érythrée</narrative> + + + This activity shows details of the UNHCR operation in Eritrea for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Érythrée pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Asmara + + + UNHCR Country Office + + + 15.3318 38.9338 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Operational Support and Supply Chain + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Protection Policy and Law + + + Well-Being and Basic Needs + + + 08. Decent work and economic growth + + + 16. Peace, justice and strong institutions + + + 01. No poverty + + + 04. Quality education + + + 10. Reduced inequalities + + + 03. Good health and well-being + + + + + + + + + + 6211741 + + + + + 0 + + + + + 6276386 + + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>المفوضية السامية للأمم المتحدة لشؤون اللاجئين</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EHGL-ETH + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Ethiopia</narrative> + <narrative xml:lang="fr">L'opération du HCR en Éthiopie</narrative> + + + This activity shows details of the UNHCR operation in Ethiopia for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Éthiopie pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Republic of Korea + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + Ministry of Foreign Affairs of Japan + + + United Nations Central Emergency Response Fund (CERF) + + + United States + + + OCHA Country Based Pooled Funds + + + Government of Canada + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + European Union + + + Ministry of Foreign Affairs, Denmark + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + Germany - Federal Foreign Office + + + European Commission - Humanitarian Aid & Civil Protection + + + Germany - Ministry for Economic Cooperation and Development + + + United Nations Children's Fund (UNICEF) + + + Luxembourg Aid & Development + + + Government of the Netherlands + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + Government of Spain + + + France - Ministry for Europe and Foreign Affairs + + + Netherlands - Ministry of Foreign Affairs + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Addis Ababa + + + UNHCR Country Office + + + 8.9928 38.7833 + + + + + + + + Assosa + + + UNHCR Sub-Office + + + 10.0623 34.544 + + + + + + + + Aw-barre + + + UNHCR Field Unit + + + 9.78 43.214 + + + + + + + + Bambasi + + + UNHCR Field Unit + + + 9.75 34.7333 + + + + + + + + Bokolmayo + + + UNHCR Field Unit + + + 4.5432 41.5418 + + + + + + + + Buramino + + + UNHCR Field Unit + + + 4.3117 41.9373 + + + + + + + + Dimma + + + UNHCR Field Unit + + + 6.503 35.184 + + + + + + + + Dollo Ado + + + UNHCR Field Unit + + + 4.177 42.058 + + + + + + + + Embamadre + + + UNHCR Field Office + + + 13.6945 38.1744 + + + + + + + + Endabaguna + + + UNHCR Field Unit + + + 13.9489 38.1821 + + + + + + + + Gambella + + + UNHCR Sub-Office + + + 8.2392 34.5903 + + + + + + + + Hilaweyn + + + UNHCR Field Unit + + + 4.3699 41.8622 + + + + + + + + Itang + + + UNHCR Field Office + + + 8.2 34.27 + + + + + + + + Jewi + + + UNHCR Field Unit + + + 8.1528 34.6981 + + + + + + + + Jijiga + + + UNHCR Sub-Office + + + 9.346 42.816 + + + + + + + + Kebribeyah + + + UNHCR Field Unit + + + 9.1 43.176 + + + + + + + + Kobe + + + UNHCR Field Unit + + + 4.481 41.7469 + + + + + + + + Mekelle + + + UNHCR Field Office + + + 13.4772 39.4524 + + + + + + + + Melkadida + + + UNHCR Sub-Office + + + 4.5226 41.7226 + + + + + + + + Pugnido + + + UNHCR Field Office + + + 7.6474 34.2542 + + + + + + + + Sheder + + + UNHCR Field Unit + + + 9.691 43.1213 + + + + + + + + Sherkole + + + UNHCR Field Unit + + + 10.37 34.62 + + + + + + + + Shimelba + + + UNHCR Field Unit + + + 14.1734 37.7217 + + + + + + + + Shire + + + UNHCR Sub-Office + + + 14.1052 38.2886 + + + + + + + + Tongo + + + UNHCR Field Office + + + 9.3366 34.2428 + + + + + + + + Tsore + + + UNHCR Field Unit + + + 10.237 34.6136 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 08. Decent work and economic growth + + + 11. Sustainable cities and communities + + + 01. No poverty + + + 04. Quality education + + + 03. Good health and well-being + + + 06. Clean water and sanitation + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + 05. Gender equality + + + 17. Partnerships for the goals + + + Ethiopia, Supplementary Appeal, February-December 2023 + + + + Ethiopia Humanitarian Response Plan 2023 + + + + South Sudan Regional Refugee Response Plan 2023 + + + + Sudan Emergency: Regional Refugee Response Plan 2023 + + + + Sudan Emergency, UNHCR Supplementary Appeal, May-October 2023 + + + + + + + + + + + 426000000 + + + + + 431649781 + + + + + 370658890 + + + + + + 88080 + + Monthly contribution summary + + + Private donors + + + + 88079.866 + + + + + 852037 + + Monthly contribution summary + + + Private donors + + + + 852037 + + + + + 591075 + + Monthly contribution summary + + + Private donors + + + + 591075 + + + + + 53250 + + Monthly contribution summary + + + Private donors + + + + 53250 + + + + + 44370 + + Monthly contribution summary + + + Private donors + + + + 44369.611 + + + + + 37538 + + Monthly contribution summary + + + Private donors + + + + 37537.538 + + + + + 31409 + + Monthly contribution summary + + + Private donors + + + + 31409.299 + + + + + 1578028 + + Monthly contribution summary + + + Private donors + + + + 1578028.05 + + + + + 1401314 + + Monthly contribution summary + + + Private donors + + + + 1401314.46 + + + + + 106211 + + Monthly contribution summary + + + Private donors + + + + 106210.85 + + + + + 5936 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) Monthly contribution summary + + + Private donors + + + + 5935.604 + + + + + 36313 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) Monthly contribution summary + + + Private donors + + + + 36313.194 + + + + + 22836 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) Monthly contribution summary + + + Private donors + + + + 22836.184 + + + + + 1936 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) Monthly contribution summary + + + Private donors + + + + 1936.401 + + + + + 1642 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) Monthly contribution summary + + + Private donors + + + + 1641.94 + + + + + 12467 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) Monthly contribution summary + + + Private donors + + + + 12467.363 + + + + + 2000000 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 211774.672 + + + + + 13000000 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 1248319.569 + + + + + 1200003 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) + + + United Nations Central Emergency Response Fund (CERF) + + + + 1200003 + + + + + 54463 + + For 2025 + + + Government of Canada + + + + 42884.252 + + + + + 200000 + + For 2025 + + + Luxembourg Aid & Development + + + + 233100.234 + + + + + 231484 + + For 2024 + + + European Union + + + + 246784.648 + + + + + 200000 + + For 2024 + + + Luxembourg Aid & Development + + + + 233100.234 + + + + + 217852 + + For 2024 + + + Government of Canada + + + + 171537.008 + + + + + 1442918 + + For 2024 + + + Private donors + + + + 1442918 + + + + + 10000000 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 960245.823 + + + + + 9300000 + + United States + + + + 9300000 + + + + + 1000000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 784929.356 + + + + + 596400 + + Germany - Federal Foreign Office + + + + 671621.622 + + + + + 61634.75 + + Netherlands - Ministry of Foreign Affairs + + + + 61634.75 + + + + + 502364.66 + + OCHA Country Based Pooled Funds + + + + 502364.66 + + + + + 4800000 + + United States + + + + 4800000 + + + + + 41764.14 + + Government of Spain + + + + 45844.281 + + + + + 30000000 + + Ministry of Foreign Affairs, Denmark + + + + 4544765.945 + + + + + 4462962 + + Ministry of Foreign Affairs of Japan + + + + 4462962 + + + + + 350000 + + Luxembourg Aid & Development + + + + 407925.409 + + + + + 400000 + + Republic of Korea + + + + 400000 + + + + + 39436.62 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 39436.62 + + + + + 3496717 + + European Commission - Humanitarian Aid & Civil Protection + + + + 3846773.377 + + + + + 500000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 371471.026 + + + + + 34500000 + + United States + + + + 34500000 + + + + + 295260 + + European Union + + + + 314776.12 + + + + + 3000000 + + United States + + + + 3000000 + + + + + 297582.9 + + United Nations Children's Fund (UNICEF) + + + + 297582.9 + + + + + 208976 + + Germany - Ministry for Economic Cooperation and Development + + + + 246724.911 + + + + + 2300000 + + United Nations Central Emergency Response Fund (CERF) + + + + 2300000 + + + + + 210407.74 + + Netherlands - Ministry of Foreign Affairs + + + + 210407.74 + + + + + 2022887.16 + + United Nations Children's Fund (UNICEF) + + + + 2022887.16 + + + + + 18600000 + + United States + + + + 18600000 + + + + + 149100 + + Germany - Federal Foreign Office + + + + 181829.268 + + + + + 217852 + + Government of Canada + + + + 171537.008 + + + + + 1500000 + + France - Ministry for Europe and Foreign Affairs + + + + 1637554.585 + + + + + 1600000 + + United States + + + + 1600000 + + + + + 1437750 + + Germany - Federal Foreign Office + + + + 1516613.924 + + + + + 1195144 + + United States + + + + 1195144 + + + + + 1132445 + + Netherlands - Ministry of Foreign Affairs + + + + 1132445 + + + + + 1500000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 1100513.573 + + + + + 110000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 110000 + + + + + 1065856.66 + + Government of the Netherlands + + + + 1065856.66 + + + + + 1000000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 1049317.943 + + + + + 10000000 + + United States + + + + 10000000 + + + + + 100000 + + United Nations Foundation + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EHGL-KEN + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Kenya</narrative> + <narrative xml:lang="fr">L'opération du HCR au Kenya</narrative> + + + This activity shows details of the UNHCR operation in Kenya for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Kenya pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + Ministry of Foreign Affairs of Japan + + + UK - Foreign, Commonwealth and Development Office + + + Republic of Korea + + + Government of Norway + + + European Commission - Humanitarian Aid & Civil Protection + + + European Union + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + Germany - Federal Foreign Office + + + European Commission - International Partnerships + + + Netherlands - Ministry of Foreign Affairs + + + Government of the Netherlands + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + United Nations Central Emergency Response Fund (CERF) + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + Ministry of Foreign Affairs, Denmark + + + Education Cannot Wait + + + United States + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Alinjugur + + + UNHCR Field Office + + + -0.0302 40.4574 + + + + + + + + Dadaab + + + UNHCR Sub-Office + + + 0.0483 40.3109 + + + + + + + + Kakuma + + + UNHCR Sub-Office + + + 3.719 34.866 + + + + + + + + Nairobi (Country Office Kenya) + + + UNHCR Country Office + + + -1.261 36.795 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + Systems and Processes + + + People and Culture + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 10. Reduced inequalities + + + 01. No poverty + + + 16. Peace, justice and strong institutions + + + 05. Gender equality + + + 06. Clean water and sanitation + + + 11. Sustainable cities and communities + + + 03. Good health and well-being + + + 08. Decent work and economic growth + + + 04. Quality education + + + 17. Partnerships for the goals + + + Kenya Drought Response Plan 2023 + + + + South Sudan Regional Refugee Response Plan 2023 + + + + + + + + + + + 153435906 + + + + + 165975070 + + + + + 0 + + + + + 0 + + + + + + 9826 + + Monthly contribution summary + + + Private donors + + + + 9826.494 + + + + + 9793 + + Monthly contribution summary + + + Private donors + + + + 9793.371 + + + + + 9708 + + Monthly contribution summary + + + Private donors + + + + 9707.72 + + + + + 9615 + + Monthly contribution summary + + + Private donors + + + + 9615.242 + + + + + 736 + + Monthly contribution summary + + + Private donors + + + + 736.074 + + + + + 676175 + + Monthly contribution summary + + + Private donors + + + + 676174.777 + + + + + 6112 + + Monthly contribution summary + + + Private donors + + + + 6112.032 + + + + + 399055 + + Monthly contribution summary + + + Private donors + + + + 399055.27 + + + + + 3195 + + Monthly contribution summary + + + Private donors + + + + 3195 + + + + + 3039 + + Monthly contribution summary + + + Private donors + + + + 3039.186 + + + + + 2721 + + Monthly contribution summary + + + Private donors + + + + 2720.516 + + + + + 2719 + + Monthly contribution summary + + + Private donors + + + + 2719.024 + + + + + 255632 + + Monthly contribution summary + + + Private donors + + + + 255631.757 + + + + + 2405 + + Monthly contribution summary + + + Private donors + + + + 2405.019 + + + + + 228 + + Monthly contribution summary + + + Private donors + + + + 228.17 + + + + + 223033 + + Monthly contribution summary + + + Private donors + + + + 223033.252 + + + + + 214747 + + Monthly contribution summary + + + Private donors + + + + 214746.988 + + + + + 14512 + + Monthly contribution summary + + + Private donors + + + + 14511.516 + + + + + 1289 + + Monthly contribution summary + + + Private donors + + + + 1289.043 + + + + + 1283351 + + Monthly contribution summary + + + Private donors + + + + 1283351.355 + + + + + 1255 + + Monthly contribution summary + + + Private donors + + + + 1255.458 + + + + + 11065 + + Monthly contribution summary + + + Private donors + + + + 11064.93 + + + + + 10201 + + Monthly contribution summary + + + Private donors + + + + 10200.97 + + + + + 10189 + + Monthly contribution summary + + + Private donors + + + + 10188.623 + + + + + 223033 + + For 2025 + + + Private donors + + + + 223033.252 + + + + + 45553 + + For 2024 + + + European Union + + + + 48563.966 + + + + + 223033 + + For 2024 + + + Private donors + + + + 223033.252 + + + + + 181279.33 + + For 2024 + + + Ministry of Foreign Affairs, Denmark + + + + 181279.33 + + + + + 9999999.85 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 960245.808 + + + + + 90639.67 + + Ministry of Foreign Affairs, Denmark + + + + 90639.67 + + + + + 777275 + + Germany - Federal Foreign Office + + + + 819910.337 + + + + + 724200 + + Germany - Federal Foreign Office + + + + 815540.541 + + + + + 80000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 80000 + + + + + 1000000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 784929.356 + + + + + 7700000 + + United States + + + + 7700000 + + + + + 4810041 + + Ministry of Foreign Affairs, Denmark + + + + 728683.684 + + + + + 541416 + + UK - Foreign, Commonwealth and Development Office + + + + 677617.023 + + + + + 638094.64 + + Government of Norway + + + + 64143.008 + + + + + 608948 + + Netherlands - Ministry of Foreign Affairs + + + + 608948 + + + + + 50016 + + Republic of Korea + + + + 50016 + + + + + 500000 + + Education Cannot Wait + + + + 500000 + + + + + 385845 + + European Union + + + + 411348.614 + + + + + 400000 + + Netherlands - Ministry of Foreign Affairs + + + + 400000 + + + + + 39436.62 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 39436.62 + + + + + 3800000 + + United States + + + + 3800000 + + + + + 3000000 + + United States + + + + 3000000 + + + + + 2085828 + + UK - Foreign, Commonwealth and Development Office + + + + 2691390.967 + + + + + 181050 + + Germany - Federal Foreign Office + + + + 220792.683 + + + + + 1998124 + + European Commission - Humanitarian Aid & Civil Protection + + + + 2181358.079 + + + + + 192789 + + European Commission - International Partnerships + + + + 218087.104 + + + + + 14128836.69 + + Ministry of Foreign Affairs, Denmark + + + + 2140408.528 + + + + + 16481 + + European Commission - International Partnerships + + + + 19527.251 + + + + + 1727601 + + Ministry of Foreign Affairs of Japan + + + + 1727601 + + + + + 1505687 + + United States + + + + 1505687 + + + + + 150000 + + United States + + + + 150000 + + + + + 14300000 + + United States + + + + 14300000 + + + + + 1354435 + + Government of the Netherlands + + + + 1354435 + + + + + 1000000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 1049317.943 + + + + + 1000000 + + United Nations Central Emergency Response Fund (CERF) + + + + 1000000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EHGL-OO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>Other UNHCR operations in Africa</narrative> + <narrative xml:lang="fr">Autres opérations du HCR en Afrique</narrative> + + + This activity shows details of other UNHCR operations in the East and Horn of Africa for 2023 and future years including the budget, funding and expenditure. + Cette activité montre les détails des activitiés régionales du HCR dans l'Est et Corne de l'Afrique pour 2023 et les années à venir, y compris le budget, les financements et les dépenses. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Africa + + + + + Nairobi + + + UNHCR Regional Bureau + + + -1.2283 36.7613 + + + + + + Protection + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Protection Policy and Law + + + 10. Reduced inequalities + + + + + + + + + + 5387661 + + + + + 4482412 + + + + + 0 + + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EHGL-RA + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR regional activities in East and Horn of Africa and the Great Lakes</narrative> + <narrative xml:lang="fr">Activitiés régionales du HCR en l'Est et Corne de l'Afrique et Grands Lacs</narrative> + + + This activity shows details of the UNHCR Regional Activities in the East and Horn of Africa for 2023 and future years including the budget, funding and expenditure. + Cette activité montre les détails des activitiés régionales du HCR dans l'Est et Corne de l'Afrique pour 2023 et les années à venir, y compris le budget, les financements et les dépenses. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Netherlands - Ministry of Foreign Affairs + + + Intergovernmental Authority on Development + + + African Development Bank + + + European Union + + + Government of the Netherlands + + + United Nations Children's Fund (UNICEF) + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Africa + + + + + Addis Ababa + + + UNHCR Country Office + + + 8.9928 38.7833 + + + + + + + + Asmara + + + UNHCR Country Office + + + 15.3318 38.9338 + + + + + + + + Bujumbura + + + UNHCR Country Office + + + -3.3891 29.3533 + + + + + + + + Dar Es Salam + + + UNHCR Country Office + + + -6.816 39.278 + + + + + + + + Djibouti + + + UNHCR Country Office + + + 11.595 43.142 + + + + + + + + Juba + + + UNHCR Country Office + + + 4.8511 31.5978 + + + + + + + + Kampala + + + UNHCR Country Office + + + 0.3348 32.5967 + + + + + + + + Khartoum + + + UNHCR Country Office + + + 15.5848 32.5401 + + + + + + + + Kigali + + + UNHCR Country Office + + + -1.9419 30.1031 + + + + + + + + Mogadishu + + + UNHCR Chargé de Mission + + + 2.045 45.342 + + + + + + + + Nairobi + + + UNHCR Regional Bureau + + + -1.2283 36.7613 + + + + + + + + Nairobi (Country Office Kenya) + + + UNHCR Country Office + + + -1.261 36.795 + + + + + + + + Somalia Liaison Support Office + + + UNHCR Country Office + + + -1.261 36.795 + + + + + + Protection + + + Food Security + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Self Reliance, Economic Inclusion and Livelihoods + + + Protection Policy and Law + + + Community Engagement and Women's Empowerment + + + 08. Decent work and economic growth + + + 05. Gender equality + + + 10. Reduced inequalities + + + 17. Partnerships for the goals + + + + + + + + + + 9290844 + + + + + 7672080 + + + + + 9272080 + + + + + + 221865 + + Monthly contribution summary + + + Private donors + + + + 221865 + + + + + 111825 + + Monthly contribution summary + + + Private donors + + + + 111825.001 + + + + + 18345 + + For 2025 + + + Intergovernmental Authority on Development + + + + 18345 + + + + + 92444 + + For 2024 + + + Private donors + + + + 92444 + + + + + 73380 + + For 2024 + + + Intergovernmental Authority on Development + + + + 73380 + + + + + 111825 + + For 2024 + + + Private donors + + + + 111825.001 + + + + + 763103 + + European Union + + + + 813542.644 + + + + + 73380 + + Intergovernmental Authority on Development + + + + 73380 + + + + + 31850 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 31850 + + + + + 31810 + + United Nations Children's Fund (UNICEF) + + + + 31810 + + + + + 268753.33 + + United Nations Children's Fund (UNICEF) + + + + 268753.33 + + + + + 184433.91 + + African Development Bank + + + + 184433.91 + + + + + 148558.8 + + Netherlands - Ministry of Foreign Affairs + + + + 148558.8 + + + + + 119373.72 + + Government of the Netherlands + + + + 119373.72 + + + + + 10831.6 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 10831.6 + + + + + 100000 + + Netherlands - Ministry of Foreign Affairs + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EHGL-RB + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Regional Bureau for the East and Horn of Africa</narrative> + <narrative xml:lang="fr">Bureau regional du HCR pour l'Est et Corne de l'Afrique</narrative> + + + This activity shows details of the UNHCR Regional Bureau for the East and Horn of Africa for 2023 and future years including budget, funding and expenditure. + Cette activité montre les détails du bureau regional du HCR pour l'Est et Corne de l'Afrique pour 2023 et les années à venir y compris le budget, les financements, et les dépenses. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Germany - Ministry for Economic Cooperation and Development + + + Government of Canada + + + European Union + + + Netherlands - Ministry of Foreign Affairs + + + Government of the Netherlands + + + United States + + + African Development Bank + + + European Commission - Humanitarian Aid & Civil Protection + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Africa + + + + + Nairobi + + + UNHCR Regional Bureau + + + -1.2283 36.7613 + + + + + + Protection + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + People and Culture + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Protection Policy and Law + + + 10. Reduced inequalities + + + + + + + + + + 21929664 + + + + + 20400728 + + + + + 20329664 + + + + + + 85129 + + For 2027 + + + European Union + + + + 91438.239 + + + + + 110574 + + For 2026 + + + European Union + + + + 118769.065 + + + + + 48410 + + For 2025 + + + Government of Canada + + + + 38118.111 + + + + + 171009 + + For 2025 + + + European Union + + + + 183683.136 + + + + + 732897.09 + + For 2024 + + + African Development Bank + + + + 732897.09 + + + + + 43765 + + For 2024 + + + European Commission - Humanitarian Aid & Civil Protection + + + + 47778.384 + + + + + 313341 + + For 2024 + + + European Union + + + + 336563.909 + + + + + 193635 + + For 2024 + + + Government of Canada + + + + 152468.504 + + + + + 997089 + + For 2024 + + + European Union + + + + 1062994.67 + + + + + 90525 + + Government of the Netherlands + + + + 90525 + + + + + 846091 + + European Union + + + + 902015.992 + + + + + 42209 + + European Union + + + + 45337.271 + + + + + 182816.58 + + Germany - Ministry for Economic Cooperation and Development + + + + 215840.118 + + + + + 193635 + + Government of Canada + + + + 152468.504 + + + + + 131295 + + European Commission - Humanitarian Aid & Civil Protection + + + + 143335.153 + + + + + 1265220 + + United States + + + + 1265220 + + + + + 123050 + + Netherlands - Ministry of Foreign Affairs + + + + 123050 + + + + + 115688 + + African Development Bank + + + + 115688 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Regional Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EHGL-RWA + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Rwanda</narrative> + <narrative xml:lang="fr">L'opération du HCR au Rwanda</narrative> + + + This activity shows details of the UNHCR operation in Rwanda for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Rwanda pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + Government of Switzerland + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + European Commission - Humanitarian Aid & Civil Protection + + + European Union + + + Government of Norway + + + Germany - Ministry for Economic Cooperation and Development + + + Ministry of Foreign Affairs, Denmark + + + Germany - Federal Foreign Office + + + Ministry of Foreign Affairs of Japan + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Gicumbi + + + UNHCR Field Office + + + -1.5856 30.0586 + + + + + + + + Huye + + + UNHCR Field Office + + + -2.586 29.689 + + + + + + + + Karongi + + + UNHCR Field Office + + + -2.056 29.362 + + + + + + + + Kigali + + + UNHCR Country Office + + + -1.9419 30.1031 + + + + + + + + Kirehe + + + UNHCR Sub-Office + + + -2.25 30.7333 + + + + + + + + Rubavu + + + UNHCR Field Office + + + -1.692 29.255 + + + + + + + + Rusizi + + + UNHCR Field Office + + + -2.486 28.897 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Operational Support and Supply Chain + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 10. Reduced inequalities + + + 04. Quality education + + + 05. Gender equality + + + 03. Good health and well-being + + + 16. Peace, justice and strong institutions + + + 01. No poverty + + + 08. Decent work and economic growth + + + 11. Sustainable cities and communities + + + 06. Clean water and sanitation + + + 17. Partnerships for the goals + + + Democratic Republic of the Congo Regional Refugee Response Plan 2023 + + + + + + + + + + + 90488881 + + + + + 91723733 + + + + + 0 + + + + + + 857924 + + Monthly contribution summary + + + Private donors + + + + 857924.29 + + + + + 639 + + Monthly contribution summary + + + Private donors + + + + 638.694 + + + + + 500201 + + Monthly contribution summary + + + Private donors + + + + 500201.278 + + + + + 445931 + + Monthly contribution summary + + + Private donors + + + + 445930.881 + + + + + 965972 + + For 2026 + + + European Union + + + + 1029820.895 + + + + + 5074089 + + For 2025 + + + European Union + + + + 5409476.546 + + + + + 5222591 + + For 2024 + + + European Union + + + + 5567794.243 + + + + + 2080711 + + For 2024 + + + Ministry of Foreign Affairs, Denmark + + + + 315211.483 + + + + + 8400000 + + United States + + + + 8400000 + + + + + 62800 + + Germany - Federal Foreign Office + + + + 76585.366 + + + + + 5709574 + + European Union + + + + 6086965.884 + + + + + 58266 + + Government of Switzerland + + + + 58266 + + + + + 500000 + + Ministry of Foreign Affairs of Japan + + + + 500000 + + + + + 50000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 50000 + + + + + 5000 + + United States + + + + 5000 + + + + + 4500000 + + United States + + + + 4500000 + + + + + 3000000 + + United States + + + + 3000000 + + + + + 251200 + + Germany - Federal Foreign Office + + + + 282882.883 + + + + + 260925 + + Germany - Federal Foreign Office + + + + 275237.342 + + + + + 24694.84 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 24694.84 + + + + + 2300000 + + United States + + + + 2300000 + + + + + 178080.4 + + Germany - Ministry for Economic Cooperation and Development + + + + 210248.406 + + + + + 1748360 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1875922.746 + + + + + 1140178 + + Ministry of Foreign Affairs, Denmark + + + + 180407.911 + + + + + 1463072.35 + + Government of Norway + + + + 147072.009 + + + + + 8729254 + + Ministry of Foreign Affairs, Denmark + + + + 1322413.877 + + + + + 166667 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 130821.821 + + + + + 1307291 + + United States + + + + 1307291 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EHGL-SDN + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative xml:lang="ar">عملية المفوضية في السودان</narrative> + <narrative>UNHCR operation in Sudan</narrative> + <narrative xml:lang="fr">L'opération du HCR au Soudan</narrative> + + + This activity shows details of the UNHCR operation in Sudan for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Soudan pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Commission - International Partnerships + + + European Commission - Humanitarian Aid & Civil Protection + + + OCHA Country Based Pooled Funds + + + United Nations Peacebuilding Fund + + + United States + + + Norad - Norwegian Agency for Development Cooperation + + + Intergovernmental Authority on Development + + + Government of Poland + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + France - Ministry for Europe and Foreign Affairs + + + European Union + + + Netherlands - Ministry of Foreign Affairs + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + Government of the Netherlands + + + Ministry of Foreign Affairs, Denmark + + + Government of Canada + + + United Nations Children's Fund (UNICEF) + + + Germany - Federal Foreign Office + + + Ministry of Foreign Affairs of Japan + + + United Nations Central Emergency Response Fund (CERF) + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Ed Daein + + + UNHCR Field Office + + + 11.4265 26.149 + + + + + + + + El Fasher + + + UNHCR Field Office + + + 13.627 25.35 + + + + + + + + El Geneina + + + UNHCR Sub-Office + + + 13.432 22.4449 + + + + + + + + El Obeid + + + UNHCR Field Unit + + + 13.1676 30.245 + + + + + + + + Gedaref + + + UNHCR Field Office + + + 14.036 35.383 + + + + + + + + Girba + + + UNHCR Field Office + + + 14.9746 35.9066 + + + + + + + + Habillah + + + UNHCR Field Office + + + 12.6814 22.557 + + + + + + + + Kadugli + + + UNHCR Field Office + + + 11.0142 29.7294 + + + + + + + + Kassala + + + UNHCR Sub-Office + + + 15.47 36.408 + + + + + + + + Khartoum + + + UNHCR Country Office + + + 15.5848 32.5401 + + + + + + + + Kosti + + + UNHCR Sub-Office + + + 13.1478 32.6686 + + + + + + + + Nyala + + + UNHCR Field Office + + + 12.0558 24.8904 + + + + + + + + Port Sudan + + + UNHCR Field Unit + + + 19.617 37.216 + + + + + + + + Zalingei + + + UNHCR Field Office + + + 12.8999 23.4769 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 03. Good health and well-being + + + 05. Gender equality + + + 06. Clean water and sanitation + + + 08. Decent work and economic growth + + + 01. No poverty + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + 11. Sustainable cities and communities + + + 04. Quality education + + + 17. Partnerships for the goals + + + Sudan: Complex Emergency + + + + Sudan Humanitarian Response Plan 2023 + + + + South Sudan Regional Refugee Response Plan 2023 + + + + Sudan Emergency, UNHCR Supplementary Appeal, May-October 2023 + + + + + + + + + + + 418214423 + + + + + 0 + + + + + 396214423 + + + + + 408964225 + + + + + + 5326 + + Monthly contribution summary + + + Private donors + + + + 5325.52 + + + + + 41205 + + Monthly contribution summary + + + Private donors + + + + 41204.586 + + + + + 35 + + Monthly contribution summary + + + Private donors + + + + 34.67 + + + + + 256387 + + Monthly contribution summary + + + Private donors + + + + 256387.04 + + + + + 2189 + + Monthly contribution summary + + + Private donors + + + + 2189.309 + + + + + 199 + + Monthly contribution summary + + + Private donors + + + + 198.9 + + + + + 1291 + + Monthly contribution summary + + + Private donors + + + + 1290.76 + + + + + 44439 + + GLIDE: CE-2020-000229-ETH (Ethiopia Emergency Situation - Tigray) + + + Intergovernmental Authority on Development + + + + 44439 + + + + + 7234 + + For 2025 + + + Intergovernmental Authority on Development + + + + 7234 + + + + + 7233 + + For 2025 + + + Intergovernmental Authority on Development + + + + 7233 + + + + + 62954 + + For 2025 + + + Government of Canada + + + + 49570.079 + + + + + 55722 + + For 2024 + + + Intergovernmental Authority on Development + + + + 55722 + + + + + 47590 + + For 2024 + + + Intergovernmental Authority on Development + + + + 47590 + + + + + 256387 + + For 2024 + + + Private donors + + + + 256387.04 + + + + + 201349 + + For 2024 + + + United Nations Peacebuilding Fund + + + + 201349 + + + + + 251816 + + For 2024 + + + Government of Canada + + + + 198280.315 + + + + + 1718210 + + For 2024 + + + European Union + + + + 1831780.383 + + + + + 9900000 + + United States + + + + 9900000 + + + + + 866521 + + European Commission - International Partnerships + + + + 970348.264 + + + + + 950141.81 + + Netherlands - Ministry of Foreign Affairs + + + + 950141.81 + + + + + 10000000 + + Norad - Norwegian Agency for Development Cooperation + + + + 935103.797 + + + + + 865131 + + United States + + + + 865131 + + + + + 805617 + + Netherlands - Ministry of Foreign Affairs + + + + 805617 + + + + + 753124.51 + + United Nations Children's Fund (UNICEF) + + + + 753124.51 + + + + + 600000 + + Ministry of Foreign Affairs of Japan + + + + 600000 + + + + + 52573 + + Intergovernmental Authority on Development + + + + 52573 + + + + + 4500000 + + United States + + + + 4500000 + + + + + 340800 + + Germany - Federal Foreign Office + + + + 383783.783 + + + + + 3621000 + + Germany - Federal Foreign Office + + + + 3819620.253 + + + + + 36900000 + + United States + + + + 36900000 + + + + + 302036.1 + + United Nations Children's Fund (UNICEF) + + + + 302036.1 + + + + + 2800000 + + United States + + + + 2800000 + + + + + 26155 + + European Union + + + + 27883.796 + + + + + 250000 + + Netherlands - Ministry of Foreign Affairs + + + + 273822.564 + + + + + 2585200 + + United Nations Central Emergency Response Fund (CERF) + + + + 2585200 + + + + + 238267.86 + + United Nations Peacebuilding Fund + + + + 238267.86 + + + + + 15000000 + + Ministry of Foreign Affairs, Denmark + + + + 2272382.972 + + + + + 1998124 + + European Commission - Humanitarian Aid & Civil Protection + + + + 2186131.291 + + + + + 2113107 + + Government of the Netherlands + + + + 2113107 + + + + + 2000000 + + United Nations Central Emergency Response Fund (CERF) + + + + 2000000 + + + + + 1999999.98 + + OCHA Country Based Pooled Funds + + + + 1999999.98 + + + + + 1999999.95 + + OCHA Country Based Pooled Funds + + + + 1999999.95 + + + + + 19900000 + + United States + + + + 19900000 + + + + + 251816 + + Government of Canada + + + + 198280.315 + + + + + 1624209 + + European Union + + + + 1731566.098 + + + + + 1599999 + + Ministry of Foreign Affairs of Japan + + + + 1599999 + + + + + 1498593 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1597647.121 + + + + + 1500000 + + Government of Italy + + + + 1594048.884 + + + + + 1500000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 1573976.915 + + + + + 2000000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 1569858.713 + + + + + 2100000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 1560178.306 + + + + + 1173651 + + United Nations Peacebuilding Fund + + + + 1173651 + + + + + 1000000 + + France - Ministry for Europe and Foreign Affairs + + + + 1091703.057 + + + + + 85200 + + Germany - Federal Foreign Office + + + + 103902.439 + + + + + 100000 + + Government of Poland + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>المفوضية السامية للأمم المتحدة لشؤون اللاجئين</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EHGL-SOM + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative xml:lang="ar">عملية المفوضية في الصومال</narrative> + <narrative>UNHCR operation in Somalia</narrative> + <narrative xml:lang="fr">L'opération du HCR en Somalie</narrative> + + + This activity shows details of the UNHCR operation in Somalia for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Somalie pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations Central Emergency Response Fund (CERF) + + + United Nations World Food Programme (WFP) + + + Ministry of Foreign Affairs, Denmark + + + Ministry of Foreign Affairs of Japan + + + Germany - Federal Foreign Office + + + United States + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Baidoa + + + UNHCR Field Unit + + + 3.1172 43.6469 + + + + + + + + Berbera + + + UNHCR Field Unit + + + 10.443 45.0085 + + + + + + + + Bossaso + + + UNHCR Field Office + + + 11.271 49.1756 + + + + + + + + Dhobley + + + UNHCR Field Unit + + + 0.4131 41.1121 + + + + + + + + Gaalkacyo + + + UNHCR Sub-Office + + + 6.8141 47.4274 + + + + + + + + Garoowe + + + UNHCR Field Unit + + + 8.3996 48.4737 + + + + + + + + Hargeysa + + + UNHCR Sub-Office + + + 9.5227 44.0716 + + + + + + + + Kismaayo + + + UNHCR Field Office + + + -0.36 42.546 + + + + + + + + Luuq + + + UNHCR Field Unit + + + 3.8107 42.5484 + + + + + + + + Mogadishu + + + UNHCR Chargé de Mission + + + 2.045 45.342 + + + + + + + + Somalia Liaison Support Office + + + UNHCR Country Office + + + -1.261 36.795 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + Systems and Processes + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 08. Decent work and economic growth + + + 10. Reduced inequalities + + + 03. Good health and well-being + + + 04. Quality education + + + 05. Gender equality + + + 01. No poverty + + + 11. Sustainable cities and communities + + + 16. Peace, justice and strong institutions + + + 17. Partnerships for the goals + + + Somalia Humanitarian Response Plan 2023 + + + + + + + + + + + 174174503 + + + + + 0 + + + + + 177005730 + + + + + + 73 + + Monthly contribution summary + + + Private donors + + + + 72.75 + + + + + 495 + + Monthly contribution summary + + + Private donors + + + + 495.008 + + + + + 4835 + + Monthly contribution summary + + + Private donors + + + + 4835.01 + + + + + 463 + + Monthly contribution summary + + + Private donors + + + + 463.01 + + + + + 4210 + + Monthly contribution summary + + + Private donors + + + + 4209.627 + + + + + 3909 + + Monthly contribution summary + + + Private donors + + + + 3908.795 + + + + + 3426 + + Monthly contribution summary + + + Private donors + + + + 3426.001 + + + + + 33575 + + Monthly contribution summary + + + Private donors + + + + 33575.015 + + + + + 28 + + Monthly contribution summary + + + Private donors + + + + 27.533 + + + + + 27 + + Monthly contribution summary + + + Private donors + + + + 27.233 + + + + + 27 + + Monthly contribution summary + + + Private donors + + + + 26.624 + + + + + 242 + + Monthly contribution summary + + + Private donors + + + + 241.995 + + + + + 214 + + Monthly contribution summary + + + Private donors + + + + 213.85 + + + + + 20706 + + Monthly contribution summary + + + Private donors + + + + 20706.122 + + + + + 175 + + Monthly contribution summary + + + Private donors + + + + 175.263 + + + + + 167 + + Monthly contribution summary + + + Private donors + + + + 166.892 + + + + + 1130 + + Monthly contribution summary + + + Private donors + + + + 1129.567 + + + + + 8700000 + + United States + + + + 8700000 + + + + + 766800 + + Germany - Federal Foreign Office + + + + 863513.514 + + + + + 798750 + + Germany - Federal Foreign Office + + + + 842563.292 + + + + + 500000 + + United Nations World Food Programme (WFP) + + + + 500000 + + + + + 4400000 + + United States + + + + 4400000 + + + + + 3230000 + + United Nations Central Emergency Response Fund (CERF) + + + + 3230000 + + + + + 3086398 + + Ministry of Foreign Affairs of Japan + + + + 3086398 + + + + + 3000000 + + United Nations Central Emergency Response Fund (CERF) + + + + 3000000 + + + + + 3000000 + + United States + + + + 3000000 + + + + + 1933752.98 + + Ministry of Foreign Affairs, Denmark + + + + 292948.489 + + + + + 191700 + + Germany - Federal Foreign Office + + + + 233780.488 + + + + + 16200000 + + United States + + + + 16200000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>المفوضية السامية للأمم المتحدة لشؤون اللاجئين</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EHGL-SSD + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in South Sudan</narrative> + <narrative xml:lang="fr">L'opération du HCR au Soudan du Sud</narrative> + + + This activity shows details of the UNHCR operation in South Sudan for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Soudan du Sud pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Commission - Humanitarian Aid & Civil Protection + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + European Union + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + Ministry of Foreign Affairs of Japan + + + Intergovernmental Authority on Development + + + South Sudan MPTF for Reconciliation, Stabilization, Resilience + + + Ministry of Foreign Affairs, Denmark + + + Norad - Norwegian Agency for Development Cooperation + + + OCHA Country Based Pooled Funds + + + Luxembourg Aid & Development + + + United Nations Foundation + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + United States + + + United Nations Central Emergency Response Fund (CERF) + + + African Development Bank + + + Germany - Federal Foreign Office + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Bentiu + + + UNHCR Field Office + + + 9.253 29.7882 + + + + + + + + Bor + + + UNHCR Field Office + + + 6.2272 31.5673 + + + + + + + + Bunj + + + UNHCR Sub-Office + + + 9.9596 33.6962 + + + + + + + + Jam Jang + + + UNHCR Sub-Office + + + 9.9262 30.2913 + + + + + + + + Juba + + + UNHCR Country Office + + + 4.8511 31.5978 + + + + + + + + Malakal + + + UNHCR Field Office + + + 9.549 31.648 + + + + + + + + Wau + + + UNHCR Field Unit + + + 7.7152 28.0073 + + + + + + + + Yambio + + + UNHCR Field Office + + + 4.566 28.396 + + + + + + + + Yei + + + UNHCR Field Office + + + 4.084 30.662 + + + + + + + + Yida + + + UNHCR Field Office + + + 10.1033 30.09 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Operational Support and Supply Chain + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Local Integration and other Local Solutions + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 05. Gender equality + + + 10. Reduced inequalities + + + 06. Clean water and sanitation + + + 04. Quality education + + + 16. Peace, justice and strong institutions + + + 08. Decent work and economic growth + + + 03. Good health and well-being + + + 11. Sustainable cities and communities + + + 01. No poverty + + + 17. Partnerships for the goals + + + South Sudan Humanitarian Response Plan 2023 + + + + Sudan Emergency: Regional Refugee Response Plan 2023 + + + + Sudan Emergency, UNHCR Supplementary Appeal, May-October 2023 + + + + + + + + + + + 278818829 + + + + + 222367505 + + + + + 0 + + + + + 259489914 + + + + + + 54477 + + Monthly contribution summary + + + Private donors + + + + 54477 + + + + + 54 + + Monthly contribution summary + + + Private donors + + + + 53.591 + + + + + 164 + + Monthly contribution summary + + + Private donors + + + + 163.577 + + + + + 103837.5 + + For 2026 + + + African Development Bank + + + + 103837.5 + + + + + 311512.5 + + For 2025 + + + African Development Bank + + + + 311512.5 + + + + + 200000 + + For 2025 + + + Luxembourg Aid & Development + + + + 233100.234 + + + + + 1720000 + + For 2025 + + + European Union + + + + 1769547.326 + + + + + 14981 + + For 2025 + + + Intergovernmental Authority on Development + + + + 14981 + + + + + 86264 + + For 2024 + + + Intergovernmental Authority on Development + + + + 86264 + + + + + 752360 + + For 2024 + + + African Development Bank + + + + 752360 + + + + + 450000 + + For 2024 + + + United Nations Foundation + + + + 450000 + + + + + 2350000 + + For 2024 + + + European Union + + + + 2417695.473 + + + + + 200000 + + For 2024 + + + Luxembourg Aid & Development + + + + 233100.234 + + + + + 1195958 + + For 2024 + + + European Union + + + + 1275008.529 + + + + + 10000000 + + Norad - Norwegian Agency for Development Cooperation + + + + 935103.797 + + + + + 900000 + + United Nations Central Emergency Response Fund (CERF) + + + + 900000 + + + + + 8900000 + + United States + + + + 8900000 + + + + + 75314 + + Intergovernmental Authority on Development + + + + 75314 + + + + + 6200000 + + United States + + + + 6200000 + + + + + 60000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 60000 + + + + + 5600000 + + United States + + + + 5600000 + + + + + 700000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 549450.55 + + + + + 510701 + + South Sudan MPTF for Reconciliation, Stabilization, Resilience + + + + 510701 + + + + + 500000 + + Ministry of Foreign Affairs of Japan + + + + 500000 + + + + + 499999.98 + + OCHA Country Based Pooled Funds + + + + 499999.98 + + + + + 4677750 + + Germany - Federal Foreign Office + + + + 4934335.444 + + + + + 426000 + + Germany - Federal Foreign Office + + + + 479729.729 + + + + + 3163529.25 + + Ministry of Foreign Affairs, Denmark + + + + 479250 + + + + + 450000 + + United Nations Foundation + + + + 450000 + + + + + 36150.23 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 36150.23 + + + + + 31658 + + European Union + + + + 33750.533 + + + + + 2930000 + + European Union + + + + 3014403.291 + + + + + 400000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 297176.82 + + + + + 2800000 + + United States + + + + 2800000 + + + + + 2500000 + + United Nations Central Emergency Response Fund (CERF) + + + + 2500000 + + + + + 200000 + + Luxembourg Aid & Development + + + + 233100.234 + + + + + 1953059 + + European Union + + + + 2082152.451 + + + + + 20700000 + + United States + + + + 20700000 + + + + + 1498593 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1644997.805 + + + + + 1600000 + + United States + + + + 1600000 + + + + + 159750 + + African Development Bank + + + + 159750 + + + + + 1462962 + + Ministry of Foreign Affairs of Japan + + + + 1462962 + + + + + 15000000 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 1440368.734 + + + + + 106500 + + Germany - Federal Foreign Office + + + + 129878.049 + + + + + 11200000 + + United States + + + + 11200000 + + + + + 1000000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 1117318.436 + + + + + 1000000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 1049317.943 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EHGL-TZA + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in the United Republic of Tanzania</narrative> + <narrative xml:lang="fr">L'opération du HCR en République-Unie de Tanzanie</narrative> + + + This activity shows details of the UNHCR operation in the United Republic of Tanzania for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en République-Unie de Tanzanie pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations Tanzania SDG Acceleration Fund + + + Germany - Federal Foreign Office + + + Ireland - Department of Foreign Affairs and Trade + + + Ministry of Foreign Affairs of Japan + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + Germany - Ministry for Economic Cooperation and Development + + + United States + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + European Commission - Humanitarian Aid & Civil Protection + + + United Nations World Food Programme (WFP) + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Dar Es Salam + + + UNHCR Country Office + + + -6.816 39.278 + + + + + + + + Kasulu + + + UNHCR Field Office + + + -4.5645 30.0954 + + + + + + + + Kibondo + + + UNHCR Sub-Office + + + -3.584 30.701 + + + + + + + + Kigoma + + + UNHCR Field Office + + + -4.8836 29.6219 + + + + + + + + Mpanda + + + UNHCR Field Unit + + + -6.351 31.072 + + + + + + + + Mwanza + + + UNHCR Field Unit + + + -2.4441 32.9319 + + + + + + + + Ngara + + + UNHCR Field Unit + + + -2.4975 30.6604 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 11. Sustainable cities and communities + + + 08. Decent work and economic growth + + + 06. Clean water and sanitation + + + 03. Good health and well-being + + + 04. Quality education + + + 10. Reduced inequalities + + + 01. No poverty + + + 16. Peace, justice and strong institutions + + + 05. Gender equality + + + 17. Partnerships for the goals + + + Democratic Republic of the Congo Regional Refugee Response Plan 2023 + + + + + + + + + + + 115909848 + + + + + 114629299 + + + + + 0 + + + + + + 60792 + + Monthly contribution summary + + + Private donors + + + + 60792 + + + + + 1261835 + + Monthly contribution summary + + + Private donors + + + + 1261834.959 + + + + + 1123837 + + Monthly contribution summary + + + Private donors + + + + 1123836.996 + + + + + 130876 + + For 2027 + + + European Union + + + + 140575.725 + + + + + 257490 + + For 2026 + + + European Union + + + + 276573.577 + + + + + 259088 + + For 2025 + + + European Union + + + + 278290.01 + + + + + 694544 + + For 2024 + + + European Union + + + + 746019.334 + + + + + 497938 + + For 2024 + + + Private donors + + + + 497937.552 + + + + + 218836 + + For 2024 + + + Private donors + + + + 218836.248 + + + + + 1115846 + + For 2024 + + + Belgian Development Cooperation + + + + 1189601.28 + + + + + 60000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 60000 + + + + + 5800000 + + United States + + + + 5800000 + + + + + 42600 + + Germany - Federal Foreign Office + + + + 51951.22 + + + + + 500000 + + Ministry of Foreign Affairs of Japan + + + + 500000 + + + + + 321200.51 + + United Nations Children's Fund (UNICEF) + + + + 321200.51 + + + + + 3176857 + + United States + + + + 3176857 + + + + + 30000 + + United Nations World Food Programme (WFP) + + + + 30000 + + + + + 2900000 + + United States + + + + 2900000 + + + + + 237005 + + United Nations Tanzania SDG Acceleration Fund + + + + 237005 + + + + + 200178.64 + + Germany - Ministry for Economic Cooperation and Development + + + + 236338.418 + + + + + 213000 + + Germany - Federal Foreign Office + + + + 224683.544 + + + + + 170400 + + Germany - Federal Foreign Office + + + + 191891.892 + + + + + 187512 + + United Nations Tanzania SDG Acceleration Fund + + + + 187512 + + + + + 250000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 183418.929 + + + + + 1648452 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1768725.322 + + + + + 158469 + + European Union + + + + 170213.748 + + + + + 13145.54 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 13145.54 + + + + + 166666 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 130821.036 + + + + + 1134154 + + Belgian Development Cooperation + + + + 1209119.403 + + + + + 10800000 + + United States + + + + 10800000 + + + + + 1000000 + + Ireland - Department of Foreign Affairs and Trade + + + + 1034126.163 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EHGL-UGA + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Uganda</narrative> + <narrative xml:lang="fr">L'opération du HCR en Ouganda</narrative> + + + This activity shows details of the UNHCR operation in Uganda for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Ouganda pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Union + + + France - Ministry for Europe and Foreign Affairs + + + Ministry of Foreign Affairs of Japan + + + Ministry of Foreign Affairs, Denmark + + + United States + + + Germany - Ministry for Economic Cooperation and Development + + + European Commission - Humanitarian Aid & Civil Protection + + + Government of Austria + + + Republic of Korea + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + United Nations Children's Fund (UNICEF) + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + Netherlands - Ministry of Foreign Affairs + + + United Nations World Food Programme (WFP) + + + United Nations Population Fund + + + Intergovernmental Authority on Development + + + Government of the Netherlands + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + Education Cannot Wait + + + Germany - Federal Foreign Office + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Adjumani-Pakelle + + + UNHCR Sub-Office + + + 3.3591 31.8526 + + + + + + + + Arua + + + UNHCR Sub-Office + + + 3.0149 30.9219 + + + + + + + + Hoima + + + UNHCR Sub-Office + + + 1.4255 31.3556 + + + + + + + + Kampala + + + UNHCR Country Office + + + 0.3348 32.5967 + + + + + + + + Kiryandongo + + + UNHCR Field Unit + + + 1.86 32.033 + + + + + + + + Kisoro + + + UNHCR Field Unit + + + -1.2885 29.6908 + + + + + + + + Kyaka II + + + UNHCR Field Unit + + + 0.3574 31.0814 + + + + + + + + Kyangwali + + + UNHCR Field Unit + + + 1.2207 30.8156 + + + + + + + + Lamwo + + + UNHCR Field Unit + + + 3.2515 32.5349 + + + + + + + + Mbarara + + + UNHCR Sub-Office + + + -0.5978 30.6286 + + + + + + + + Moyo + + + UNHCR Sub-Office + + + 3.65 31.724 + + + + + + + + Nakivale + + + UNHCR Field Unit + + + -0.7815 30.9496 + + + + + + + + Oruchinga + + + UNHCR Field Unit + + + -0.9612 30.6373 + + + + + + + + Rwamwanja + + + UNHCR Field Unit + + + 0.3441 30.6543 + + + + + + + + Yumbe + + + UNHCR Sub-Office + + + 3.471 31.2484 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Operational Support and Supply Chain + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 03. Good health and well-being + + + 01. No poverty + + + 05. Gender equality + + + 06. Clean water and sanitation + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + 04. Quality education + + + 08. Decent work and economic growth + + + 17. Partnerships for the goals + + + Democratic Republic of the Congo Regional Refugee Response Plan 2023 + + + + South Sudan Regional Refugee Response Plan 2023 + + + + + + + + + + + 343393000 + + + + + 343393000 + + + + + 0 + + + + + + 968548 + + Monthly contribution summary + + + Private donors + + + + 968547.594 + + + + + 9394 + + Monthly contribution summary + + + Private donors + + + + 9394.37 + + + + + 93322 + + Monthly contribution summary + + + Private donors + + + + 93322 + + + + + 82057 + + Monthly contribution summary + + + Private donors + + + + 82056.893 + + + + + 685190 + + Monthly contribution summary + + + Private donors + + + + 685189.9 + + + + + 65308 + + Monthly contribution summary + + + Private donors + + + + 65308 + + + + + 641554 + + Monthly contribution summary + + + Private donors + + + + 641554 + + + + + 603420 + + Monthly contribution summary + + + Private donors + + + + 603420.084 + + + + + 51516 + + Monthly contribution summary + + + Private donors + + + + 51516.2 + + + + + 482 + + Monthly contribution summary + + + Private donors + + + + 482.332 + + + + + 4141470 + + Monthly contribution summary + + + Private donors + + + + 4141469.638 + + + + + 397188 + + Monthly contribution summary + + + Private donors + + + + 397188.434 + + + + + 3787181 + + Monthly contribution summary + + + Private donors + + + + 3787181.38 + + + + + 37 + + Monthly contribution summary + + + Private donors + + + + 37.169 + + + + + 27352 + + Monthly contribution summary + + + Private donors + + + + 27352.297 + + + + + 27 + + Monthly contribution summary + + + Private donors + + + + 26.535 + + + + + 26 + + Monthly contribution summary + + + Private donors + + + + 26.455 + + + + + 26 + + Monthly contribution summary + + + Private donors + + + + 26.003 + + + + + 2596880 + + Monthly contribution summary + + + Private donors + + + + 2596879.803 + + + + + 26 + + Monthly contribution summary + + + Private donors + + + + 25.679 + + + + + 198000 + + Monthly contribution summary + + + Private donors + + + + 198000 + + + + + 10012 + + Monthly contribution summary + + + Private donors + + + + 10011.985 + + + + + 100026 + + Monthly contribution summary + + + Private donors + + + + 100025.716 + + + + + 544563 + + For 2027 + + + Private donors + + + + 544562.75 + + + + + 507288 + + For 2026 + + + Private donors + + + + 507287.75 + + + + + 16964 + + For 2026 + + + Private donors + + + + 16964 + + + + + 147167 + + For 2026 + + + Private donors + + + + 147167.035 + + + + + 55144 + + For 2025 + + + Intergovernmental Authority on Development + + + + 55144 + + + + + 549888 + + For 2025 + + + Private donors + + + + 549887.75 + + + + + 27653 + + For 2025 + + + Private donors + + + + 27653 + + + + + 2000000 + + For 2025 + + + Republic of Korea + + + + 2000000 + + + + + 1760688 + + For 2025 + + + European Union + + + + 1951982.262 + + + + + 147167 + + For 2025 + + + Private donors + + + + 147167.035 + + + + + 8969183 + + For 2024 + + + European Union + + + + 9943661.862 + + + + + 65308 + + For 2024 + + + Private donors + + + + 65308 + + + + + 523263 + + For 2024 + + + Private donors + + + + 523262.75 + + + + + 358219 + + For 2024 + + + European Union + + + + 381896.588 + + + + + 275099 + + For 2024 + + + Intergovernmental Authority on Development + + + + 275099 + + + + + 2000000 + + For 2024 + + + Republic of Korea + + + + 2000000 + + + + + 147167 + + For 2024 + + + Private donors + + + + 147167.035 + + + + + 900000 + + France - Ministry for Europe and Foreign Affairs + + + + 982532.75 + + + + + 97181 + + Netherlands - Ministry of Foreign Affairs + + + + 97181 + + + + + 95146.13 + + Republic of Korea + + + + 95146.13 + + + + + 8600000 + + United States + + + + 8600000 + + + + + 815203 + + United States + + + + 815203 + + + + + 1000000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 784929.356 + + + + + 6493903 + + European Commission - Humanitarian Aid & Civil Protection + + + + 7151875.552 + + + + + 45000000 + + Ministry of Foreign Affairs, Denmark + + + + 6817148.917 + + + + + 501900 + + Netherlands - Ministry of Foreign Affairs + + + + 501900 + + + + + 426000 + + Germany - Federal Foreign Office + + + + 479729.729 + + + + + 426000 + + Germany - Federal Foreign Office + + + + 449367.088 + + + + + 41565 + + United Nations Children's Fund (UNICEF) + + + + 41565 + + + + + 3788561.95 + + Netherlands - Ministry of Foreign Affairs + + + + 3897697.48 + + + + + 351865 + + Netherlands - Ministry of Foreign Affairs + + + + 351865 + + + + + 32000000 + + United States + + + + 32000000 + + + + + 318568.25 + + Netherlands - Ministry of Foreign Affairs + + + + 318568.25 + + + + + 2830129 + + European Union + + + + 3137615.3 + + + + + 3000000 + + Ministry of Foreign Affairs of Japan + + + + 3000000 + + + + + 300000 + + United Nations World Food Programme (WFP) + + + + 300000 + + + + + 282790 + + Netherlands - Ministry of Foreign Affairs + + + + 282790 + + + + + 252779 + + Intergovernmental Authority on Development + + + + 252779 + + + + + 241205 + + Government of Austria + + + + 248153.292 + + + + + 180682.22 + + Germany - Ministry for Economic Cooperation and Development + + + + 213320.213 + + + + + 2000000 + + Republic of Korea + + + + 2000000 + + + + + 17300000 + + United States + + + + 17300000 + + + + + 167055.9 + + United Nations Population Fund + + + + 167055.9 + + + + + 1665500 + + Education Cannot Wait + + + + 1665500 + + + + + 1458797 + + United States + + + + 1458797 + + + + + 15000000 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 1440368.734 + + + + + 13802.82 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 13802.82 + + + + + 130000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 130000 + + + + + 106500 + + Germany - Federal Foreign Office + + + + 129878.049 + + + + + 12542807 + + Education Cannot Wait + + + + 12542807 + + + + + 1085920 + + European Union + + + + 1157697.229 + + + + + 1127845 + + Government of the Netherlands + + + + 1127845 + + + + + 1500000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 1100513.573 + + + + + 1000000 + + Ministry of Foreign Affairs of Japan + + + + 1000000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-ALB + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Albania</narrative> + <narrative xml:lang="fr">L'opération du HCR en Albanie</narrative> + + + This activity shows details of the UNHCR operation in Albania for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Albanie pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Commission - Neighbourhood and Enlargement Negotiations + + + United States + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Gjirokaster + + + UNHCR Field Unit + + + 40.0688 20.1055 + + + + + + + + Tirana + + + UNHCR Country Office + + + 41.3278 19.8084 + + + + + + Protection + + + Early Recovery + + + Food Security + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Self Reliance, Economic Inclusion and Livelihoods + + + Local Integration and other Local Solutions + + + Status Determination + + + 16. Peace, justice and strong institutions + + + 10. Reduced inequalities + + + 08. Decent work and economic growth + + + + + + + + + + 0 + + + + + 3500000 + + + + + 3500000 + + + + + + 75409 + + For 2025 + + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 80393.39 + + + + + 75409 + + For 2024 + + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 80393.39 + + + + + 72497.71 + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 77289.67 + + + + + 60000 + + United States + + + + 60000 + + + + + 40000 + + United States + + + + 40000 + + + + + 100000 + + United States + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-ARM + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Armenia</narrative> + <narrative xml:lang="fr">L'opération du HCR en Arménie</narrative> + + + This activity shows details of the UNHCR operation in Armenia for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Arménie pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Government of Armenia + + + European Commission - Neighbourhood and Enlargement Negotiations + + + Government of the Russian Federation + + + United States + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Yerevan + + + UNHCR Country Office + + + 40.1754 44.5124 + + + + + + Protection + + + Early Recovery + + + Emergency Shelter and NFI + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Well-Being and Basic Needs + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + 01. No poverty + + + + + + + + + + 12835565 + + + + + 12726895 + + + + + 0 + + + + + + 78317 + + Monthly contribution summary + + + Private donors + + + + 78316.796 + + + + + 2054689 + + Monthly contribution summary + + + Private donors + + + + 2054688.607 + + + + + 272727.27 + + For 2024 + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 302693.973 + + + + + 87580.18 + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 98626.329 + + + + + 50000 + + Government of the Russian Federation + + + + 50000 + + + + + 49000 + + Government of Armenia + + + + 49000 + + + + + 400000 + + United States + + + + 400000 + + + + + 227272.73 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 252244.984 + + + + + 200000 + + United States + + + + 200000 + + + + + 200000 + + Government of Poland + + + + 200000 + + + + + 15000000 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 1753565.584 + + + + + 1000000 + + France - Ministry for Europe and Foreign Affairs + + + + 1054852.321 + + + + + 1000000 + + Ministry of Foreign Affairs of Japan + + + + 1000000 + + + + + 100000 + + United States + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-AZE + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Azerbaijan</narrative> + <narrative xml:lang="fr">L'opération du HCR en Azerbaïdjan</narrative> + + + This activity shows details of the UNHCR operation in Azerbaijan for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Azerbaïdjan pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + Government of Azerbaijan + + + Government of the Russian Federation + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Baku + + + UNHCR Country Office + + + 40.4167 49.8237 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Material relief assistance and services + + + Education in emergencies + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Education + + + Local Integration and other Local Solutions + + + Protection Policy and Law + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 10. Reduced inequalities + + + 01. No poverty + + + 16. Peace, justice and strong institutions + + + 05. Gender equality + + + 04. Quality education + + + 17. Partnerships for the goals + + + + + + + + + + 0 + + + + + 7400591 + + + + + 8037654 + + + + + + 50000 + + Government of the Russian Federation + + + + 50000 + + + + + 21806 + + Government of Azerbaijan + + + + 21806 + + + + + 200000 + + United States + + + + 200000 + + + + + 100000 + + United States + + + + 100000 + + + + + 100000 + + United States + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-BELMCO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Belgium Multi-Country Office</narrative> + <narrative xml:lang="fr">Bureau multipays du HCR en Belgique</narrative> + + + This activity shows details of the UNHCR Belgium Multi-Country Office for 2023 and future years including the budget, funding, expenditure and results. The Belgium Multi-Country Office coordinates activities in Belgium, Ireland, Malta (EASO), the Netherlands, Poland (FRONTEX) and covers also Luxembourg. + Cette activité montre les détails de Belgique bureau multipays du HCR pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. Le bureau multipays pour la Belgique coordonne les activités en Belgique, en Irlande, à Malte (EASO), aux Pays-Bas et en Pologne (FRONTEX) et couvre également le Luxembourg. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Government of Ireland + + + European Commission - Humanitarian Aid & Civil Protection + + + European Union + + + Government of Luxembourg + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Brussels + + + UNHCR Multi-country Office + + + 50.8204 4.3674 + + + + + + + + Brussels (DDO) + + + UNHCR Deputy Director Office + + + 50.846 4.356 + + + + + + + + Dublin + + + UNHCR Liaison Office + + + 53.3376 -6.2489 + + + + + + + + The Hague + + + UNHCR Liaison Office + + + 52.077 4.305 + + + + + + + + Vienna + + + UNHCR Country Office + + + 48.2337 16.4175 + + + + + + Protection + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Protection Policy and Law + + + 10. Reduced inequalities + + + + + + + + + + 12243769 + + + + + 11964393 + + + + + 0 + + + + + 0 + + + + + 0 + + + + + + 16630 + + Monthly contribution summary + + + Private donors + + + + 16629.712 + + + + + 49889 + + For 2026 + + + Private donors + + + + 49889.135 + + + + + 66519 + + For 2025 + + + Private donors + + + + 66518.847 + + + + + 704 + + For 2024 + + + European Commission - Humanitarian Aid & Civil Protection + + + + 771.084 + + + + + 66519 + + For 2024 + + + Private donors + + + + 66518.847 + + + + + 49160 + + For 2024 + + + European Union + + + + 55360.361 + + + + + 4173 + + For 2024 + + + European Commission - Humanitarian Aid & Civil Protection + + + + 4482.277 + + + + + 1829 + + For 2024 + + + European Commission - Humanitarian Aid & Civil Protection + + + + 2027.716 + + + + + 9052.18 + + Government of Luxembourg + + + + 9052.18 + + + + + 8348 + + European Commission - Humanitarian Aid & Civil Protection + + + + 8966.702 + + + + + 704 + + European Commission - Humanitarian Aid & Civil Protection + + + + 771.084 + + + + + 6097 + + European Commission - Humanitarian Aid & Civil Protection + + + + 6714.758 + + + + + 5628 + + European Commission - Humanitarian Aid & Civil Protection + + + + 6164.294 + + + + + 5628 + + European Commission - Humanitarian Aid & Civil Protection + + + + 6038.627 + + + + + 551 + + European Commission - Humanitarian Aid & Civil Protection + + + + 575.157 + + + + + 49160 + + European Union + + + + 55360.361 + + + + + 5206 + + European Commission - Humanitarian Aid & Civil Protection + + + + 5485.774 + + + + + 4690 + + European Commission - Humanitarian Aid & Civil Protection + + + + 5199.557 + + + + + 4690 + + European Commission - Humanitarian Aid & Civil Protection + + + + 5199.557 + + + + + 4408 + + European Commission - Humanitarian Aid & Civil Protection + + + + 4719.486 + + + + + 3873 + + European Commission - Humanitarian Aid & Civil Protection + + + + 4503.488 + + + + + 38931.52 + + Government of Ireland + + + + 43743.28 + + + + + 375 + + European Commission - Humanitarian Aid & Civil Protection + + + + 408.942 + + + + + 3283 + + European Commission - Humanitarian Aid & Civil Protection + + + + 3639.69 + + + + + 3283 + + European Commission - Humanitarian Aid & Civil Protection + + + + 3611.661 + + + + + 328 + + European Commission - Humanitarian Aid & Civil Protection + + + + 351.931 + + + + + 3283 + + European Commission - Humanitarian Aid & Civil Protection + + + + 3377.572 + + + + + 2814 + + European Commission - Humanitarian Aid & Civil Protection + + + + 3095.71 + + + + + 2814 + + European Commission - Humanitarian Aid & Civil Protection + + + + 3082.147 + + + + + 26734 + + European Commission - Humanitarian Aid & Civil Protection + + + + 27646.329 + + + + + 2439 + + European Commission - Humanitarian Aid & Civil Protection + + + + 2616.953 + + + + + 2345 + + European Commission - Humanitarian Aid & Civil Protection + + + + 2579.758 + + + + + 2345 + + European Commission - Humanitarian Aid & Civil Protection + + + + 2557.252 + + + + + 2345 + + European Commission - Humanitarian Aid & Civil Protection + + + + 2500 + + + + + 2204 + + European Commission - Humanitarian Aid & Civil Protection + + + + 2403.49 + + + + + 1876 + + European Commission - Humanitarian Aid & Civil Protection + + + + 2052.516 + + + + + 1876 + + European Commission - Humanitarian Aid & Civil Protection + + + + 2048.035 + + + + + 1829 + + European Commission - Humanitarian Aid & Civil Protection + + + + 2027.716 + + + + + 155726 + + Government of Ireland + + + + 169267.392 + + + + + 1642 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1637.089 + + + + + 1538 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1590.486 + + + + + 1407 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1544.457 + + + + + 1407 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1534.351 + + + + + 1407 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1500 + + + + + 1407 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1495.218 + + + + + 11256 + + European Commission - Humanitarian Aid & Civil Protection + + + + 11885.956 + + + + + 938 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1031.903 + + + + + 938 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1029.638 + + + + + 938 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1027.382 + + + + + 9380 + + European Commission - Humanitarian Aid & Civil Protection + + + + 10042.827 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-BGR + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Bulgaria</narrative> + <narrative xml:lang="fr">L'opération du HCR en Bulgarie</narrative> + + + This activity shows details of the UNHCR operation in Bulgaria for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Bulgarie pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + Ministry of Foreign Affairs of Japan + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Sofia + + + UNHCR National Office + + + 42.6956 23.3208 + + + + + + Protection + + + Child Protection + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Access to Territory, Registration and Documentation + + + Status Determination + + + Protection Policy and Law + + + Child Protection + + + Community Engagement and Women's Empowerment + + + 16. Peace, justice and strong institutions + + + 10. Reduced inequalities + + + 05. Gender equality + + + 17. Partnerships for the goals + + + Ukraine Situation Regional Refugee Response Plan 2023 + + + + + + + + + + + 16953454 + + + + + 19354342 + + + + + 8354342 + + + + + 0 + + + + + + 445898 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + Ministry of Foreign Affairs of Japan + + + + 445898 + + + + + 2000000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + United States + + + + 2000000 + + + + + 1900000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + United States + + + + 1900000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-BIH + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Bosnia and Herzegovina</narrative> + <narrative xml:lang="fr">L'opération du HCR en Bosnie-Herzégovine</narrative> + + + This activity shows details of the UNHCR Bosnia and Herzegovina Multi-Country Office for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de Bosnie-Herzégovine bureau multipays du HCR pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Commission - Neighbourhood and Enlargement Negotiations + + + United States + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Banja Luka + + + UNHCR Field Unit + + + 44.768 17.186 + + + + + + + + Sarajevo + + + UNHCR Country Office + + + 43.859 18.41 + + + + + + + + Sarajevo + + + UNHCR Regional Office + + + 43.859 18.41 + + + + + + Protection + + + Early Recovery + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Local Integration and other Local Solutions + + + Status Determination + + + 16. Peace, justice and strong institutions + + + 10. Reduced inequalities + + + + + + + + + + 8706840 + + + + + 7979053 + + + + + 0 + + + + + + 82768 + + For 2025 + + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 83017.052 + + + + + 147935 + + For 2025 + + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 157713.22 + + + + + 339638 + + For 2024 + + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 340659.98 + + + + + 147935 + + For 2024 + + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 157713.22 + + + + + 388779 + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 389948.846 + + + + + 300000 + + United States + + + + 300000 + + + + + 171986 + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 183353.945 + + + + + 100000 + + United States + + + + 100000 + + + + + 100000 + + United States + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-BLR + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Belarus</narrative> + <narrative xml:lang="fr">L'opération du HCR au Bélarus</narrative> + + + This activity shows details of the UNHCR operation in Belarus for 2023 including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Bélarus pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + УВКБ ООН, Агентство ООН по делам беженцев, - всемирная организация, чьи усилия направлены на спасение жизней, защиту прав и создание лучшего будущего для беженцев, вынужденно перемещенных людей и лиц без гражданства. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + Protection + + + Early Recovery + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Access to Territory, Registration and Documentation + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + + + + + + + + 4546097 + + + + + 4325314 + + + + + 0 + + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + XM-DAC-41121-2023-EUR-CYP + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Cyprus</narrative> + <narrative xml:lang="fr">L'opération du HCR en Chypre</narrative> + + + This activity shows details of the UNHCR operation in Cyprus for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Chypre pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Nicosia + + + UNHCR Liaison Office + + + 35.169 33.37 + + + + + + Protection + + + Early Recovery + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Access to Territory, Registration and Documentation + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + + + + + + + + 3187063 + + + + + 3187064 + + + + + 0 + + + + + 0 + + + + + 0 + + + + + + 70000 + + United States + + + + 70000 + + + + + 30000 + + United States + + + + 30000 + + + + + 100000 + + United States + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-DEU + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Germany</narrative> + <narrative xml:lang="fr">L'opération du HCR en Allemagne</narrative> + + + This activity shows details of the UNHCR operation in Germany for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Allemagne pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Government of Germany + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Berlin + + + UNHCR Branch Office + + + 52.5112 13.405 + + + + + + + + Nuremberg + + + UNHCR Sub-Office + + + 49.4311 11.098 + + + + + + Protection + + + Early Recovery + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Resettlement and Complementary Pathways + + + Protection Policy and Law + + + 10. Reduced inequalities + + + + + + + + + + 2637114 + + + + + 0 + + + + + 2537075 + + + + + + 5798.57 + + Government of Germany + + + + 5798.57 + + + + + 500000 + + Germany - Federal Foreign Office + + + + 517063.082 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-ESP + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Spain</narrative> + <narrative xml:lang="es">Oficina de ACNUR en España</narrative> + <narrative xml:lang="fr">L'opération du HCR en Espagne</narrative> + + + This activity shows details of the UNHCR operation in Spain for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Espagne pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + El ACNUR, la Agencia de la ONU para los Refugiados, es una organización mundial dedicada a salvar las vidas, proteger los derechos y construir un futuro mejor para los refugiados, las comunidades desplazadas por la fuerza y las personas apátridas. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Spain - Ministry of Foreign Affairs and Cooperation + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Madrid + + + UNHCR National Office + + + 40.418 -3.706 + + + + + + Protection + + + Early Recovery + + + Child Protection + + + Gender Based Violence + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + 05. Gender equality + + + 16. Peace, justice and strong institutions + + + 10. Reduced inequalities + + + 17. Partnerships for the goals + + + + + + + + + + 6805992 + + + + + 6805996 + + + + + 0 + + + + + + 290850 + + Government of Spain + + + + 312406.015 + + + + + 181769.5 + + Spain - Ministry of Foreign Affairs and Cooperation + + + + 181769.5 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>ACNUR La Agencia de la ONU para los Refugiados</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-FRA + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in France</narrative> + <narrative xml:lang="fr">L'opération du HCR en France</narrative> + + + This activity shows details of the UNHCR operation in France for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en France pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + France - Ministry for Europe and Foreign Affairs + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Paris + + + UNHCR Country Office + + + 48.8699 2.297 + + + + + + Protection + + + Early Recovery + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Access to Territory, Registration and Documentation + + + Local Integration and other Local Solutions + + + Protection Policy and Law + + + 16. Peace, justice and strong institutions + + + 10. Reduced inequalities + + + + + + + + + + 4336800 + + + + + 0 + + + + + 4344986 + + + + + + 50000 + + France - Ministry for Europe and Foreign Affairs + + + + 54585.153 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>UNHCR L'Agence des Nations Unies pour les réfugiés</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-GBR + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in the United Kingdom of Great Britian and Northern Ireland</narrative> + <narrative xml:lang="fr">L'opération du HCR au Royaume-Uni de Grande-Bretagne et d'Irlande du Nord</narrative> + + + This activity shows details of the UNHCR operation in the United Kingdom of Great Britain and Northern Ireland for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Royaume-Uni de Grande-Bretagne et d'Irlande du Nord pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + UK - Home Office + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + London + + + UNHCR Country Office + + + 51.518 -0.108 + + + + + + Protection + + + Early Recovery + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + + + + + + + + 0 + + + + + 2974680 + + + + + 2900821 + + + + + 2950821 + + + + + + 250480.04 + + UK - Home Office + + + + 310000.05 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-GEO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Georgia</narrative> + <narrative xml:lang="fr">L'opération du HCR en Géorgie</narrative> + + + This activity shows details of the UNHCR operation in Georgia for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Géorgie pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Commission - Neighbourhood and Enlargement Negotiations + + + United States + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Gali + + + UNHCR Field Office + + + 42.6322 41.7403 + + + + + + + + Sukhumi + + + UNHCR Field Unit + + + 42.99 41.0452 + + + + + + + + Tbilisi + + + UNHCR Regional Office + + + 41.7258 44.7683 + + + + + + Protection + + + Emergency Shelter and NFI + + + Food Security + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Empowering Communities and Achieving Gender Equality + + + Access to Territory, Registration and Documentation + + + Self Reliance, Economic Inclusion and Livelihoods + + + Status Determination + + + Protection Policy and Law + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + 05. Gender equality + + + 01. No poverty + + + 08. Decent work and economic growth + + + 17. Partnerships for the goals + + + + + + + + + + 0 + + + + + 6884984 + + + + + 6679022 + + + + + + 82378.56 + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 92768.648 + + + + + 70000 + + United States + + + + 70000 + + + + + 30000 + + United States + + + + 30000 + + + + + 100000 + + United States + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-GRC + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Greece</narrative> + <narrative xml:lang="fr">L'opération du HCR en Grèce</narrative> + + + This activity shows details of the UNHCR operation in Greece for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Grèce pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Union + + + United States + + + Government of Switzerland + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Athens + + + UNHCR Country Office + + + 37.9812 23.7578 + + + + + + + + Athens (FO) + + + UNHCR Field Office + + + 37.9977 23.7813 + + + + + + + + Chios + + + UNHCR Field Office + + + 38.3699 26.1362 + + + + + + + + Evros-Orestiada + + + UNHCR Field Unit + + + 41.5033 26.5284 + + + + + + + + Katsikas + + + UNHCR Field Unit + + + 39.6719 20.8614 + + + + + + + + Kos + + + UNHCR Field Office + + + 36.892 27.2925 + + + + + + + + Leros + + + UNHCR Field Unit + + + 37.1375 26.8562 + + + + + + + + Lesvos + + + UNHCR Sub-Office + + + 39.1068 26.5569 + + + + + + + + Samos + + + UNHCR Field Office + + + 37.7519 26.9776 + + + + + + + + Thessaloniki + + + UNHCR Sub-Office + + + 40.6209 22.9525 + + + + + + Protection + + + Early Recovery + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Self Reliance, Economic Inclusion and Livelihoods + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + 05. Gender equality + + + 08. Decent work and economic growth + + + 17. Partnerships for the goals + + + + + + + + + + 46891414 + + + + + 0 + + + + + 48535139 + + + + + + 547697 + + Monthly contribution summary + + + Private donors + + + + 547697.43 + + + + + 31447 + + Monthly contribution summary + + + Private donors + + + + 31446.541 + + + + + 28064 + + Monthly contribution summary + + + Private donors + + + + 28063.666 + + + + + 1079 + + Monthly contribution summary + + + Private donors + + + + 1078.749 + + + + + 5000000 + + European Union + + + + 5458515.284 + + + + + 150000 + + Government of Switzerland + + + + 150451.354 + + + + + 100000 + + United States + + + + 100000 + + + + + 100000 + + United States + + + + 100000 + + + + + 100000 + + United States + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-HRV + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Croatia</narrative> + <narrative xml:lang="fr">L'opération du HCR en Croatie</narrative> + + + This activity shows details of the UNHCR operation in Croatia for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Croatie pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Knin + + + UNHCR Field Unit + + + 44.0389 16.194 + + + + + + + + Sisak + + + UNHCR Field Unit + + + 45.491 16.3734 + + + + + + + + Zagreb + + + UNHCR Country Office + + + 45.8029 16.0046 + + + + + + Protection + + + Early Recovery + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Local Integration and other Local Solutions + + + Protection Policy and Law + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + + + + + + + + 2344745 + + + + + 0 + + + + + 2344745 + + + + + + 70000 + + United States + + + + 70000 + + + + + 30000 + + United States + + + + 30000 + + + + + 100000 + + United States + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-HUNMCO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Hungary Multi-Country Office</narrative> + <narrative xml:lang="fr">Bureau multipays du HCR en Hongrie</narrative> + + + This activity shows details of the UNHCR Hungary Multi-Country Office for 2023 and future years including the budget, funding, expenditure and results. The Hungary Multi-Country Office coordinates activities in Hungary, the Czech Republic, the Republic of Moldova, the Slovak Republic and Slovenia. + Cette activité montre les détails de Hongrie bureau régional du HCR pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. Le bureau régional de Hongrie coordonne les activités en Hongrie, en République tchèque et couvre également la République de Moldova, la Slovénie et la Slovaquie. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Government of Czechia + + + Government of Hungary + + + United States + + + Ministry of Foreign Affairs of Japan + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Budapest + + + UNHCR Multi-Country Office + + + 47.5162 19.0185 + + + + + + + + Chisinau + + + UNHCR Country Office + + + 47.0176 28.824 + + + + + + + + Lendava + + + UNHCR Field Unit + + + 46.5667 16.45 + + + + + + + + Ljubljana + + + UNHCR National Office + + + 46.064 14.51 + + + + + + + + Minsk + + + UNHCR Country Office + + + 53.902 27.557 + + + + + + + + Praha + + + UNHCR Liaison Office + + + 50.0783 14.4048 + + + + + + + + Szeged + + + UNHCR Field Unit + + + 46.253 20.1414 + + + + + + Protection + + + Early Recovery + + + Child Protection + + + Gender Based Violence + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Access to Territory, Registration and Documentation + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + 05. Gender equality + + + 17. Partnerships for the goals + + + Ukraine Situation Regional Refugee Response Plan 2023 + + + + Ukraine Situation, Supplementary Appeal, 2023 + + + + + + + + + + + 42900001 + + + + + 48034905 + + + + + 55400001 + + + + + 0 + + + + + + 40055 + + Ukraine Regional Refugee Response Plan (RUKRN22) Monthly contribution summary + + + Private donors + + + + 40054.79 + + + + + 144650 + + Ukraine Regional Refugee Response Plan (RUKRN22) Monthly contribution summary + + + Private donors + + + + 144650.22 + + + + + 105664 + + Ukraine Regional Refugee Response Plan (RUKRN22) Monthly contribution summary + + + Private donors + + + + 105664.19 + + + + + 771425 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + Ministry of Foreign Affairs of Japan + + + + 771425 + + + + + 5400000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + United States + + + + 5400000 + + + + + 5400000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + United States + + + + 5400000 + + + + + 23707.77 + + Government of Czechia + + + + 23707.77 + + + + + 180000 + + Government of Hungary + + + + 180000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-ITAMCO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Italy Multi-Country Office</narrative> + <narrative xml:lang="fr">Bureau multipays du HCR en Italie</narrative> + + + This activity shows details of the UNHCR Italy Multi-country Office for 2023 and future years including the budget, funding, expenditure and results. The Italy Regional Office coordinates activities in Cyprus, Italy and Malta and also covers the Holy See and San Marino. + Cette activité montre les détails de Italie bureau multipays du HCR pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. Le bureau régional d'Italie coordonne les activités à Chypre, en Italie et à Malte et couvre également le Saint-Siège et Saint-Marin. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Union + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Madrid + + + UNHCR Country Office + + + 40.418 -3.706 + + + + + + + + Rome + + + UNHCR Multi-country Office + + + 41.893 12.5 + + + + + + Protection + + + Early Recovery + + + Child Protection + + + Gender Based Violence + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + 10. Reduced inequalities + + + 05. Gender equality + + + 16. Peace, justice and strong institutions + + + 17. Partnerships for the goals + + + + + + + + + + 0 + + + + + 22121911 + + + + + 22121911 + + + + + + 99610 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + Government of Italy + + + + 108982.495 + + + + + 834064 + + Monthly contribution summary + + + Private donors + + + + 834063.876 + + + + + 752677 + + Monthly contribution summary + + + Private donors + + + + 752677.006 + + + + + 33 + + Monthly contribution summary + + + Private donors + + + + 32.715 + + + + + 285983 + + Monthly contribution summary + + + Private donors + + + + 285982.814 + + + + + 270161 + + Monthly contribution summary + + + Private donors + + + + 270160.915 + + + + + 214 + + Monthly contribution summary + + + Private donors + + + + 214.133 + + + + + 1476 + + Monthly contribution summary + + + Private donors + + + + 1476.432 + + + + + 88582 + + For 2024 + + + Private donors + + + + 88582.08 + + + + + 36582 + + For 2024 + + + European Union + + + + 41195.946 + + + + + 34322.81 + + For 2024 + + + European Union + + + + 38651.813 + + + + + 60606 + + European Union + + + + 68250 + + + + + 36582 + + European Union + + + + 41195.946 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-KOS + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Kosovo (S/RES/1244 (1999))</narrative> + <narrative xml:lang="fr">L'opération du HCR au Kosovo (S/RES/1244 (1999))</narrative> + + + This activity shows details of the UNHCR operation in Kosovo (S/RES/1244 (1999)) for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Kosovo (S/RES/1244 (1999)) pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Commission - Neighbourhood and Enlargement Negotiations + + + United States + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Peć + + + UNHCR Field Unit + + + 42.6598 20.3071 + + + + + + + + Priština + + + UNHCR Chargé de Mission + + + 42.675 21.162 + + + + + + + + Zvečan + + + UNHCR Field Unit + + + 42.908 20.84 + + + + + + Protection + + + Early Recovery + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Voluntary Repatriation and Sustainable Reintegration + + + Local Integration and other Local Solutions + + + Status Determination + + + 16. Peace, justice and strong institutions + + + 10. Reduced inequalities + + + + + + + + + + 0 + + + + + 3359604 + + + + + 3359604 + + + + + + 79004 + + For 2025 + + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 84226.013 + + + + + 79004 + + For 2024 + + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 84226.013 + + + + + 78617 + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 83813.433 + + + + + 60000 + + United States + + + + 60000 + + + + + 40000 + + United States + + + + 40000 + + + + + 100000 + + United States + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-MDA + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Moldova</narrative> + <narrative xml:lang="fr">L'opération du HCR en Moldavie</narrative> + + + This activity shows details of the UNHCR operation in the Republic of Moldova for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Malaisie pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Norad - Norwegian Agency for Development Cooperation + + + United Nations Children's Fund (UNICEF) + + + Government of Switzerland + + + Government of Austria + + + AICS - Agenzia Italiana per la Cooperazione allo Sviluppo / Italian Agency for Cooperation and Development + + + Government of Iceland + + + European Commission - Humanitarian Aid & Civil Protection + + + Ministry of Foreign Affairs of Japan + + + United States + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + Protection + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Access to Territory, Registration and Documentation + + + Self Reliance, Economic Inclusion and Livelihoods + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 16. Peace, justice and strong institutions + + + 05. Gender equality + + + 01. No poverty + + + 10. Reduced inequalities + + + 08. Decent work and economic growth + + + 17. Partnerships for the goals + + + Ukraine Situation Regional Refugee Response Plan 2023 + + + + Ukraine Situation, Supplementary Appeal, 2023 + + + + + + + + + + + 115500000 + + + + + 85500000 + + + + + 102809724 + + + + + 0 + + + + + + 139629 + + Ukraine Regional Refugee Response Plan (RUKRN22) Monthly contribution summary + + + Private donors + + + + 139628.75 + + + + + 9106462 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + Ministry of Foreign Affairs of Japan + + + + 9106462 + + + + + 7992496 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + European Commission - Humanitarian Aid & Civil Protection + + + + 8265249.224 + + + + + 70000000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + Government of Iceland + + + + 513723.764 + + + + + 4695592 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + European Commission - Humanitarian Aid & Civil Protection + + + + 5027400.429 + + + + + 2969484 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + AICS - Agenzia Italiana per la Cooperazione allo Sviluppo / Italian Agency for Cooperation and Development + + + + 3186141.63 + + + + + 25000000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + Norad - Norwegian Agency for Development Cooperation + + + + 2347417.84 + + + + + 1500000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + Government of Austria + + + + 1651982.379 + + + + + 1050000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + Government of Switzerland + + + + 1195899.771 + + + + + 11600000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + United States + + + + 11600000 + + + + + 11500000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + United States + + + + 11500000 + + + + + 108822.95 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + United Nations Children's Fund (UNICEF) + + + + 108822.95 + + + + + 30516 + + For 2024 + + + AICS - Agenzia Italiana per la Cooperazione allo Sviluppo / Italian Agency for Cooperation and Development + + + + 32742.489 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + XM-DAC-41121-2023-EUR-MKD + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in North Macedonia</narrative> + <narrative xml:lang="fr">L'opération du HCR en Macédoine du Nord</narrative> + + + This activity shows details of the UNHCR operation in North Macedonia for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Macédoine du Nord pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Commission - Neighbourhood and Enlargement Negotiations + + + United States + + + Start-up Fund for Safe, Orderly and Regular Migration + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Gevgelija + + + UNHCR Field Unit + + + 41.14 22.5028 + + + + + + + + Skopje + + + UNHCR Country Office + + + 42 21.3872 + + + + + + Protection + + + Early Recovery + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Access to Territory, Registration and Documentation + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + 16. Peace, justice and strong institutions + + + 10. Reduced inequalities + + + + + + + + + + 0 + + + + + 3784070 + + + + + 3839515 + + + + + + 78014 + + For 2025 + + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 83170.576 + + + + + 78014 + + For 2024 + + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 83170.576 + + + + + 80600 + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 85927.505 + + + + + 60000 + + United States + + + + 60000 + + + + + 40000 + + United States + + + + 40000 + + + + + 34509 + + Start-up Fund for Safe, Orderly and Regular Migration + + + + 34509 + + + + + 100000 + + United States + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-MLT + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Malta</narrative> + <narrative xml:lang="fr">L'opération du HCR à Malte</narrative> + + + This activity shows details of the UNHCR operation in Malta for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR à Malte pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Valetta + + + UNHCR Chargé de Mission + + + 35.8997 14.5138 + + + + + + Protection + + + Food Security + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Empowering Communities and Achieving Gender Equality + + + Self Reliance, Economic Inclusion and Livelihoods + + + Status Determination + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + 08. Decent work and economic growth + + + 05. Gender equality + + + 17. Partnerships for the goals + + + + + + + + + + 2176395 + + + + + 0 + + + + + 2084729 + + + + + + 60000 + + United States + + + + 60000 + + + + + 40000 + + Government of Malta + + + + 42964.554 + + + + + 20000 + + United States + + + + 20000 + + + + + 20000 + + United States + + + + 20000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-MNE + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Montenegro</narrative> + <narrative xml:lang="fr">L'opération du HCR au Monténégro</narrative> + + + This activity shows details of the UNHCR operation in Montenegro for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Monténégro pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + European Commission - Neighbourhood and Enlargement Negotiations + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Podgorica + + + UNHCR Country Office + + + 42.45 19.269 + + + + + + Protection + + + Food Security + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Self Reliance, Economic Inclusion and Livelihoods + + + Status Determination + + + 16. Peace, justice and strong institutions + + + 08. Decent work and economic growth + + + + + + + + + + 0 + + + + + 2808988 + + + + + 2921934 + + + + + + 84288 + + For 2025 + + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 89859.276 + + + + + 84288 + + For 2024 + + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 89859.276 + + + + + 83584 + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 89108.742 + + + + + 60000 + + United States + + + + 60000 + + + + + 40000 + + United States + + + + 40000 + + + + + 100000 + + United States + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-OO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>Other UNHCR operations in Europe</narrative> + <narrative xml:lang="fr">Autres opérations du HCR en Europe</narrative> + + + This activity shows details of other UNHCR operations in Europe for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails d'autres opérations du HCR en Europe pour 2023 et les années à venir, y compris le budget, les financements et les dépenses. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Government of Austria + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Europe + + + + + Geneva + + + UNHCR Regional Bureau + + + 46.2204 6.1412 + + + + + + Protection + + + Early Recovery + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + 10. Reduced inequalities + + + Ukraine Situation, Supplementary Appeal, 2023 + + + + + + + + + + + 5400188 + + + + + 5300188 + + + + + 0 + + + + + 0 + + + + + 5300188 + + + + + 0 + + + + + + 57665.65 + + Government of Austria + + + + 62206.742 + + + + + 26784 + + Government of Austria + + + + 26784 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-POL + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Poland</narrative> + <narrative xml:lang="fr">L'opération du HCR en Pologne</narrative> + + + This activity shows details of the UNHCR operation in Poland for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Pologne pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Ministry of Foreign Affairs of Japan + + + Government of Poland + + + United States + + + AICS - Agenzia Italiana per la Cooperazione allo Sviluppo / Italian Agency for Cooperation and Development + + + United Nations Conflict-Related Sexual Violence Prevention MPTF + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Warsaw + + + UNHCR Liaison Office + + + 52.255 21.002 + + + + + + Protection + + + Early Recovery + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Access to Territory, Registration and Documentation + + + Self Reliance, Economic Inclusion and Livelihoods + + + Local Integration and other Local Solutions + + + Sexual and Gender-based Violence + + + Child Protection + + + Well-Being and Basic Needs + + + 05. Gender equality + + + 01. No poverty + + + 16. Peace, justice and strong institutions + + + 08. Decent work and economic growth + + + 10. Reduced inequalities + + + Ukraine Situation Regional Refugee Response Plan 2023 + + + + Ukraine Situation, Supplementary Appeal, 2023 + + + + + + + + + + + 85000000 + + + + + 67900000 + + + + + 0 + + + + + 102900000 + + + + + + 60383 + + Ukraine Regional Refugee Response Plan (RUKRN22) Monthly contribution summary + + + Private donors + + + + 60383.38 + + + + + 156707 + + Ukraine Regional Refugee Response Plan (RUKRN22) Monthly contribution summary + + + Private donors + + + + 156706.62 + + + + + 117701 + + Ukraine Regional Refugee Response Plan (RUKRN22) Monthly contribution summary + + + Private donors + + + + 117700.8 + + + + + 5250000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + Ministry of Foreign Affairs of Japan + + + + 5250000 + + + + + 3000000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + AICS - Agenzia Italiana per la Cooperazione allo Sviluppo / Italian Agency for Cooperation and Development + + + + 3218884.121 + + + + + 149945.52 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + United Nations Conflict-Related Sexual Violence Prevention MPTF + + + + 149945.52 + + + + + 10300000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + United States + + + + 10300000 + + + + + 10300000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + United States + + + + 10300000 + + + + + 43500 + + Government of Poland + + + + 43500 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-RA + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR regional activities in Europe</narrative> + <narrative xml:lang="fr">Activitiés régionales du HCR en Europe</narrative> + + + This activity shows details of the UNHCR Regional activities in Europe for 2023 and future years including the budget, funding and expenditure. + Cette activité montre les détails des activitiés régionales du HCR en Europe pour 2023 et les années à venir, y compris le budget, les financements et les dépenses. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Europe + + + + + Geneva (Regional Bureau for Europe) + + + UNHCR Headquarters + + + 46.2204 6.1412 + + + + + + Protection + + + Early Recovery + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + People and Culture + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Local Integration and other Local Solutions + + + Protection Policy and Law + + + Community Engagement and Women's Empowerment + + + 05. Gender equality + + + 16. Peace, justice and strong institutions + + + 10. Reduced inequalities + + + 17. Partnerships for the goals + + + + + + + + + + 14750000 + + + + + 23750000 + + + + + 20700000 + + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-RB + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Regional Bureau for Europe</narrative> + <narrative xml:lang="fr">Bureau regional du HCR pour l'Europe</narrative> + + + This activity shows details of the UNHCR Regional Bureau for Europe for 2023 and future years including budget, funding and expenditure. + Cette activité montre les détails du bureau regional du HCR pour l'Europe pour 2023 et les années à venir y compris le budget, les financements, et les dépenses. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Commission - Neighbourhood and Enlargement Negotiations + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Europe + + + + + Geneva + + + UNHCR Regional Bureau + + + 46.2204 6.1412 + + + + + + Protection + + + Early Recovery + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + People and Culture + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Local Integration and other Local Solutions + + + Protection Policy and Law + + + Community Engagement and Women's Empowerment + + + 05. Gender equality + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + 17. Partnerships for the goals + + + + + + + + + + 24830534 + + + + + 23430534 + + + + + 21472390 + + + + + + 65700 + + For 2025 + + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 70042.644 + + + + + 65700 + + For 2024 + + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 70042.644 + + + + + 10326 + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 11008.529 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Regional Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-ROU + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Romania</narrative> + <narrative xml:lang="fr">L'opération du HCR en Roumanie</narrative> + + + This activity shows details of the UNHCR operation in Romania for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Roumanie pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + Romania Ministry of Foreign Affairs + + + Ministry of Foreign Affairs of Japan + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Bucharest + + + UNHCR Country Office + + + 44.4031 25.9944 + + + + + + + + Timisoara + + + UNHCR Field Office + + + 45.7546 21.2278 + + + + + + Protection + + + Early Recovery + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Self Reliance, Economic Inclusion and Livelihoods + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + 08. Decent work and economic growth + + + 16. Peace, justice and strong institutions + + + 05. Gender equality + + + 10. Reduced inequalities + + + 17. Partnerships for the goals + + + Ukraine Situation, Supplementary Appeal, 2023 + + + + + + + + + + + 0 + + + + + 54253114 + + + + + 49500000 + + + + + 59500000 + + + + + + 24678 + + Ukraine Regional Refugee Response Plan (RUKRN22) Monthly contribution summary + + + Private donors + + + + 24677.85 + + + + + 129354 + + Ukraine Regional Refugee Response Plan (RUKRN22) Monthly contribution summary + + + Private donors + + + + 129354.3 + + + + + 5700000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + United States + + + + 5700000 + + + + + 5700000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + United States + + + + 5700000 + + + + + 4550000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + Ministry of Foreign Affairs of Japan + + + + 4550000 + + + + + 52280.5 + + Romania Ministry of Foreign Affairs + + + + 52280.5 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-RUS + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in the Russian Federation</narrative> + <narrative xml:lang="fr">L'opération du HCR en la Fédération de Russie</narrative> + <narrative xml:lang="ru">Программа УВКБ ООН в Российской Федерации</narrative> + + + This activity shows details of the UNHCR operation in the Russian Federation for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en la Fédération de Russie pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + УВКБ ООН, Агентство ООН по делам беженцев, - всемирная организация, чьи усилия направлены на спасение жизней, защиту прав и создание лучшего будущего для беженцев, вынужденно перемещенных людей и лиц без гражданства. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Moscow + + + UNHCR Country Office + + + 55.7565 37.6446 + + + + + + Protection + + + Food Security + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Securing Solutions + + + Self Reliance, Economic Inclusion and Livelihoods + + + Protection Policy and Law + + + 08. Decent work and economic growth + + + 10. Reduced inequalities + + + + + + + + + + 6962340 + + + + + 6207745 + + + + + 0 + + + + + 5407745 + + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Агентство ООН по делам беженцев</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-SRB + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Serbia</narrative> + <narrative xml:lang="fr">L'opération du HCR en Serbie</narrative> + + + This activity shows details of the UNHCR operation in Serbia for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Serbie pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Government of the Russian Federation + + + European Commission - Neighbourhood and Enlargement Negotiations + + + Government of the Serbia + + + United States + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Belgrade + + + UNHCR Country Office + + + 44.8174 20.4202 + + + + + + + + Preševo + + + UNHCR Field Unit + + + 42.3069 21.6827 + + + + + + Protection + + + Education + + + Child Protection + + + Material relief assistance and services + + + Education in emergencies + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Empowering Communities and Achieving Gender Equality + + + Access to Territory, Registration and Documentation + + + Education + + + Status Determination + + + Child Protection + + + Community Engagement and Women's Empowerment + + + 04. Quality education + + + 05. Gender equality + + + 16. Peace, justice and strong institutions + + + 17. Partnerships for the goals + + + + + + + + + + 9556008 + + + + + 9161005 + + + + + + 149477 + + For 2025 + + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 159357.143 + + + + + 85483 + + For 2024 + + + Start-up Fund for Safe, Orderly and Regular Migration + + + + 85483 + + + + + 149477 + + For 2024 + + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 159357.143 + + + + + 49738 + + Government of the Serbia + + + + 49738 + + + + + 400000 + + United States + + + + 400000 + + + + + 200000 + + United States + + + + 200000 + + + + + 199462 + + Start-up Fund for Safe, Orderly and Regular Migration + + + + 199462 + + + + + 153755 + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 163917.91 + + + + + 100000 + + United States + + + + 100000 + + + + + 100000 + + Government of the Russian Federation + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-SWEMCO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Sweden Multi-Country Office</narrative> + <narrative xml:lang="fr">Bureau multipays du HCR en Suède</narrative> + + + This activity shows details of the UNHCR Sweden Multi-Country Office for 2023 and future years including the budget, funding, expenditure and results. The Sweden Multi-Country Office coordinates activities in Denmark, Lithuania and Sweden and also covers Estonia, Finland, Iceland, Latvia and Norway. + Cette activité montre les détails de Suède bureau multipays du HCR pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. Le bureau multipays de Suède coordonne les activités au Danemark, en Lituanie et en Suède et couvre également l'Estonie, la Finlande, l'Islande, la Lettonie et la Norvège. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + Government of the Russian Federation + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Stockholm + + + UNHCR Multi-country Office + + + 59.331 18.067 + + + + + + + + Vilnius + + + UNHCR Field Unit + + + 54.6671 25.3465 + + + + + + Protection + + + Early Recovery + + + Child Protection + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Resettlement and Complementary Pathways + + + Protection Policy and Law + + + Child Protection + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + Ukraine Situation, Supplementary Appeal, 2023 + + + + + + + + + + + 0 + + + + + 9045938 + + + + + 14022954 + + + + + 14045938 + + + + + 0 + + + + + + 1200000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + United States + + + + 1200000 + + + + + 1000000 + + Ukraine Regional Refugee Response Plan (RUKRN22) + + + United States + + + + 1000000 + + + + + 100000 + + Government of the Russian Federation + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-TUR + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Türkiye</narrative> + <narrative xml:lang="fr">L'opération du HCR en Turquie</narrative> + + + This activity shows details of the UNHCR operation in Türkiye for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Turquie pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Government of Türkiye + + + United States + + + Ministry of Foreign Affairs, Denmark + + + United Nations Central Emergency Response Fund (CERF) + + + Ministry of Foreign Affairs of Japan + + + Republic of Korea + + + Germany - Federal Foreign Office + + + Government of Denmark + + + European Commission - Humanitarian Aid & Civil Protection + + + Government of Qatar + + + France - Ministry for Europe and Foreign Affairs + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + UK - Foreign, Commonwealth and Development Office + + + European Commission - Neighbourhood and Enlargement Negotiations + + + Government of the United Arab Emirates + + + Norad - Norwegian Agency for Development Cooperation + + + Government of Kuwait + + + Hashemite Kingdom of Jordan + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Ankara + + + UNHCR Country Office + + + 39.93 32.851 + + + + + + + + Gaziantep + + + UNHCR Sub-Office + + + 37.0688 37.3896 + + + + + + + + Hatay + + + UNHCR Field Unit + + + 36.2002 36.1762 + + + + + + + + Istanbul + + + UNHCR Field Office + + + 41.0332 28.9854 + + + + + + + + Izmir + + + UNHCR Field Unit + + + 38.4583 27.207 + + + + + + + + Sanliurfa + + + UNHCR Field Unit + + + 37.1524 38.796 + + + + + + + + Van + + + UNHCR Field Office + + + 38.5 43.4 + + + + + + Protection + + + Early Recovery + + + Education + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Material relief assistance and services + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + 04. Quality education + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + 05. Gender equality + + + 08. Decent work and economic growth + + + 17. Partnerships for the goals + + + Syria and Türkiye Earthquake Emergency Supplementary Appeal + + + + Türkiye: Earthquake + + + + Türkiye Earthquake Flash Appeal 2023 + + + + + + + + + + + 0 + + + + + 498500000 + + + + + 348500000 + + + + + 329279287 + + + + + + 599679 + + Monthly contribution summary + + + Private donors + + + + 599678.76 + + + + + 511310 + + Monthly contribution summary + + + Private donors + + + + 511309.92 + + + + + 3980 + + Monthly contribution summary + + + Private donors + + + + 3979.613 + + + + + 37736 + + Monthly contribution summary + + + Private donors + + + + 37735.849 + + + + + 351156 + + Monthly contribution summary + + + Private donors + + + + 351156.039 + + + + + 27688 + + Monthly contribution summary + + + Private donors + + + + 27688.45 + + + + + 27334 + + Monthly contribution summary + + + Private donors + + + + 27333.876 + + + + + 246400 + + Monthly contribution summary + + + Private donors + + + + 246400 + + + + + 2287880 + + Monthly contribution summary + + + Private donors + + + + 2287880.18 + + + + + 207693 + + Monthly contribution summary + + + Private donors + + + + 207693.053 + + + + + 1759287 + + Monthly contribution summary + + + Private donors + + + + 1759287.38 + + + + + 146536 + + Monthly contribution summary + + + Private donors + + + + 146535.511 + + + + + 26653 + + For 2024 + + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 32424.574 + + + + + 1350000 + + For 2024 + + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 1520270.27 + + + + + 789238 + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 960143.553 + + + + + 9600000 + + United States + + + + 9600000 + + + + + 925925 + + Ministry of Foreign Affairs of Japan + + + + 925925 + + + + + 9000000 + + Government of Kuwait + + + + 9000000 + + + + + 800000 + + United States + + + + 800000 + + + + + 7900000 + + United States + + + + 7900000 + + + + + 5994372 + + European Commission - Humanitarian Aid & Civil Protection + + + + 6565577.218 + + + + + 579000 + + Government of Qatar + + + + 579000 + + + + + 500000 + + Republic of Korea + + + + 500000 + + + + + 4124842 + + European Commission - Humanitarian Aid & Civil Protection + + + + 4796327.907 + + + + + 5000000 + + Norad - Norwegian Agency for Development Cooperation + + + + 467551.898 + + + + + 429835 + + United States + + + + 429835 + + + + + 400000 + + United States + + + + 400000 + + + + + 3500000 + + France - Ministry for Europe and Foreign Affairs + + + + 3820960.698 + + + + + 32600000.38 + + Germany - Federal Foreign Office + + + + 35903084.119 + + + + + 3335000.04 + + Germany - Federal Foreign Office + + + + 3325024.965 + + + + + 2700000 + + United States + + + + 2700000 + + + + + 2526797 + + Government of Türkiye + + + + 2526797 + + + + + 25000000 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 2400614.558 + + + + + 2300000 + + United Nations Central Emergency Response Fund (CERF) + + + + 2300000 + + + + + 22500000 + + United States + + + + 22500000 + + + + + 2000070 + + Government of Austria + + + + 2125472.902 + + + + + 20000000 + + Norad - Norwegian Agency for Development Cooperation + + + + 1978630.788 + + + + + 14000000 + + Ministry of Foreign Affairs, Denmark + + + + 1964912.281 + + + + + 20000000 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 1932927.418 + + + + + 1667499.86 + + Germany - Federal Foreign Office + + + + 1912270.482 + + + + + 1638462 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1694376.422 + + + + + 11000000 + + Ministry of Foreign Affairs, Denmark + + + + 1612194.05 + + + + + 1350000 + + European Commission - Neighbourhood and Enlargement Negotiations + + + + 1520270.27 + + + + + 14600000 + + United States + + + + 14600000 + + + + + 141000 + + Government of the United Arab Emirates + + + + 141000 + + + + + 11988744 + + European Commission - Humanitarian Aid & Civil Protection + + + + 12659708.554 + + + + + 1000000 + + UK - Foreign, Commonwealth and Development Office + + + + 1210653.753 + + + + + 1100000 + + United States + + + + 1100000 + + + + + 110000 + + Government of Denmark + + + + 110000 + + + + + 110000 + + Hashemite Kingdom of Jordan + + + + 110000 + + + + + 1000000 + + Republic of Korea + + + + 1000000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-EUR-UKR + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Ukraine</narrative> + <narrative xml:lang="fr">L'opération du HCR en Ukraine</narrative> + + + This activity shows details of the UNHCR operation in Ukraine for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Ukraine pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Government of Iceland + + + European Commission - Humanitarian Aid & Civil Protection + + + OCHA Country Based Pooled Funds + + + Republic of Korea + + + United States + + + Government of Slovakia + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + Government of Spain + + + Norad - Norwegian Agency for Development Cooperation + + + Ministry of Foreign Affairs of Japan + + + France - Ministry for Europe and Foreign Affairs + + + Government of Austria + + + Government of Spain + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + Luxembourg Aid & Development + + + Government of the Faroe Islands + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Donetsk + + + Global Hub / Service Center + + + 48.0401 37.7371 + + + + + + + + Kharkiv + + + UNHCR Field Unit + + + 49.9935 36.2304 + + + + + + + + Kyiv + + + UNHCR Country Office + + + 50.441 30.52 + + + + + + + + Luhansk + + + Global Hub / Service Center + + + 48.6333 39.25 + + + + + + + + Mariupol + + + UNHCR Field Office + + + 47.0971 37.5434 + + + + + + + + Sievierodonetsk + + + UNHCR Field Office + + + 48.9421 38.4978 + + + + + + + + Sloviansk + + + UNHCR Sub-Office + + + 48.739 37.585 + + + + + + Protection + + + Early Recovery + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 10. Reduced inequalities + + + 11. Sustainable cities and communities + + + 05. Gender equality + + + 01. No poverty + + + 16. Peace, justice and strong institutions + + + 17. Partnerships for the goals + + + Ukraine Humanitarian Response Plan 2023 + + + + Ukraine Situation, Supplementary Appeal, 2023 + + + + + + + + + + + 602500001 + + + + + 452500001 + + + + + 598939098 + + + + + + 776442 + + Ukraine Flash Appeal (FUKR22) Monthly contribution summary + + + Private donors + + + + 776441.69 + + + + + 708714 + + Ukraine Flash Appeal (FUKR22) Monthly contribution summary + + + Private donors + + + + 708714.223 + + + + + 501100 + + Ukraine Flash Appeal (FUKR22) Monthly contribution summary + + + Private donors + + + + 501100.009 + + + + + 482500 + + Ukraine Flash Appeal (FUKR22) Monthly contribution summary + + + Private donors + + + + 482500 + + + + + 2263902 + + Ukraine Flash Appeal (FUKR22) Monthly contribution summary + + + Private donors + + + + 2263902.46 + + + + + 2000000 + + Ukraine Flash Appeal (FUKR22) Monthly contribution summary + + + Private donors + + + + 2000000 + + + + + 158780 + + Ukraine Flash Appeal (FUKR22) Monthly contribution summary + + + Private donors + + + + 158780.04 + + + + + 7000000 + + Ukraine Flash Appeal (FUKR22) + + + Government of the Faroe Islands + + + + 996583.144 + + + + + 110000000 + + Ukraine Flash Appeal (FUKR22) + + + Government of Iceland + + + + 807280.2 + + + + + 7000000 + + Ukraine Flash Appeal (FUKR22) + + + France - Ministry for Europe and Foreign Affairs + + + + 7641921.398 + + + + + 700000 + + Ukraine Flash Appeal (FUKR22) + + + Ministry of Foreign Affairs of Japan + + + + 700000 + + + + + 60300000 + + Ukraine Flash Appeal (FUKR22) + + + United States + + + + 60300000 + + + + + 60200000 + + Ukraine Flash Appeal (FUKR22) + + + United States + + + + 60200000 + + + + + 50000000 + + Ukraine Flash Appeal (FUKR22) + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 5845218.611 + + + + + 50000 + + Ukraine Flash Appeal (FUKR22) + + + Government of Spain + + + + 55432.373 + + + + + 4995310 + + Ukraine Flash Appeal (FUKR22) + + + European Commission - Humanitarian Aid & Civil Protection + + + + 5538037.694 + + + + + 499999.46 + + Ukraine Flash Appeal (FUKR22) + + + OCHA Country Based Pooled Funds + + + + 499999.46 + + + + + 4500000 + + Ukraine Flash Appeal (FUKR22) + + + Government of Austria + + + + 4955947.137 + + + + + 4203462.8 + + Ukraine Flash Appeal (FUKR22) + + + OCHA Country Based Pooled Funds + + + + 4203462.8 + + + + + 3960225.18 + + Ukraine Flash Appeal (FUKR22) + + + OCHA Country Based Pooled Funds + + + + 3960225.18 + + + + + 300000 + + Ukraine Flash Appeal (FUKR22) + + + Luxembourg Aid & Development + + + + 349650.349 + + + + + 33300 + + Ukraine Flash Appeal (FUKR22) + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 33300 + + + + + 25000000 + + Ukraine Flash Appeal (FUKR22) + + + Norad - Norwegian Agency for Development Cooperation + + + + 2347417.84 + + + + + 20480770 + + Ukraine Flash Appeal (FUKR22) + + + European Commission - Humanitarian Aid & Civil Protection + + + + 21179700.103 + + + + + 20764389 + + Ukraine Flash Appeal (FUKR22) + + + Ministry of Foreign Affairs of Japan + + + + 20764389 + + + + + 20000000 + + Ukraine Flash Appeal (FUKR22) + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 1920491.645 + + + + + 1349685 + + Ukraine Flash Appeal (FUKR22) + + + Ministry of Foreign Affairs of Japan + + + + 1349685 + + + + + 1000000 + + Ukraine Flash Appeal (FUKR22) + + + Government of Spain + + + + 1108647.45 + + + + + 100000 + + Ukraine Flash Appeal (FUKR22) + + + Government of Slovakia + + + + 107296.137 + + + + + 9990620 + + Ukraine Flash Appeal (FUKR22) + + + European Commission - Humanitarian Aid & Civil Protection + + + + 10696595.289 + + + + + 1000000 + + Ukraine Flash Appeal (FUKR22) + + + Republic of Korea + + + + 1000000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-GLOBALPROG + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Global Programmes</narrative> + <narrative xml:lang="fr">Les programmes globaux du HCR</narrative> + + + This activity shows details of UNHCR Global Programmes for 2023 and future years including the budget, funding and expenditure. + Cette activité montre les détails des programmes globaux du HCR pour 2023 et les années à venir, y compris le budget, les financements et les dépenses. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Government of Canada + + + Complex Risk Analytics Fund (CRAF'D) + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + France - Ministry for Europe and Foreign Affairs + + + UK - Foreign, Commonwealth and Development Office + + + Germany - Federal Foreign Office + + + European Commission - Humanitarian Aid & Civil Protection + + + Government of the United Arab Emirates + + + UK - Home Office + + + European Commission - International Partnerships + + + Government of Canada + + + Netherlands - Ministry of Foreign Affairs + + + Government of Sweden + + + Luxembourg Aid & Development + + + Ireland - Department of Foreign Affairs and Trade + + + Republic of Korea + + + Government of Monaco + + + Government of Germany + + + Government of the Netherlands + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + United States + + + Germany - Ministry for Economic Cooperation and Development + + + Ministry of Foreign Affairs, Denmark + + + Government of Austria + + + Norad - Norwegian Agency for Development Cooperation + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + Government of China + + + Japan International Cooperation Agency (JICA) + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Global + + + + + Copenhagen + + + UNHCR Headquarters + + + 55.6761 12.5683 + + + + + + + + Geneva (Liaison unit) + + + UNHCR Liaison Office + + + 46.2204 6.1412 + + + + + + + + HQ Geneva + + + UNHCR Headquarters + + + 46.2204 6.1412 + + + + + + + + UNHCR Global Service Centre + + + Global Hub / Service Center + + + 47.5201 19.055 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + People and Culture + + + External Engagement and Resource Mobilization + + + Leadership and Governance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 10. Reduced inequalities + + + 11. Sustainable cities and communities + + + 08. Decent work and economic growth + + + 01. No poverty + + + 06. Clean water and sanitation + + + 04. Quality education + + + 05. Gender equality + + + 03. Good health and well-being + + + 16. Peace, justice and strong institutions + + + 17. Partnerships for the goals + + + + + + + + + + 0 + + + + + 0 + + + + + 406495457 + + + + + 536117031 + + + + + 542114898 + + + + + + 97826 + + Monthly contribution summary + + + Private donors + + + + 97826.247 + + + + + 90000 + + Monthly contribution summary + + + Private donors + + + + 90000 + + + + + 89388 + + Monthly contribution summary + + + Private donors + + + + 89387.882 + + + + + 860037 + + Monthly contribution summary + + + Private donors + + + + 860037.175 + + + + + 6806 + + Monthly contribution summary + + + Private donors + + + + 6805.608 + + + + + 58605 + + Monthly contribution summary + + + Private donors + + + + 58604.989 + + + + + 56934 + + Monthly contribution summary + + + Private donors + + + + 56933.858 + + + + + 567354 + + Monthly contribution summary + + + Private donors + + + + 567354.369 + + + + + 51120 + + Monthly contribution summary + + + Private donors + + + + 51120 + + + + + 46293 + + Monthly contribution summary + + + Private donors + + + + 46293.245 + + + + + 44384 + + Monthly contribution summary + + + Private donors + + + + 44384 + + + + + 36950 + + Monthly contribution summary + + + Private donors + + + + 36950.003 + + + + + 3333821 + + Monthly contribution summary + + + Private donors + + + + 3333820.61 + + + + + 32095 + + Monthly contribution summary + + + Private donors + + + + 32095.317 + + + + + 280399 + + Monthly contribution summary + + + Private donors + + + + 280399.043 + + + + + 2686807 + + Monthly contribution summary + + + Private donors + + + + 2686807.153 + + + + + 265262 + + Monthly contribution summary + + + Private donors + + + + 265262 + + + + + 26482 + + Monthly contribution summary + + + Private donors + + + + 26482.006 + + + + + 250000 + + Monthly contribution summary + + + Private donors + + + + 250000 + + + + + 238651 + + Monthly contribution summary + + + Private donors + + + + 238651.219 + + + + + 237493 + + Monthly contribution summary + + + Private donors + + + + 237492.718 + + + + + 235780 + + Monthly contribution summary + + + Private donors + + + + 235780 + + + + + 23004 + + Monthly contribution summary + + + Private donors + + + + 23003.957 + + + + + 227015 + + Monthly contribution summary + + + Private donors + + + + 227014.756 + + + + + 22231 + + Monthly contribution summary + + + Private donors + + + + 22230.642 + + + + + 200803 + + Monthly contribution summary + + + Private donors + + + + 200803.213 + + + + + 181412 + + Monthly contribution summary + + + Private donors + + + + 181412.1 + + + + + 1708768 + + Monthly contribution summary + + + Private donors + + + + 1708768.265 + + + + + 156567 + + Monthly contribution summary + + + Private donors + + + + 156566.916 + + + + + 127800 + + Monthly contribution summary + + + Private donors + + + + 127799.99 + + + + + 1215262 + + Monthly contribution summary + + + Private donors + + + + 1215261.542 + + + + + 116784 + + Monthly contribution summary + + + Private donors + + + + 116783.944 + + + + + 1157984 + + Monthly contribution summary + + + Private donors + + + + 1157983.6 + + + + + 100000 + + Monthly contribution summary + + + Private donors + + + + 100000 + + + + + 1065058 + + For 2026 + + + Private donors + + + + 1065058.27 + + + + + 800000 + + For 2025 + + + Luxembourg Aid & Development + + + + 932400.933 + + + + + 700000 + + For 2025 + + + Luxembourg Aid & Development + + + + 765864.332 + + + + + 51120 + + For 2025 + + + Private donors + + + + 51120 + + + + + 630757 + + For 2025 + + + Government of Canada + + + + 496659.054 + + + + + 4723 + + For 2025 + + + Private donors + + + + 4722.838 + + + + + 44384 + + For 2025 + + + Private donors + + + + 44384 + + + + + 34080 + + For 2025 + + + Private donors + + + + 34080 + + + + + 30000 + + For 2025 + + + Private donors + + + + 30000 + + + + + 227015 + + For 2025 + + + Private donors + + + + 227014.756 + + + + + 200803 + + For 2025 + + + Private donors + + + + 200803.213 + + + + + 14943648 + + For 2025 + + + Private donors + + + + 14943648 + + + + + 135787.5 + + For 2025 + + + Complex Risk Analytics Fund (CRAF'D) + + + + 135787.5 + + + + + 119324 + + For 2025 + + + Private donors + + + + 119324.39 + + + + + 1065058 + + For 2025 + + + Private donors + + + + 1065058.27 + + + + + 800000 + + For 2024 + + + Luxembourg Aid & Development + + + + 932400.933 + + + + + 85272 + + For 2024 + + + Private donors + + + + 85271.69 + + + + + 81792.2 + + For 2024 + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 85200.208 + + + + + 81860 + + For 2024 + + + Private donors + + + + 81860.158 + + + + + 7821825 + + For 2024 + + + Private donors + + + + 7821825 + + + + + 700000 + + For 2024 + + + Luxembourg Aid & Development + + + + 765864.332 + + + + + 51120 + + For 2024 + + + Private donors + + + + 51120 + + + + + 4723 + + For 2024 + + + Private donors + + + + 4722.838 + + + + + 44384 + + For 2024 + + + Private donors + + + + 44384 + + + + + 42600 + + For 2024 + + + Private donors + + + + 42600 + + + + + 378087 + + For 2024 + + + European Commission - Humanitarian Aid & Civil Protection + + + + 415937.294 + + + + + 339069 + + For 2024 + + + Germany - Ministry for Economic Cooperation and Development + + + + 399374.558 + + + + + 394660 + + For 2024 + + + Private donors + + + + 394660 + + + + + 330737 + + For 2024 + + + European Commission - Humanitarian Aid & Civil Protection + + + + 361066.594 + + + + + 34080 + + For 2024 + + + Private donors + + + + 34080 + + + + + 339842 + + For 2024 + + + Private donors + + + + 339841.5 + + + + + 29788 + + For 2024 + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 29788 + + + + + 275448.65 + + For 2024 + + + Complex Risk Analytics Fund (CRAF'D) + + + + 275448.65 + + + + + 238651 + + For 2024 + + + Private donors + + + + 238651.219 + + + + + 237492 + + For 2024 + + + Private donors + + + + 237491.506 + + + + + 227015 + + For 2024 + + + Private donors + + + + 227014.756 + + + + + 200000 + + For 2024 + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 223463.687 + + + + + 2820242 + + For 2024 + + + Government of Canada + + + + 2220662.992 + + + + + 21668 + + For 2024 + + + Private donors + + + + 21668.124 + + + + + 207845 + + For 2024 + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 207845 + + + + + 200803 + + For 2024 + + + Private donors + + + + 200803.213 + + + + + 1610000 + + For 2024 + + + Germany - Federal Foreign Office + + + + 1605184.447 + + + + + 159750 + + For 2024 + + + Private donors + + + + 159750.023 + + + + + 1273827 + + For 2024 + + + Private donors + + + + 1273826.537 + + + + + 800000 + + Luxembourg Aid & Development + + + + 932400.933 + + + + + 88834.85 + + Complex Risk Analytics Fund (CRAF'D) + + + + 88834.85 + + + + + 8800000 + + United States + + + + 8800000 + + + + + 84000 + + Government of Canada + + + + 84000 + + + + + 814500 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 814500 + + + + + 985433 + + Government of Canada + + + + 782710.882 + + + + + 740000 + + United States + + + + 740000 + + + + + 658191 + + European Commission - Humanitarian Aid & Civil Protection + + + + 718549.127 + + + + + 670000 + + United States + + + + 670000 + + + + + 58309.41 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 58309.41 + + + + + 567511 + + Netherlands - Ministry of Foreign Affairs + + + + 567511 + + + + + 56306.53 + + Netherlands - Ministry of Foreign Affairs + + + + 56306.53 + + + + + 4629902 + + Germany - Ministry for Economic Cooperation and Development + + + + 5309520.642 + + + + + 52388 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 52388 + + + + + 496500 + + UK - Foreign, Commonwealth and Development Office + + + + 496500 + + + + + 494500 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 494500 + + + + + 5000000 + + Norad - Norwegian Agency for Development Cooperation + + + + 491497.1 + + + + + 4577395 + + Norad - Norwegian Agency for Development Cooperation + + + + 485562.215 + + + + + 4850000 + + United States + + + + 4850000 + + + + + 4167725.29 + + Norad - Norwegian Agency for Development Cooperation + + + + 476911.007 + + + + + 405838 + + European Commission - Humanitarian Aid & Civil Protection + + + + 446466.447 + + + + + 4366500 + + United States + + + + 4366500 + + + + + 366466 + + Germany - Ministry for Economic Cooperation and Development + + + + 431644.287 + + + + + 387361 + + Government of China + + + + 387361 + + + + + 37721.95 + + Japan International Cooperation Agency (JICA) + + + + 37721.95 + + + + + 363000 + + Ireland - Department of Foreign Affairs and Trade + + + + 363000 + + + + + 23763941.75 + + Ministry of Foreign Affairs, Denmark + + + + 3600051.772 + + + + + 26094.34 + + UK - Home Office + + + + 32294.975 + + + + + 300000 + + Luxembourg Aid & Development + + + + 318809.777 + + + + + 30000 + + Government of Monaco + + + + 31023.784 + + + + + 300000 + + United States + + + + 300000 + + + + + 262917 + + European Commission - International Partnerships + + + + 294419.933 + + + + + 250000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 287686.997 + + + + + 282706 + + Republic of Korea + + + + 282706 + + + + + 250000 + + Luxembourg Aid & Development + + + + 273522.976 + + + + + 25230000 + + United States + + + + 25230000 + + + + + 225632 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 225632 + + + + + 171512 + + European Commission - Humanitarian Aid & Civil Protection + + + + 204668.258 + + + + + 2016 + + Government of Austria + + + + 2016 + + + + + 180000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 201117.318 + + + + + 2000000 + + United States + + + + 2000000 + + + + + 17106.38 + + Government of Monaco + + + + 17106.38 + + + + + 170000 + + United States + + + + 170000 + + + + + 1610000 + + Germany - Federal Foreign Office + + + + 1605184.447 + + + + + 148207.8 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 154383.125 + + + + + 1826199 + + Government of Canada + + + + 1437951.969 + + + + + 142500 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 142500 + + + + + 1421972.28 + + Government of the United Arab Emirates + + + + 1421972.28 + + + + + 1413255 + + Government of the Netherlands + + + + 1413255 + + + + + 132328.61 + + European Commission - Humanitarian Aid & Civil Protection + + + + 138130.073 + + + + + 1339900 + + Netherlands - Ministry of Foreign Affairs + + + + 1339900 + + + + + 12257000 + + Germany - Federal Foreign Office + + + + 12675284.385 + + + + + 1262025 + + United States + + + + 1262025 + + + + + 1244500 + + Government of Sweden + + + + 1244500 + + + + + 100567.87 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 111866.373 + + + + + 1000000 + + France - Ministry for Europe and Foreign Affairs + + + + 1091703.057 + + + + + 100000 + + European Commission - Humanitarian Aid & Civil Protection + + + + 107526.882 + + + + + 101500 + + Government of Germany + + + + 101500 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Innovation Service</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-HQ + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Headquarters</narrative> + <narrative xml:lang="fr">Le siège du HCR</narrative> + + + This activity shows details of UNHCR Headquarters for 2023 and future years including the budget, funding and expenditure. + Cette activité montre les détails au siège du HCR pour 2023 et les année à venir, y compris le budget, les financements et les dépenses. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations + + + Ministry of Foreign Affairs, Denmark + + + Government of Hungary + + + Netherlands - Ministry of Foreign Affairs + + + Luxembourg Aid & Development + + + European Union + + + Government of the Netherlands + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + Government of Switzerland + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Global + + + + + Budapest + + + Global Hub / Service Center + + + 47.5201 19.055 + + + + + + + + Copenhagen + + + Global Hub / Service Center + + + 55.6761 12.5683 + + + + + + + + Geneva (Liaison unit) + + + UNHCR Liaison Office + + + 46.2204 6.1412 + + + + + + + + HQ Geneva + + + UNHCR Headquarters + + + 46.2204 6.1412 + + + + + + Early Recovery + + + Education + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + People and Culture + + + External Engagement and Resource Mobilization + + + Leadership and Governance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 03. Good health and well-being + + + 04. Quality education + + + 08. Decent work and economic growth + + + 01. No poverty + + + 05. Gender equality + + + 06. Clean water and sanitation + + + 11. Sustainable cities and communities + + + 10. Reduced inequalities + + + 17. Partnerships for the goals + + + + + + + + + + 0 + + + + + 251894161 + + + + + 246649705 + + + + + 249657842 + + + + + + 42212300 + + United Nations Regular Budget + + + United Nations + + + 42212300 + + + + + 2421600 + + United Nations Regular Budget + + + United Nations + + + 2421600 + + + + + 68000 + + Monthly contribution summary + + + Private donors + + + + 68000 + + + + + 60705 + + Monthly contribution summary + + + Private donors + + + + 60705 + + + + + 300000 + + For 2025 + + + Luxembourg Aid & Development + + + + 349650.349 + + + + + 300000 + + For 2024 + + + Luxembourg Aid & Development + + + + 349650.349 + + + + + 246585 + + For 2024 + + + Germany - Federal Foreign Office + + + + 255000 + + + + + 242734 + + For 2024 + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 242734 + + + + + 19227 + + For 2024 + + + European Union + + + + 22487.719 + + + + + 200000 + + For 2024 + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 203873.598 + + + + + 87134 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 87134 + + + + + 658541 + + Government of the Netherlands + + + + 658541 + + + + + 375532 + + Netherlands - Ministry of Foreign Affairs + + + + 375532 + + + + + 300000 + + Luxembourg Aid & Development + + + + 349650.35 + + + + + 2469824 + + Government of Hungary + + + + 2469824 + + + + + 229701 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 229701 + + + + + 203415 + + Germany - Federal Foreign Office + + + + 210356.773 + + + + + 200000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 203873.598 + + + + + 1946229.5 + + Government of Switzerland + + + + 1946229.5 + + + + + 146746 + + European Union + + + + 171632.749 + + + + + 159750 + + Netherlands - Ministry of Foreign Affairs + + + + 159750 + + + + + 1555674.52 + + Ministry of Foreign Affairs, Denmark + + + + 1555674.52 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-JPO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Junior Professional Officers Scheme</narrative> + <narrative xml:lang="fr">Projet des Jeunes Experts Associés du HCR</narrative> + + + This activity shows details of the UNHCR Junior Professional Officers Scheme for 2023 and future years including the budget, funding and expenditure. + Cette activité montre les détails du projet des Jeunes Experts Associés du HCR pour 2023 et les années à venir, y compris le budget, les financements et les dépenses. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Norad - Norwegian Agency for Development Cooperation + + + United States + + + Belgian Development Cooperation + + + Government of Italy + + + Finland - Ministry of Foreign Affairs + + + Ministry of Foreign Affairs, Denmark + + + Government of Iceland + + + Germany - Ministry for Economic Cooperation and Development + + + Ministry of Foreign Affairs of Japan + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + Government of China + + + Netherlands - Ministry of Foreign Affairs + + + France - Ministry for Europe and Foreign Affairs + + + Republic of Korea + + + Bailiwick of Jersey + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + Luxembourg Aid & Development + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Global + + + + + HQ Geneva + + + UNHCR Headquarters + + + 46.2204 6.1412 + + + + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + + + + + + + + 12000000 + + + + + 0 + + + + + 12000000 + + + + + + 95812 + + For 2024 + + + Government of China + + + + 95812 + + + + + 90439 + + For 2024 + + + Luxembourg Aid & Development + + + + 90439 + + + + + 85217.15 + + For 2024 + + + Ministry of Foreign Affairs of Japan + + + + 85217.15 + + + + + 7839 + + For 2024 + + + Norad - Norwegian Agency for Development Cooperation + + + + 7839 + + + + + 71963.66 + + For 2024 + + + Ministry of Foreign Affairs of Japan + + + + 71963.66 + + + + + 6908 + + For 2024 + + + Republic of Korea + + + + 6908 + + + + + 58656.95 + + For 2024 + + + Ministry of Foreign Affairs of Japan + + + + 58656.95 + + + + + 55726.62 + + For 2024 + + + Ministry of Foreign Affairs of Japan + + + + 55726.62 + + + + + 54296 + + For 2024 + + + Republic of Korea + + + + 54296 + + + + + 47377.77 + + For 2024 + + + Ministry of Foreign Affairs of Japan + + + + 47377.77 + + + + + 46195.95 + + For 2024 + + + Ministry of Foreign Affairs of Japan + + + + 46195.95 + + + + + 44119.62 + + For 2024 + + + Ministry of Foreign Affairs of Japan + + + + 44119.62 + + + + + 42082.5 + + For 2024 + + + Germany - Ministry for Economic Cooperation and Development + + + + 42082.5 + + + + + 39192 + + For 2024 + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 39192 + + + + + 38765 + + For 2024 + + + Government of Iceland + + + + 38765 + + + + + 37570 + + For 2024 + + + Ministry of Foreign Affairs, Denmark + + + + 37570 + + + + + 36500 + + For 2024 + + + Bailiwick of Jersey + + + + 36500 + + + + + 36258 + + For 2024 + + + Germany - Ministry for Economic Cooperation and Development + + + + 36258 + + + + + 35838 + + For 2024 + + + Bailiwick of Jersey + + + + 35838 + + + + + 34643.64 + + For 2024 + + + Ministry of Foreign Affairs of Japan + + + + 34643.64 + + + + + 27925 + + For 2024 + + + Government of Italy + + + + 27925 + + + + + 27163 + + For 2024 + + + Ministry of Foreign Affairs, Denmark + + + + 27163 + + + + + 26250 + + For 2024 + + + Government of Italy + + + + 26250 + + + + + 17412.5 + + For 2024 + + + Luxembourg Aid & Development + + + + 17412.5 + + + + + 146826 + + For 2024 + + + Government of China + + + + 146826 + + + + + 127639 + + For 2024 + + + Finland - Ministry of Foreign Affairs + + + + 127639 + + + + + 114640 + + For 2024 + + + Germany - Ministry for Economic Cooperation and Development + + + + 114640 + + + + + 11216 + + For 2024 + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 11216 + + + + + 9876 + + Ministry of Foreign Affairs, Denmark + + + + 9876 + + + + + 98729 + + Finland - Ministry of Foreign Affairs + + + + 98729 + + + + + 96674.94 + + Ministry of Foreign Affairs of Japan + + + + 96674.94 + + + + + 9618.55 + + Ministry of Foreign Affairs of Japan + + + + 9618.55 + + + + + 92593 + + Finland - Ministry of Foreign Affairs + + + + 92593 + + + + + 92010 + + Government of China + + + + 92010 + + + + + 91915.86 + + Ministry of Foreign Affairs of Japan + + + + 91915.86 + + + + + 90298 + + Bailiwick of Jersey + + + + 90298 + + + + + 9002.94 + + Ministry of Foreign Affairs of Japan + + + + 9002.94 + + + + + 8908.14 + + Ministry of Foreign Affairs of Japan + + + + 8908.14 + + + + + 88342.87 + + Ministry of Foreign Affairs of Japan + + + + 88342.87 + + + + + 85525 + + Government of Italy + + + + 85525 + + + + + 85166 + + Government of Italy + + + + 85166 + + + + + 84290 + + Republic of Korea + + + + 84290 + + + + + 7580 + + Republic of Korea + + + + 7580 + + + + + 72542.79 + + Ministry of Foreign Affairs of Japan + + + + 72542.79 + + + + + 61925 + + Government of China + + + + 61925 + + + + + 59479 + + Luxembourg Aid & Development + + + + 59479 + + + + + 59364 + + Germany - Ministry for Economic Cooperation and Development + + + + 59364 + + + + + 58656.94 + + Ministry of Foreign Affairs of Japan + + + + 58656.94 + + + + + 51944 + + Germany - Ministry for Economic Cooperation and Development + + + + 51944 + + + + + 51550 + + Government of China + + + + 51550 + + + + + 51404.7 + + Germany - Ministry for Economic Cooperation and Development + + + + 51404.7 + + + + + 50014 + + Luxembourg Aid & Development + + + + 50014 + + + + + 46195.96 + + Ministry of Foreign Affairs of Japan + + + + 46195.96 + + + + + 42082.5 + + Germany - Ministry for Economic Cooperation and Development + + + + 42082.5 + + + + + 41622 + + Republic of Korea + + + + 41622 + + + + + 41475 + + Government of China + + + + 41475 + + + + + 40288.6 + + Ministry of Foreign Affairs of Japan + + + + 40288.6 + + + + + 39057.58 + + Ministry of Foreign Affairs of Japan + + + + 39057.58 + + + + + 37310 + + Luxembourg Aid & Development + + + + 37310 + + + + + 37060.77 + + Ministry of Foreign Affairs of Japan + + + + 37060.77 + + + + + 35436 + + Germany - Ministry for Economic Cooperation and Development + + + + 35436 + + + + + 35227.11 + + Ministry of Foreign Affairs of Japan + + + + 35227.11 + + + + + 35104.5 + + France - Ministry for Europe and Foreign Affairs + + + + 35104.5 + + + + + 35018.08 + + Ministry of Foreign Affairs of Japan + + + + 35018.08 + + + + + 34643.63 + + Ministry of Foreign Affairs of Japan + + + + 34643.63 + + + + + 34525 + + Germany - Ministry for Economic Cooperation and Development + + + + 34525 + + + + + 345218 + + Ministry of Foreign Affairs of Japan + + + + 345218 + + + + + 34161 + + Finland - Ministry of Foreign Affairs + + + + 34161 + + + + + 337000 + + Netherlands - Ministry of Foreign Affairs + + + + 337000 + + + + + 3000000 + + United States + + + + 3000000 + + + + + 29772 + + Government of China + + + + 29772 + + + + + 27203 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 27203 + + + + + 27163 + + Ministry of Foreign Affairs, Denmark + + + + 27163 + + + + + 26250 + + Government of Italy + + + + 26250 + + + + + 257899 + + Netherlands - Ministry of Foreign Affairs + + + + 257899 + + + + + 21751 + + Government of Italy + + + + 21751 + + + + + 17412.5 + + Luxembourg Aid & Development + + + + 17412.5 + + + + + 170780 + + Bailiwick of Jersey + + + + 170780 + + + + + 162324 + + Government of Iceland + + + + 162324 + + + + + 162303 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 162303 + + + + + 152842.36 + + Ministry of Foreign Affairs of Japan + + + + 152842.36 + + + + + 14796 + + Government of Iceland + + + + 14796 + + + + + 146385 + + Germany - Ministry for Economic Cooperation and Development + + + + 146385 + + + + + 145898.31 + + Ministry of Foreign Affairs of Japan + + + + 145898.31 + + + + + 140686 + + Ministry of Foreign Affairs, Denmark + + + + 140686 + + + + + 133765.73 + + Ministry of Foreign Affairs of Japan + + + + 133765.73 + + + + + 130960 + + Government of China + + + + 130960 + + + + + 129004 + + Bailiwick of Jersey + + + + 129004 + + + + + 128971 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 128971 + + + + + 125967 + + Norad - Norwegian Agency for Development Cooperation + + + + 125967 + + + + + 122353 + + Government of China + + + + 122353 + + + + + 119224 + + Germany - Ministry for Economic Cooperation and Development + + + + 119224 + + + + + 116633 + + Republic of Korea + + + + 116633 + + + + + 115070 + + Government of China + + + + 115070 + + + + + 11332.47 + + Ministry of Foreign Affairs of Japan + + + + 11332.47 + + + + + 110952 + + Government of Italy + + + + 110952 + + + + + 109455 + + Ministry of Foreign Affairs, Denmark + + + + 109455 + + + + + 10815 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 10815 + + + + + 107924 + + Belgian Development Cooperation + + + + 107924 + + + + + 10771.87 + + Ministry of Foreign Affairs of Japan + + + + 10771.87 + + + + + 107270 + + Germany - Ministry for Economic Cooperation and Development + + + + 107270 + + + + + 10703 + + Ministry of Foreign Affairs, Denmark + + + + 10703 + + + + + 10260 + + Luxembourg Aid & Development + + + + 10260 + + + + + 102488.85 + + Ministry of Foreign Affairs of Japan + + + + 102488.85 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Junior Professional Officer (JPO) Programme</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-MENA-DZA + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative xml:lang="ar">عملية المفوضية في الجزائر</narrative> + <narrative>UNHCR operation in Algeria</narrative> + <narrative xml:lang="fr">L'opération du HCR en Algérie</narrative> + + + This activity shows details of the UNHCR operation in Algeria for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Algérie pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + United States + + + France - Ministry for Europe and Foreign Affairs + + + Germany - Federal Foreign Office + + + Government of Spain + + + Ministry of Foreign Affairs of Japan + + + Norad - Norwegian Agency for Development Cooperation + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + European Commission - Humanitarian Aid & Civil Protection + + + Government of Italy + + + Luxembourg Aid & Development + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Algiers + + + UNHCR Country Office + + + 36.7602 3.0345 + + + + + + + + Rabouni + + + UNHCR Field Unit + + + 27.4384 -8.1468 + + + + + + + + Tindouf + + + UNHCR Sub-Office + + + 27.6659 -8.1459 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Operational Support and Supply Chain + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Resettlement and Complementary Pathways + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 10. Reduced inequalities + + + 11. Sustainable cities and communities + + + 08. Decent work and economic growth + + + 03. Good health and well-being + + + 16. Peace, justice and strong institutions + + + 06. Clean water and sanitation + + + 04. Quality education + + + 01. No poverty + + + 05. Gender equality + + + 17. Partnerships for the goals + + + + + + + + + + 43865251 + + + + + 42247604 + + + + + + 82913 + + Monthly contribution summary + + + Private donors + + + + 82912.5 + + + + + 1990937 + + For 2024 + + + Government of Italy + + + + 2207247.228 + + + + + 10000000 + + Norad - Norwegian Agency for Development Cooperation + + + + 935103.797 + + + + + 709324 + + Ministry of Foreign Affairs of Japan + + + + 709324 + + + + + 4100000 + + United States + + + + 4100000 + + + + + 273124 + + Government of Italy + + + + 326313.023 + + + + + 400000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 291332.848 + + + + + 250000 + + France - Ministry for Europe and Foreign Affairs + + + + 272925.764 + + + + + 2200000 + + United States + + + + 2200000 + + + + + 200000 + + Government of Spain + + + + 218102.509 + + + + + 150000 + + Luxembourg Aid & Development + + + + 174825.175 + + + + + 1484653 + + Government of Italy + + + + 1645956.763 + + + + + 1000000 + + Germany - Federal Foreign Office + + + + 1175088.131 + + + + + 1100000 + + United States + + + + 1100000 + + + + + 999062 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1094262.87 + + + + + 10500 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 10500 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>المفوضية السامية للأمم المتحدة لشؤون اللاجئين</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-MENA-EGY + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative xml:lang="ar">عملية المفوضية في مصر</narrative> + <narrative>UNHCR operation in Egypt</narrative> + <narrative xml:lang="fr">L'opération du HCR en Égypte</narrative> + + + This activity shows details of the UNHCR operation in Egypt for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de Égypte bureau régional du HCR pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Commission - Humanitarian Aid & Civil Protection + + + Ministry of Foreign Affairs of Japan + + + Government of the Netherlands + + + Government of Italy + + + United Nations Central Emergency Response Fund (CERF) + + + United States + + + Germany - Federal Foreign Office + + + Netherlands - Ministry of Foreign Affairs + + + United Nations Population Fund + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Alexandria + + + UNHCR Field Office + + + 31.228 29.9577 + + + + + + + + Cairo + + + UNHCR Country Office + + + 29.9799 30.9427 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + Systems and Processes + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 03. Good health and well-being + + + 05. Gender equality + + + 08. Decent work and economic growth + + + 04. Quality education + + + 01. No poverty + + + 16. Peace, justice and strong institutions + + + 10. Reduced inequalities + + + 17. Partnerships for the goals + + + Sudan Emergency: Regional Refugee Response Plan 2023 + + + + Sudan Emergency, UNHCR Supplementary Appeal, May-October 2023 + + + + + + + + + + + 0 + + + + + 0 + + + + + 134671632 + + + + + 151412176 + + + + + 131212176 + + + + + 0 + + + + + + 939436 + + Monthly contribution summary + + + Private donors + + + + 939435.75 + + + + + 700018 + + Monthly contribution summary + + + Private donors + + + + 700018.102 + + + + + 53 + + Monthly contribution summary + + + Private donors + + + + 53.248 + + + + + 31950 + + Monthly contribution summary + + + Private donors + + + + 31950 + + + + + 24871 + + Monthly contribution summary + + + Private donors + + + + 24871.08 + + + + + 103000 + + Monthly contribution summary + + + Private donors + + + + 103000 + + + + + 4909577 + + For 2024 + + + Government of Italy + + + + 5442990.023 + + + + + 8000000 + + United States + + + + 8000000 + + + + + 1000000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 742942.05 + + + + + 580193 + + Government of Italy + + + + 643229.49 + + + + + 496700 + + Germany - Federal Foreign Office + + + + 523945.148 + + + + + 5100000 + + United States + + + + 5100000 + + + + + 500000 + + Ministry of Foreign Affairs of Japan + + + + 500000 + + + + + 416585.4 + + Government of Italy + + + + 497712.545 + + + + + 414060 + + United States + + + + 414060 + + + + + 413753 + + Netherlands - Ministry of Foreign Affairs + + + + 413753 + + + + + 400000 + + United States + + + + 400000 + + + + + 3700000 + + United States + + + + 3700000 + + + + + 3440000 + + United States + + + + 3440000 + + + + + 3330000.22 + + Germany - Federal Foreign Office + + + + 3320040.099 + + + + + 3200000 + + United States + + + + 3200000 + + + + + 305868.06 + + Netherlands - Ministry of Foreign Affairs + + + + 305868.06 + + + + + 2597561 + + European Commission - Humanitarian Aid & Civil Protection + + + + 2787082.618 + + + + + 2700000 + + United States + + + + 2700000 + + + + + 2316644.62 + + Government of the Netherlands + + + + 2316644.62 + + + + + 225575.5 + + Netherlands - Ministry of Foreign Affairs + + + + 225575.5 + + + + + 2100000 + + United States + + + + 2100000 + + + + + 207675 + + United Nations Population Fund + + + + 207675 + + + + + 1664999.94 + + Germany - Federal Foreign Office + + + + 1909403.601 + + + + + 1600000 + + United States + + + + 1600000 + + + + + 1333414.85 + + Government of Italy + + + + 1593088.232 + + + + + 1500000 + + United Nations Central Emergency Response Fund (CERF) + + + + 1500000 + + + + + 1100000 + + United States + + + + 1100000 + + + + + 1000000 + + Germany - Federal Foreign Office + + + + 1074113.856 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>المفوضية السامية للأمم المتحدة لشؤون اللاجئين</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-MENA-ESH + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Western Sahara: Confidence Building Measures</narrative> + <narrative xml:lang="fr">L'opération du HCR en Sahara occidental: Mesures de rétablissement de la confiance</narrative> + + + This activity shows details of the UNHCR operation in Western Sahara: Confidence Building Measures for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Sahara occidental: Mesures de rétablissement de la confiance pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Government of Morocco + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Laayoune + + + UNHCR Liaison Office + + + 27.1623 -13.2016 + + + + + + Protection + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Operational Support and Supply Chain + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Access to Territory, Registration and Documentation + + + Community Engagement and Women's Empowerment + + + 16. Peace, justice and strong institutions + + + 05. Gender equality + + + 17. Partnerships for the goals + + + + + + + + + + 0 + + + + + 4443692 + + + + + 4463660 + + + + + + 11764.71 + + Government of Morocco + + + + 11764.71 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-MENA-IRQ + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative xml:lang="ar">عملية المفوضية في العراق</narrative> + <narrative>UNHCR operation in Iraq</narrative> + <narrative xml:lang="fr">L'opération du HCR en Iraq</narrative> + + + This activity shows details of the UNHCR operation in Iraq for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Iraq pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + Government of Norway + + + Ministry of Foreign Affairs of Japan + + + France - Ministry for Europe and Foreign Affairs + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + Netherlands - Ministry of Foreign Affairs + + + Government of the Netherlands + + + European Commission - Humanitarian Aid & Civil Protection + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + Germany - Federal Foreign Office + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Al Basrah + + + UNHCR Field Office + + + 30.5509 47.6805 + + + + + + + + Al Hillah + + + UNHCR Field Unit + + + 32.4856 44.4344 + + + + + + + + Al-Qaim + + + UNHCR Field Unit + + + 34.3875 41.0742 + + + + + + + + An Najaf + + + UNHCR Field Unit + + + 32.009 44.3494 + + + + + + + + Ba'qubah + + + UNHCR Field Unit + + + 33.7441 44.6435 + + + + + + + + Baghdad + + + UNHCR Chargé de Mission + + + 33.3194 44.4054 + + + + + + + + Duhok + + + UNHCR Sub-Office + + + 36.8623 43.0127 + + + + + + + + Erbil + + + UNHCR Sub-Office + + + 36.2116 43.9715 + + + + + + + + Kerbala + + + UNHCR Field Unit + + + 32.6143 44.0248 + + + + + + + + Khanaqin + + + UNHCR Field Unit + + + 34.333 45.3833 + + + + + + + + Kirkuk + + + UNHCR Field Office + + + 35.4689 44.3902 + + + + + + + + Kut + + + UNHCR Field Unit + + + 32.5017 45.8188 + + + + + + + + Mosul + + + UNHCR Sub-Office + + + 36.3356 43.1371 + + + + + + + + Ramadi + + + UNHCR Field Unit + + + 33.4318 43.3115 + + + + + + + + Samarra + + + UNHCR Field Unit + + + 34.1928 43.8856 + + + + + + + + Sulaymaniyah + + + UNHCR Field Office + + + 35.561 45.455 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 10. Reduced inequalities + + + 03. Good health and well-being + + + 01. No poverty + + + 05. Gender equality + + + 04. Quality education + + + 11. Sustainable cities and communities + + + 16. Peace, justice and strong institutions + + + 17. Partnerships for the goals + + + + + + + + + + 239943197 + + + + + 339943197 + + + + + 203601700 + + + + + + 399 + + Monthly contribution summary + + + Private donors + + + + 399.44 + + + + + 340 + + Monthly contribution summary + + + Private donors + + + + 340.47 + + + + + 326 + + Monthly contribution summary + + + Private donors + + + + 326.25 + + + + + 321 + + Monthly contribution summary + + + Private donors + + + + 320.9 + + + + + 316 + + Monthly contribution summary + + + Private donors + + + + 315.77 + + + + + 316 + + Monthly contribution summary + + + Private donors + + + + 315.73 + + + + + 316 + + Monthly contribution summary + + + Private donors + + + + 315.71 + + + + + 316 + + Monthly contribution summary + + + Private donors + + + + 315.7 + + + + + 23300 + + Monthly contribution summary + + + Private donors + + + + 23300 + + + + + 104 + + Monthly contribution summary + + + Private donors + + + + 104.36 + + + + + 10000000 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 960245.823 + + + + + 9000000 + + United States + + + + 9000000 + + + + + 9000000 + + United States + + + + 9000000 + + + + + 627102 + + Netherlands - Ministry of Foreign Affairs + + + + 627102 + + + + + 5000000 + + Germany - Federal Foreign Office + + + + 5370569.281 + + + + + 4800000 + + United States + + + + 4800000 + + + + + 4800000 + + United States + + + + 4800000 + + + + + 3900000 + + United States + + + + 3900000 + + + + + 3335000.04 + + Germany - Federal Foreign Office + + + + 3325024.965 + + + + + 2497655 + + European Commission - Humanitarian Aid & Civil Protection + + + + 2662745.202 + + + + + 200000 + + Luxembourg Aid & Development + + + + 233100.234 + + + + + 2314815 + + Ministry of Foreign Affairs of Japan + + + + 2314815 + + + + + 2000000 + + Germany - Federal Foreign Office + + + + 2118644.067 + + + + + 2100000 + + United States + + + + 2100000 + + + + + 1667499.86 + + Germany - Federal Foreign Office + + + + 1912270.482 + + + + + 1317565 + + Government of the Netherlands + + + + 1317565 + + + + + 120000 + + United States + + + + 120000 + + + + + 1000000 + + France - Ministry for Europe and Foreign Affairs + + + + 1091703.057 + + + + + 1064416.1 + + Government of Norway + + + + 106998 + + + + + 1000000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 1049317.943 + + + + + 1300000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 1020408.163 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>المفوضية السامية للأمم المتحدة لشؤون اللاجئين</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-MENA-ISR + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Israel</narrative> + <narrative xml:lang="fr">L'opération du HCR en Israël</narrative> + + + This activity shows details of the UNHCR operation in Israel for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Israël pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Tel Aviv + + + UNHCR Country Office + + + 32.067 34.767 + + + + + + Protection + + + Early Recovery + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Securing Solutions + + + Healthy Lives + + + Self Reliance, Economic Inclusion and Livelihoods + + + Resettlement and Complementary Pathways + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + 03. Good health and well-being + + + 08. Decent work and economic growth + + + 05. Gender equality + + + 10. Reduced inequalities + + + + + + + + + + 7817521 + + + + + 0 + + + + + 8454133 + + + + + + 25000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 25000 + + + + + 1625 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 1625 + + + + + 159750 + + United States + + + + 159750 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-MENA-JOR + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative xml:lang="ar">عملية المفوضية في الأردن</narrative> + <narrative>UNHCR operation in Jordan</narrative> + <narrative xml:lang="fr">L'opération du HCR en Jordanie</narrative> + + + This activity shows details of the UNHCR operation in Jordan for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Jordanie pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Ministry of Foreign Affairs of Japan + + + Netherlands - Ministry of Foreign Affairs + + + European Commission - Humanitarian Aid & Civil Protection + + + Germany - Federal Foreign Office + + + Republic of Korea + + + Luxembourg Aid & Development + + + Ministry of Foreign Affairs, Denmark + + + Government of Norway + + + United States + + + Government of the Netherlands + + + Norad - Norwegian Agency for Development Cooperation + + + France - Ministry for Europe and Foreign Affairs + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + UK - Foreign, Commonwealth and Development Office + + + Government of Switzerland + + + Ireland - Department of Foreign Affairs and Trade + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Amman + + + UNHCR Country Office + + + 31.9961 35.8405 + + + + + + + + Amman (ICT) + + + Global Hub / Service Center + + + 31.9112 35.8452 + + + + + + + + Amman (MENA director's office) + + + UNHCR Office of Special Coordinator + + + 31.9648 35.842 + + + + + + + + Azraq + + + UNHCR Field Office + + + 31.9107 36.5793 + + + + + + + + Irbid + + + UNHCR Field Office + + + 32.556 35.85 + + + + + + + + Mafraq + + + UNHCR Sub-Office + + + 32.3479 36.2069 + + + + + + + + Raba El Sarham + + + UNHCR Field Unit + + + 32.4718 36.2403 + + + + + + + + Ruwayshed + + + UNHCR Field Unit + + + 32.5073 38.2092 + + + + + + + + Zaatari + + + UNHCR Field Unit + + + 32.3024 36.327 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 04. Quality education + + + 08. Decent work and economic growth + + + 11. Sustainable cities and communities + + + 03. Good health and well-being + + + 05. Gender equality + + + 16. Peace, justice and strong institutions + + + 10. Reduced inequalities + + + 01. No poverty + + + 17. Partnerships for the goals + + + + + + + + + + 374786849 + + + + + 0 + + + + + 390110643 + + + + + + 74516 + + Monthly contribution summary + + + Private donors + + + + 74515.648 + + + + + 571209 + + Monthly contribution summary + + + Private donors + + + + 571208.557 + + + + + 3909 + + Monthly contribution summary + + + Private donors + + + + 3908.795 + + + + + 298049 + + Monthly contribution summary + + + Private donors + + + + 298048.935 + + + + + 24772 + + Monthly contribution summary + + + Private donors + + + + 24772.079 + + + + + 238210 + + Monthly contribution summary + + + Private donors + + + + 238210.377 + + + + + 205621 + + Monthly contribution summary + + + Private donors + + + + 205621.259 + + + + + 175 + + Monthly contribution summary + + + Private donors + + + + 175.32 + + + + + 160524 + + Monthly contribution summary + + + Private donors + + + + 160523.904 + + + + + 1211 + + Monthly contribution summary + + + Private donors + + + + 1211.353 + + + + + 11401 + + Monthly contribution summary + + + Private donors + + + + 11400.652 + + + + + 111738 + + Monthly contribution summary + + + Private donors + + + + 111738.482 + + + + + 107685 + + Monthly contribution summary + + + Private donors + + + + 107684.968 + + + + + 10270 + + Monthly contribution summary + + + Private donors + + + + 10269.61 + + + + + 200000 + + For 2025 + + + Luxembourg Aid & Development + + + + 233100.234 + + + + + 200000 + + For 2024 + + + Luxembourg Aid & Development + + + + 233100.234 + + + + + 1948171 + + For 2024 + + + European Commission - Humanitarian Aid & Civil Protection + + + + 2159834.812 + + + + + 9100000 + + United States + + + + 9100000 + + + + + 900000 + + United States + + + + 900000 + + + + + 8300000 + + United States + + + + 8300000 + + + + + 785864 + + United States + + + + 785864 + + + + + 7000000 + + Germany - Federal Foreign Office + + + + 7518796.993 + + + + + 6334999.43 + + Germany - Federal Foreign Office + + + + 7264907.603 + + + + + 700000 + + United States + + + + 700000 + + + + + 533367.24 + + Government of Norway + + + + 58948.634 + + + + + 500000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 364166.06 + + + + + 3500000 + + United States + + + + 3500000 + + + + + 3275800 + + Netherlands - Ministry of Foreign Affairs + + + + 3275800 + + + + + 25000000 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 2922609.306 + + + + + 29100000 + + United States + + + + 29100000 + + + + + 2804453 + + Government of the Netherlands + + + + 2804453 + + + + + 2500000 + + France - Ministry for Europe and Foreign Affairs + + + + 2729257.641 + + + + + 2500000 + + Ministry of Foreign Affairs of Japan + + + + 2500000 + + + + + 200000 + + Luxembourg Aid & Development + + + + 233100.234 + + + + + 2200000 + + United States + + + + 2200000 + + + + + 1948171 + + European Commission - Humanitarian Aid & Civil Protection + + + + 2159834.812 + + + + + 1953.59 + + Government of Norway + + + + 196.38 + + + + + 16400000 + + United States + + + + 16400000 + + + + + 1500000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 1573976.915 + + + + + 2000000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 1569858.713 + + + + + 1500000 + + Ireland - Department of Foreign Affairs and Trade + + + + 1551189.245 + + + + + 1160000 + + UK - Foreign, Commonwealth and Development Office + + + + 1459119.497 + + + + + 15000000 + + Norad - Norwegian Agency for Development Cooperation + + + + 1402655.695 + + + + + 12670000.12 + + Germany - Federal Foreign Office + + + + 12632103.809 + + + + + 757360.91 + + Ministry of Foreign Affairs, Denmark + + + + 114734.269 + + + + + 7688 + + Government of Switzerland + + + + 10858.757 + + + + + 1000000 + + Republic of Korea + + + + 1000000 + + + + + 100000 + + Government of Croatia + + + + 100000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>المفوضية السامية للأمم المتحدة لشؤون اللاجئين</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-MENA-LBN + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative xml:lang="ar">عملية المفوضية في لبنان</narrative> + <narrative>UNHCR operation in Lebanon</narrative> + <narrative xml:lang="fr">L'opération du HCR au Liban</narrative> + + + This activity shows details of the UNHCR operation in Lebanon for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Liban pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + Government of Monaco + + + European Commission - Humanitarian Aid & Civil Protection + + + France - Ministry for Europe and Foreign Affairs + + + United States + + + Ministry of Foreign Affairs of Japan + + + Luxembourg Aid & Development + + + Ministry of Foreign Affairs, Denmark + + + Norad - Norwegian Agency for Development Cooperation + + + United Nations Central Emergency Response Fund (CERF) + + + Republic of Korea + + + Government of the Netherlands + + + Germany - Federal Foreign Office + + + Government of Spain + + + Government of Austria + + + Netherlands - Ministry of Foreign Affairs + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + Government of Norway + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Beirut + + + UNHCR Country Office + + + 33.8734 35.4883 + + + + + + + + Mont Lebanon + + + UNHCR Field Office + + + 33.886 35.5095 + + + + + + + + Qobayat + + + UNHCR Field Office + + + 34.5742 36.2809 + + + + + + + + Tripoli + + + UNHCR Sub-Office + + + 34.4342 35.8258 + + + + + + + + Tyre + + + UNHCR Field Office + + + 33.2437 35.2374 + + + + + + + + Zahle + + + UNHCR Sub-Office + + + 33.837 35.9199 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Operational Support and Supply Chain + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Status Determination + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 11. Sustainable cities and communities + + + 04. Quality education + + + 16. Peace, justice and strong institutions + + + 03. Good health and well-being + + + 05. Gender equality + + + 01. No poverty + + + 17. Partnerships for the goals + + + + + + + + + + 545197528 + + + + + 560185310 + + + + + 0 + + + + + + 844792 + + Monthly contribution summary + + + Private donors + + + + 844792.192 + + + + + 80 + + Monthly contribution summary + + + Private donors + + + + 79.769 + + + + + 720580 + + Monthly contribution summary + + + Private donors + + + + 720579.551 + + + + + 646 + + Monthly contribution summary + + + Private donors + + + + 646.123 + + + + + 640 + + Monthly contribution summary + + + Private donors + + + + 639.74 + + + + + 635 + + Monthly contribution summary + + + Private donors + + + + 635.018 + + + + + 6324 + + Monthly contribution summary + + + Private donors + + + + 6324.217 + + + + + 6296 + + Monthly contribution summary + + + Private donors + + + + 6296.469 + + + + + 52883 + + Monthly contribution summary + + + Private donors + + + + 52883.243 + + + + + 44750 + + Monthly contribution summary + + + Private donors + + + + 44750 + + + + + 404 + + Monthly contribution summary + + + Private donors + + + + 404.007 + + + + + 2341 + + Monthly contribution summary + + + Private donors + + + + 2341.472 + + + + + 2311004 + + Monthly contribution summary + + + Private donors + + + + 2311004.334 + + + + + 20195 + + Monthly contribution summary + + + Private donors + + + + 20195.44 + + + + + 188962 + + Monthly contribution summary + + + Private donors + + + + 188962.259 + + + + + 181274 + + Monthly contribution summary + + + Private donors + + + + 181274.442 + + + + + 142668 + + Monthly contribution summary + + + Private donors + + + + 142667.559 + + + + + 126879 + + Monthly contribution summary + + + Private donors + + + + 126879.285 + + + + + 122291 + + Monthly contribution summary + + + Private donors + + + + 122290.768 + + + + + 1156 + + Monthly contribution summary + + + Private donors + + + + 1155.793 + + + + + 114000 + + Monthly contribution summary + + + Private donors + + + + 114000 + + + + + 1109 + + Monthly contribution summary + + + Private donors + + + + 1108.953 + + + + + 300000 + + For 2025 + + + Luxembourg Aid & Development + + + + 349650.349 + + + + + 4445826 + + For 2024 + + + European Commission - Humanitarian Aid & Civil Protection + + + + 4775323.308 + + + + + 300000 + + For 2024 + + + Luxembourg Aid & Development + + + + 349650.349 + + + + + 16666666.66 + + For 2024 + + + Ministry of Foreign Affairs, Denmark + + + + 2524869.968 + + + + + 983106.76 + + Netherlands - Ministry of Foreign Affairs + + + + 983106.76 + + + + + 8891653 + + European Commission - Humanitarian Aid & Civil Protection + + + + 9550647.691 + + + + + 925925 + + Ministry of Foreign Affairs of Japan + + + + 925925 + + + + + 6832501.33 + + Germany - Federal Foreign Office + + + + 7835437.305 + + + + + 7000000 + + Germany - Federal Foreign Office + + + + 7518796.993 + + + + + 7400000 + + Government of the Netherlands + + + + 7400000 + + + + + 650000 + + Government of Spain + + + + 720620.842 + + + + + 61770 + + Netherlands - Ministry of Foreign Affairs + + + + 61770 + + + + + 5544794 + + European Commission - Humanitarian Aid & Civil Protection + + + + 5842775.553 + + + + + 5000000 + + United States + + + + 5000000 + + + + + 500000 + + Republic of Korea + + + + 500000 + + + + + 500000 + + United States + + + + 500000 + + + + + 6000000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 4709576.139 + + + + + 44500000 + + United States + + + + 44500000 + + + + + 3500000 + + France - Ministry for Europe and Foreign Affairs + + + + 3820960.698 + + + + + 300000 + + Luxembourg Aid & Development + + + + 349650.349 + + + + + 2997186 + + European Commission - Humanitarian Aid & Civil Protection + + + + 3282788.609 + + + + + 30000000 + + Norad - Norwegian Agency for Development Cooperation + + + + 2805311.39 + + + + + 16666666.67 + + Ministry of Foreign Affairs, Denmark + + + + 2524869.97 + + + + + 24700000 + + United States + + + + 24700000 + + + + + 3000000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 2184996.359 + + + + + 21800000 + + United States + + + + 21800000 + + + + + 2000000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 2098635.887 + + + + + 2000000 + + United Nations Central Emergency Response Fund (CERF) + + + + 2000000 + + + + + 200000 + + United States + + + + 200000 + + + + + 200000 + + United States + + + + 200000 + + + + + 150000 + + Government of Monaco + + + + 176886.792 + + + + + 1748358 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1743128.614 + + + + + 1693270 + + Netherlands - Ministry of Foreign Affairs + + + + 1693270 + + + + + 13800000 + + United States + + + + 13800000 + + + + + 13665004.04 + + Germany - Federal Foreign Office + + + + 13624131.645 + + + + + 1310534.59 + + Government of Norway + + + + 131738.5 + + + + + 1000000 + + Government of Austria + + + + 1076426.265 + + + + + 1050000 + + Netherlands - Ministry of Foreign Affairs + + + + 1050000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>المفوضية السامية للأمم المتحدة لشؤون اللاجئين</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-MENA-LBY + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative xml:lang="ar">عملية المفوضية في ليبيا</narrative> + <narrative>UNHCR operation in Libya</narrative> + <narrative xml:lang="fr">L'opération du HCR en Libye</narrative> + + + This activity shows details of the UNHCR operation in Libya for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Libye pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Government of Greece + + + United States + + + Government of Italy + + + Netherlands - Ministry of Foreign Affairs + + + European Union + + + France - Ministry for Europe and Foreign Affairs + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Al Katrun + + + UNHCR Planned Office + + + 24.8914 14.5306 + + + + + + + + Benghazi + + + UNHCR Field Office + + + 32.1219 20.068 + + + + + + + + Kufra + + + UNHCR Planned Office + + + 24.1969 23.2967 + + + + + + + + Sebha + + + UNHCR Planned Office + + + 27.0377 14.4283 + + + + + + + + Tripoli + + + UNHCR Liaison Office + + + 32.875 13.178 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Resettlement and Complementary Pathways + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 05. Gender equality + + + 03. Good health and well-being + + + 11. Sustainable cities and communities + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + 04. Quality education + + + 01. No poverty + + + 17. Partnerships for the goals + + + + + + + + + + 67546716 + + + + + 70000000 + + + + + 0 + + + + + + 80333 + + Monthly contribution summary + + + Private donors + + + + 80332.78 + + + + + 76215 + + Monthly contribution summary + + + Private donors + + + + 76215.403 + + + + + 501 + + Monthly contribution summary + + + Private donors + + + + 501.079 + + + + + 379 + + Monthly contribution summary + + + Private donors + + + + 378.66 + + + + + 344 + + Monthly contribution summary + + + Private donors + + + + 344.438 + + + + + 320 + + Monthly contribution summary + + + Private donors + + + + 320.417 + + + + + 308 + + Monthly contribution summary + + + Private donors + + + + 308.321 + + + + + 294 + + Monthly contribution summary + + + Private donors + + + + 293.569 + + + + + 2502094 + + Monthly contribution summary + + + Private donors + + + + 2502093.973 + + + + + 1043 + + Monthly contribution summary + + + Private donors + + + + 1042.893 + + + + + 803158 + + For 2024 + + + Government of Italy + + + + 890419.069 + + + + + 145005 + + For 2024 + + + Private donors + + + + 145005.37 + + + + + 6500000 + + United States + + + + 6500000 + + + + + 4000000 + + Government of Italy + + + + 4291845.494 + + + + + 380650 + + Government of Italy + + + + 422006.652 + + + + + 350001 + + Government of Italy + + + + 418161.291 + + + + + 500000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 392464.678 + + + + + 200000 + + Government of Greece + + + + 221729.49 + + + + + 2000000 + + United States + + + + 2000000 + + + + + 1800000 + + United States + + + + 1800000 + + + + + 1800000 + + United Nations Central Emergency Response Fund (CERF) + + + + 1800000 + + + + + 15610000 + + European Union + + + + 16059670.781 + + + + + 1501650 + + Germany - Federal Foreign Office + + + + 1584018.987 + + + + + 1176471 + + Netherlands - Ministry of Foreign Affairs + + + + 1176471 + + + + + 1000000 + + France - Ministry for Europe and Foreign Affairs + + + + 1091703.057 + + + + + 1000000 + + United States + + + + 1000000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>المفوضية السامية للأمم المتحدة لشؤون اللاجئين</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-MENA-MAR + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative xml:lang="ar">عملية المفوضية في المغرب</narrative> + <narrative>UNHCR operation in Morocco</narrative> + <narrative xml:lang="fr">L'opération du HCR au Maroc</narrative> + + + This activity shows details of the UNHCR operation in Morocco for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Maroc pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + European Union + + + Government of Monaco + + + Start-up Fund for Safe, Orderly and Regular Migration + + + Government of Italy + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Rabat + + + UNHCR Country Office + + + 34.0132 -6.8199 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 08. Decent work and economic growth + + + 01. No poverty + + + 03. Good health and well-being + + + 16. Peace, justice and strong institutions + + + 04. Quality education + + + 10. Reduced inequalities + + + 05. Gender equality + + + 17. Partnerships for the goals + + + + + + + + + + 0 + + + + + 11299997 + + + + + 10400000 + + + + + + 39063 + + Monthly contribution summary + + + Private donors + + + + 39062.5 + + + + + 150000 + + For 2025 + + + Government of Monaco + + + + 161117.078 + + + + + 584541 + + For 2024 + + + Government of Italy + + + + 648049.889 + + + + + 150000 + + For 2024 + + + Government of Monaco + + + + 161117.078 + + + + + 499999 + + Start-up Fund for Safe, Orderly and Regular Migration + + + + 499999 + + + + + 45570 + + United States + + + + 45570 + + + + + 349998 + + Government of Italy + + + + 418157.705 + + + + + 273337 + + Government of Italy + + + + 303034.368 + + + + + 300000 + + United States + + + + 300000 + + + + + 150000 + + Government of Monaco + + + + 155118.925 + + + + + 1105000 + + United States + + + + 1105000 + + + + + 1000000 + + European Union + + + + 1095290.252 + + + + + 1000000 + + United States + + + + 1000000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>المفوضية السامية للأمم المتحدة لشؤون اللاجئين</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-MENA-MRT + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative xml:lang="ar">عملية المفوضية في موريتانيا</narrative> + <narrative>UNHCR operation in Mauritania</narrative> + <narrative xml:lang="fr">L'opération du HCR en Mauritanie</narrative> + + + This activity shows details of the UNHCR operation in Mauritania for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Mauritanie pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Commission - Humanitarian Aid & Civil Protection + + + European Union + + + Government of Italy + + + UK - Home Office + + + United States + + + United Nations Peacebuilding Fund + + + Government of Monaco + + + Germany - Ministry for Economic Cooperation and Development + + + Luxembourg Aid & Development + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Bassikounou + + + UNHCR Sub-Office + + + 15.8926 -5.9662 + + + + + + + + Nouakchott + + + UNHCR Country Office + + + 18.0998 -15.9743 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 03. Good health and well-being + + + 11. Sustainable cities and communities + + + 10. Reduced inequalities + + + 08. Decent work and economic growth + + + 01. No poverty + + + 05. Gender equality + + + 04. Quality education + + + 06. Clean water and sanitation + + + 16. Peace, justice and strong institutions + + + 17. Partnerships for the goals + + + + + + + + + + 0 + + + + + 45564660 + + + + + 32259115 + + + + + + 309047 + + Monthly contribution summary + + + Private donors + + + + 309046.594 + + + + + 25 + + Monthly contribution summary + + + Private donors + + + + 25.49 + + + + + 25 + + Monthly contribution summary + + + Private donors + + + + 25.49 + + + + + 500000 + + For 2024 + + + European Union + + + + 533049.04 + + + + + 1186000 + + For 2024 + + + Government of Italy + + + + 1314855.876 + + + + + 100000 + + For 2024 + + + Government of Monaco + + + + 107526.881 + + + + + 101992 + + For 2024 + + + European Commission - Humanitarian Aid & Civil Protection + + + + 106463.465 + + + + + 770587 + + Government of Italy + + + + 854309.312 + + + + + 800000 + + United States + + + + 800000 + + + + + 500000 + + European Union + + + + 533049.04 + + + + + 496016 + + European Commission - Humanitarian Aid & Civil Protection + + + + 517762.004 + + + + + 36141.84 + + UK - Home Office + + + + 44730 + + + + + 325001.9 + + Government of Italy + + + + 388293.786 + + + + + 3000000 + + United States + + + + 3000000 + + + + + 250000 + + Luxembourg Aid & Development + + + + 291375.291 + + + + + 2600000 + + United States + + + + 2600000 + + + + + 209975.18 + + Germany - Ministry for Economic Cooperation and Development + + + + 247904.581 + + + + + 210000.1 + + United Nations Peacebuilding Fund + + + + 210000.1 + + + + + 1700000 + + United States + + + + 1700000 + + + + + 1078249.83 + + Germany - Ministry for Economic Cooperation and Development + + + + 1265551.442 + + + + + 100000 + + Government of Monaco + + + + 107526.881 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>المفوضية السامية للأمم المتحدة لشؤون اللاجئين</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-MENA-OO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>Other UNHCR operations in the Middle East</narrative> + <narrative xml:lang="fr">Autres opérations du HCR au Moyen-Orient</narrative> + + + This activity shows details of other UNHCR operations in the Middle East for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails d'autres opérations du HCR au Moyen-Orient pour 2023 et les années à venir, y compris le budget, les financements et les dépenses. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + United Nations Central Emergency Response Fund (CERF) + + + OCHA Country Based Pooled Funds + + + France - Ministry for Europe and Foreign Affairs + + + Government of the United Arab Emirates + + + Ministry of Foreign Affairs of Japan + + + European Commission - Humanitarian Aid & Civil Protection + + + Germany - Federal Foreign Office + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Middle East and North Africa + + + + + Amman + + + UNHCR Regional Bureau + + + 31.9648 35.842 + + + + + + Protection + + + Emergency Shelter and NFI + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Access to Territory, Registration and Documentation + + + Safety and Access to Justice + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 01. No poverty + + + 11. Sustainable cities and communities + + + 16. Peace, justice and strong institutions + + + Syria and Türkiye Earthquake Emergency Supplementary Appeal + + + + + + + + + + + 24099259 + + + + + 20482909 + + + + + 38804208 + + + + + + 640000 + + Monthly contribution summary + + + Private donors + + + + 640000 + + + + + 50149 + + Monthly contribution summary + + + Private donors + + + + 50149.2 + + + + + 344000 + + Monthly contribution summary + + + Private donors + + + + 344000 + + + + + 107495 + + Monthly contribution summary + + + Private donors + + + + 107495 + + + + + 190140 + + For 2025 + + + European Union + + + + 204232.009 + + + + + 190140 + + For 2024 + + + European Union + + + + 204232.009 + + + + + 750000 + + Ministry of Foreign Affairs of Japan + + + + 750000 + + + + + 699965 + + Ministry of Foreign Affairs of Japan + + + + 699965 + + + + + 6463576.99 + + OCHA Country Based Pooled Funds + + + + 6463576.99 + + + + + 5000000 + + France - Ministry for Europe and Foreign Affairs + + + + 5458515.284 + + + + + 3380000.09 + + Germany - Federal Foreign Office + + + + 3722467.059 + + + + + 3540000 + + United States + + + + 3540000 + + + + + 2999998 + + United Nations Central Emergency Response Fund (CERF) + + + + 2999998 + + + + + 3000000.02 + + Germany - Federal Foreign Office + + + + 2991026.939 + + + + + 2600000 + + United States + + + + 2600000 + + + + + 1499999.85 + + Germany - Federal Foreign Office + + + + 1720183.314 + + + + + 151000 + + Government of the United Arab Emirates + + + + 151000 + + + + + 1499947 + + United Nations Central Emergency Response Fund (CERF) + + + + 1499947 + + + + + 131000 + + European Commission - Humanitarian Aid & Civil Protection + + + + 131000 + + + + + 95070 + + European Union + + + + 102116.004 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-MENA-RA + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR regional activities in the Middle East and North Africa</narrative> + <narrative xml:lang="fr">Activitiés régionales du HCR au Moyen-Orient et en Afrique du Nord</narrative> + + + This activity shows details of UNHCR regional activities in the Middle East and North Africa for 2023 and future years. + Cette activité montre les détails d'activitiés régionales du HCR au Moyen-Orient et en Afrique du Nord pour 2023 et les années à venir. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Netherlands - Ministry of Foreign Affairs + + + Government of Italy + + + Government of the Netherlands + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Middle East and North Africa + + + + + Amman + + + UNHCR Regional Office + + + 31.9648 35.842 + + + + + + Protection + + + Emergency Shelter and NFI + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + People and Culture + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Protection Policy and Law + + + Well-Being and Basic Needs + + + 01. No poverty + + + 10. Reduced inequalities + + + + + + + + + + 14000000 + + + + + 30000000 + + + + + 20376865 + + + + + + 64938.33 + + For 2024 + + + Government of Italy + + + + 77584.624 + + + + + 53083 + + Government of Italy + + + + 58850.333 + + + + + 324825 + + Government of the Netherlands + + + + 324825 + + + + + 132960.89 + + Government of Italy + + + + 158854.11 + + + + + 112885 + + Netherlands - Ministry of Foreign Affairs + + + + 112885 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-MENA-RB + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Regional Bureau for the Middle East and North Africa</narrative> + <narrative xml:lang="fr">Bureau regional du HCR pour le Moyen-Orient et l'Afrique du Nord</narrative> + + + This activity shows details of the UNHCR Regional Bureau for the Middle East and North Africa for 2023 and future years including budget, funding and expenditure. + Cette activité montre les détails du bureau regional du HCR pour le Moyen-Orient et l'Afrique du Nord pour 2023 et les années à venir y compris le budget, les financements, et les dépenses. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + Government of Canada + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Middle East and North Africa + + + + + Amman + + + UNHCR Regional Bureau + + + 31.9648 35.842 + + + + + + Protection + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + People and Culture + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Protection Policy and Law + + + 10. Reduced inequalities + + + + + + + + + + 23670702 + + + + + 23400986 + + + + + 22629150 + + + + + + 333903 + + For 2025 + + + Government of Italy + + + + 370180.709 + + + + + 231634 + + For 2024 + + + Government of Italy + + + + 256800.443 + + + + + 92274 + + Government of Canada + + + + 72656.693 + + + + + 423338 + + United States + + + + 423338 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Regional Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-MENA-SAUMCO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative xml:lang="ar">عملية المفوضية في المملكة العربية السعودية</narrative> + <narrative>UNHCR Saudi Arabia Multi-Country Office</narrative> + <narrative xml:lang="fr">Bureau multipays du HCR en Arabie Saoudite</narrative> + + + This activity shows details of the UNHCR Saudi Arabia Multi-Country Office for 2023 and future years including the budget, funding, expenditure and results. The Saudi Arabia Multi-Country Office coordinates activities in Kuwait, Saudi Arabia and the United Arab Emirates. + Cette activité montre les détails de Arabie saoudite bureau multipays du HCR pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. Le bureau multipays pour l'Arabie saoudite coordonne les activités au Koweït, en Arabie saoudite et aux Émirats arabes unis. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Government of Qatar + + + Government of Kuwait + + + Government of Canada + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Kuwait City (Liaison Office) + + + UNHCR Liaison Office + + + 29.2745 48.058 + + + + + + + + Riyadh + + + UNHCR Multi-country Office + + + 24.646 46.729 + + + + + + Protection + + + Early Recovery + + + Emergency Shelter and NFI + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Access to Territory, Registration and Documentation + + + Resettlement and Complementary Pathways + + + Protection Policy and Law + + + Well-Being and Basic Needs + + + 01. No poverty + + + 16. Peace, justice and strong institutions + + + 10. Reduced inequalities + + + + + + + + + + 12324040 + + + + + 12324040 + + + + + 0 + + + + + + 48692 + + For 2025 + + + Government of Canada + + + + 38340.157 + + + + + 194767 + + For 2024 + + + Government of Canada + + + + 153359.843 + + + + + 69011.02 + + Government of Qatar + + + + 69011.02 + + + + + 19745 + + Government of Kuwait + + + + 19745 + + + + + 194767 + + Government of Canada + + + + 153359.843 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>المفوضية السامية للأمم المتحدة لشؤون اللاجئين</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-MENA-SYR + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative xml:lang="ar">عملية المفوضية في المملكة العربية السعودية</narrative> + <narrative>UNHCR operation in the Syrian Arab Republic</narrative> + <narrative xml:lang="fr">L'opération du HCR en la République arabe syrienne</narrative> + + + This activity shows details of the UNHCR operation in the Syrian Arab Republic for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en la République arabe syrienne pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Government of Kuwait + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + Norad - Norwegian Agency for Development Cooperation + + + Government of Spain + + + United States + + + European Commission - Humanitarian Aid & Civil Protection + + + Germany - Federal Foreign Office + + + Government of Colombia + + + Government of the Russian Federation + + + Ministry of Foreign Affairs of Japan + + + OCHA Country Based Pooled Funds + + + United Nations Central Emergency Response Fund (CERF) + + + Government of Malta + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + Government of the United Arab Emirates + + + Republic of Korea + + + Luxembourg Aid & Development + + + Government of Cyprus + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Aleppo + + + UNHCR Field Office + + + 36.2135 37.1164 + + + + + + + + Damascus + + + UNHCR Country Office + + + 33.4973 36.2827 + + + + + + + + Homs + + + UNHCR Field Office + + + 34.7413 36.7008 + + + + + + + + Qamishli + + + UNHCR Field Office + + + 37.0465 41.2213 + + + + + + + + Sweida + + + UNHCR Field Office + + + 32.7233 36.5801 + + + + + + + + Tartous + + + UNHCR Field Office + + + 34.8955 35.8736 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + Systems and Processes + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 06. Clean water and sanitation + + + 03. Good health and well-being + + + 10. Reduced inequalities + + + 01. No poverty + + + 05. Gender equality + + + 04. Quality education + + + 16. Peace, justice and strong institutions + + + 08. Decent work and economic growth + + + 11. Sustainable cities and communities + + + 17. Partnerships for the goals + + + Syria and Türkiye Earthquake Emergency Supplementary Appeal + + + + Syria: Earthquake + + + + Syria Earthquake Flash Appeal 2023 + + + + Syrian Arab Republic Humanitarian Response Plan 2023 + + + + + + + + + + + 465479685 + + + + + 466631381 + + + + + 504295122 + + + + + 0 + + + + + + 952 + + Monthly contribution summary + + + Private donors + + + + 952.316 + + + + + 78 + + Monthly contribution summary + + + Private donors + + + + 77.852 + + + + + 6311975 + + Monthly contribution summary + + + Private donors + + + + 6311974.968 + + + + + 4540 + + Monthly contribution summary + + + Private donors + + + + 4539.769 + + + + + 435 + + Monthly contribution summary + + + Private donors + + + + 434.549 + + + + + 390077 + + Monthly contribution summary + + + Private donors + + + + 390076.604 + + + + + 35780 + + Monthly contribution summary + + + Private donors + + + + 35779.532 + + + + + 3506 + + Monthly contribution summary + + + Private donors + + + + 3506.097 + + + + + 230771 + + Monthly contribution summary + + + Private donors + + + + 230770.976 + + + + + 220407 + + Monthly contribution summary + + + Private donors + + + + 220406.752 + + + + + 2111328 + + Monthly contribution summary + + + Private donors + + + + 2111327.596 + + + + + 19447 + + Monthly contribution summary + + + Private donors + + + + 19447.488 + + + + + 19212 + + Monthly contribution summary + + + Private donors + + + + 19211.695 + + + + + 1893 + + Monthly contribution summary + + + Private donors + + + + 1893.353 + + + + + 143 + + Monthly contribution summary + + + Private donors + + + + 143.172 + + + + + 500000 + + For 2025 + + + Luxembourg Aid & Development + + + + 582750.583 + + + + + 500000 + + For 2024 + + + Luxembourg Aid & Development + + + + 582750.583 + + + + + 905250 + + OCHA Country Based Pooled Funds + + + + 905250 + + + + + 8260000 + + United States + + + + 8260000 + + + + + 75000 + + Government of Malta + + + + 80906.149 + + + + + 8000000 + + Government of Kuwait + + + + 8000000 + + + + + 800000 + + United States + + + + 800000 + + + + + 750000 + + Ministry of Foreign Affairs of Japan + + + + 750000 + + + + + 75000 + + Government of Colombia + + + + 75000 + + + + + 6619999.53 + + Germany - Federal Foreign Office + + + + 7290748.381 + + + + + 700000 + + Republic of Korea + + + + 700000 + + + + + 60000 + + Government of Spain + + + + 66518.847 + + + + + 5332499.73 + + Germany - Federal Foreign Office + + + + 6115251.984 + + + + + 6000000 + + Norad - Norwegian Agency for Development Cooperation + + + + 593589.237 + + + + + 500000 + + Luxembourg Aid & Development + + + + 582750.583 + + + + + 500000 + + Government of the Russian Federation + + + + 500000 + + + + + 500000 + + United States + + + + 500000 + + + + + 499893.53 + + OCHA Country Based Pooled Funds + + + + 499893.53 + + + + + 6000000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 4709576.139 + + + + + 426351.45 + + OCHA Country Based Pooled Funds + + + + 426351.45 + + + + + 35600000 + + United States + + + + 35600000 + + + + + 35000000 + + Norad - Norwegian Agency for Development Cooperation + + + + 3272863.288 + + + + + 290000 + + Government of Spain + + + + 318331.504 + + + + + 2962962 + + Ministry of Foreign Affairs of Japan + + + + 2962962 + + + + + 2497655 + + European Commission - Humanitarian Aid & Civil Protection + + + + 2747695.27 + + + + + 250000 + + Government of Cyprus + + + + 272628.135 + + + + + 2500002 + + United Nations Central Emergency Response Fund (CERF) + + + + 2500002 + + + + + 1800000 + + United States + + + + 1800000 + + + + + 15300000 + + United States + + + + 15300000 + + + + + 1500053 + + United Nations Central Emergency Response Fund (CERF) + + + + 1500053 + + + + + 140000 + + Government of the United Arab Emirates + + + + 140000 + + + + + 11100000 + + United States + + + + 11100000 + + + + + 10665000.52 + + Germany - Federal Foreign Office + + + + 10633101.216 + + + + + 1000000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 1049317.943 + + + + + 1000035 + + Ministry of Foreign Affairs of Japan + + + + 1000035 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>المفوضية السامية للأمم المتحدة لشؤون اللاجئين</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-MENA-TUN + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative xml:lang="ar">عملية المفوضية في تونس</narrative> + <narrative>UNHCR operation in Tunisia</narrative> + <narrative xml:lang="fr">L'opération du HCR en Tunisie</narrative> + + + This activity shows details of the UNHCR operation in Tunisia for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Tunisie pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + France - Ministry for Europe and Foreign Affairs + + + Government of Switzerland + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + Netherlands - Ministry of Foreign Affairs + + + Government of Italy + + + Government of Monaco + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Ras Jedir + + + UNHCR Field Unit + + + 33.1487 11.5596 + + + + + + + + Sfax + + + UNHCR Field Unit + + + 34.7436 10.761 + + + + + + + + Tunis + + + UNHCR Country Office + + + 36.8236 10.1867 + + + + + + + + Zarzis + + + UNHCR Field Office + + + 33.5037 11.1154 + + + + + + Protection + + + Early Recovery + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Self Reliance, Economic Inclusion and Livelihoods + + + Resettlement and Complementary Pathways + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 16. Peace, justice and strong institutions + + + 08. Decent work and economic growth + + + 10. Reduced inequalities + + + 01. No poverty + + + 05. Gender equality + + + 17. Partnerships for the goals + + + + + + + + + + 8772957 + + + + + 8537610 + + + + + 0 + + + + + 11537610 + + + + + + 982 + + Monthly contribution summary + + + Private donors + + + + 982.047 + + + + + 6280 + + Monthly contribution summary + + + Private donors + + + + 6279.584 + + + + + 55 + + Monthly contribution summary + + + Private donors + + + + 55.208 + + + + + 5064 + + Monthly contribution summary + + + Private donors + + + + 5063.668 + + + + + 6 + + Monthly contribution summary + + + Private donors + + + + 5.984 + + + + + 6 + + Monthly contribution summary + + + Private donors + + + + 5.747 + + + + + 272 + + Monthly contribution summary + + + Private donors + + + + 272.08 + + + + + 1651 + + Monthly contribution summary + + + Private donors + + + + 1651.351 + + + + + 161 + + Monthly contribution summary + + + Private donors + + + + 160.701 + + + + + 13 + + Monthly contribution summary + + + Private donors + + + + 13.061 + + + + + 3369338 + + For 2025 + + + European Union + + + + 3619052.632 + + + + + 314407 + + For 2025 + + + Government of Switzerland + + + + 314407 + + + + + 100000 + + For 2025 + + + Government of Monaco + + + + 109529.025 + + + + + 560476 + + For 2024 + + + Government of Italy + + + + 621370.288 + + + + + 435593 + + For 2024 + + + Government of Switzerland + + + + 435593 + + + + + 3369338 + + For 2024 + + + European Union + + + + 3619052.632 + + + + + 100000 + + For 2024 + + + Government of Monaco + + + + 109529.025 + + + + + 99999 + + Government of Switzerland + + + + 99999 + + + + + 90000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 94438.614 + + + + + 800000 + + France - Ministry for Europe and Foreign Affairs + + + + 873362.445 + + + + + 785974 + + European Union + + + + 844225.564 + + + + + 800000 + + United States + + + + 800000 + + + + + 70501.08 + + Government of Monaco + + + + 70501.08 + + + + + 542608 + + Government of Italy + + + + 601560.975 + + + + + 400000 + + Government of Italy + + + + 477897.252 + + + + + 400000 + + United States + + + + 400000 + + + + + 200000 + + United States + + + + 200000 + + + + + 1501650 + + Germany - Federal Foreign Office + + + + 1584018.987 + + + + + 1320724 + + Netherlands - Ministry of Foreign Affairs + + + + 1320724 + + + + + 100000 + + Government of Monaco + + + + 103412.616 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>المفوضية السامية للأمم المتحدة لشؤون اللاجئين</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-MENA-YEM + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative xml:lang="ar">عملية المفوضية في اليمن</narrative> + <narrative>UNHCR operation in Yemen</narrative> + <narrative xml:lang="fr">L'opération du HCR au Yémen</narrative> + + + This activity shows details of the UNHCR operation in Yemen for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Yémen pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Government of Iceland + + + King Salman Humanitarian Aid and Relief Centre + + + Ministry of Foreign Affairs of Japan + + + Government of Spain + + + United Nations Central Emergency Response Fund (CERF) + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + France - Ministry for Europe and Foreign Affairs + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + United States + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + Germany - Federal Foreign Office + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Aden + + + UNHCR Sub-Office + + + 12.809 45.033 + + + + + + + + Al Kharaz + + + UNHCR Field Office + + + 12.7718 44.0319 + + + + + + + + Hudaydah + + + UNHCR Field Office + + + 14.795 42.945 + + + + + + + + Ibb + + + UNHCR Field Office + + + 13.9785 44.1792 + + + + + + + + Sa'ada + + + UNHCR Field Office + + + 16.9278 43.7422 + + + + + + + + Sana'a + + + UNHCR Country Office + + + 15.357 44.206 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 16. Peace, justice and strong institutions + + + 01. No poverty + + + 03. Good health and well-being + + + 08. Decent work and economic growth + + + 11. Sustainable cities and communities + + + 10. Reduced inequalities + + + 05. Gender equality + + + 04. Quality education + + + 17. Partnerships for the goals + + + Yemen Humanitarian Response Plan 2023 + + + + + + + + + + + 354428089 + + + + + 320463271 + + + + + 0 + + + + + + 98377 + + Monthly contribution summary + + + Private donors + + + + 98377.125 + + + + + 8172 + + Monthly contribution summary + + + Private donors + + + + 8172.367 + + + + + 77569 + + Monthly contribution summary + + + Private donors + + + + 77568.52 + + + + + 7210 + + Monthly contribution summary + + + Private donors + + + + 7209.647 + + + + + 708 + + Monthly contribution summary + + + Private donors + + + + 707.816 + + + + + 60241 + + Monthly contribution summary + + + Private donors + + + + 60240.964 + + + + + 596659 + + Monthly contribution summary + + + Private donors + + + + 596658.712 + + + + + 543738 + + Monthly contribution summary + + + Private donors + + + + 543738.309 + + + + + 50741 + + Monthly contribution summary + + + Private donors + + + + 50740.665 + + + + + 507392 + + Monthly contribution summary + + + Private donors + + + + 507392.415 + + + + + 51 + + Monthly contribution summary + + + Private donors + + + + 50.534 + + + + + 463889 + + Monthly contribution summary + + + Private donors + + + + 463889.211 + + + + + 4432 + + Monthly contribution summary + + + Private donors + + + + 4431.854 + + + + + 3909 + + Monthly contribution summary + + + Private donors + + + + 3908.795 + + + + + 3855354 + + Monthly contribution summary + + + Private donors + + + + 3855353.982 + + + + + 331827 + + Monthly contribution summary + + + Private donors + + + + 331826.938 + + + + + 31829 + + Monthly contribution summary + + + Private donors + + + + 31829.455 + + + + + 30712 + + Monthly contribution summary + + + Private donors + + + + 30712.313 + + + + + 30300 + + Monthly contribution summary + + + Private donors + + + + 30300.092 + + + + + 29495 + + Monthly contribution summary + + + Private donors + + + + 29494.878 + + + + + 23585 + + Monthly contribution summary + + + Private donors + + + + 23585.167 + + + + + 162650 + + Monthly contribution summary + + + Private donors + + + + 162650.456 + + + + + 138313 + + Monthly contribution summary + + + Private donors + + + + 138313.182 + + + + + 102640 + + Monthly contribution summary + + + Private donors + + + + 102639.903 + + + + + 1013053 + + Monthly contribution summary + + + Private donors + + + + 1013053.099 + + + + + 273823 + + For 2024 + + + Private donors + + + + 273822.563 + + + + + 8000000 + + United States + + + + 8000000 + + + + + 800000 + + Republic of Korea + + + + 800000 + + + + + 800000 + + OCHA Country Based Pooled Funds + + + + 800000 + + + + + 1000000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 784929.356 + + + + + 615000 + + Government of Spain + + + + 681818.182 + + + + + 5820000 + + King Salman Humanitarian Aid and Relief Centre + + + + 5820000 + + + + + 50000 + + Government of Spain + + + + 54525.627 + + + + + 4011429 + + United Nations Central Emergency Response Fund (CERF) + + + + 4011429 + + + + + 40000000 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 3840983.292 + + + + + 30000 + + Government of Spain + + + + 32930.845 + + + + + 3000000 + + Germany - Federal Foreign Office + + + + 2906976.744 + + + + + 25800000 + + United States + + + + 25800000 + + + + + 30000000 + + Government of Iceland + + + + 211118.931 + + + + + 1851851 + + Ministry of Foreign Affairs of Japan + + + + 1851851 + + + + + 1498593 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1592553.666 + + + + + 1450000 + + United Nations Central Emergency Response Fund (CERF) + + + + 1450000 + + + + + 11000000 + + United States + + + + 11000000 + + + + + 1000000 + + France - Ministry for Europe and Foreign Affairs + + + + 1091703.057 + + + + + 1000000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 1049317.943 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>المفوضية السامية للأمم المتحدة لشؤون اللاجئين</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-SA-AGO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Angola</narrative> + <narrative xml:lang="fr">L'opération du HCR en Angola</narrative> + + + This activity shows details of the UNHCR operation in Angola for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Angola pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + Germany - Federal Foreign Office + + + United Nations Peacebuilding Fund + + + Government of Angola + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Dundo + + + UNHCR Field Office + + + -7.35 20.8217 + + + + + + + + Luanda + + + UNHCR Country Office + + + -8.8299 13.233 + + + + + + Protection + + + Early Recovery + + + Food Security + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + 08. Decent work and economic growth + + + Democratic Republic of the Congo Regional Refugee Response Plan 2023 + + + + + + + + + + + 29696999 + + + + + 29791072 + + + + + 29698084 + + + + + 0 + + + + + + 75 + + Monthly contribution summary + + + Private donors + + + + 75.107 + + + + + 6914 + + Monthly contribution summary + + + Private donors + + + + 6913.5 + + + + + 22 + + Monthly contribution summary + + + Private donors + + + + 22.002 + + + + + 22 + + Monthly contribution summary + + + Private donors + + + + 21.906 + + + + + 22 + + Monthly contribution summary + + + Private donors + + + + 21.834 + + + + + 22 + + Monthly contribution summary + + + Private donors + + + + 21.786 + + + + + 60000 + + Government of Angola + + + + 60000 + + + + + 361000 + + United Nations Peacebuilding Fund + + + + 361000 + + + + + 20000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 20000 + + + + + 19718.31 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 19718.31 + + + + + 109171.12 + + Germany - Federal Foreign Office + + + + 105785.969 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-SA-COD + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in the Democratic Republic of the Congo</narrative> + <narrative xml:lang="fr">L'opération du HCR en République démocratique du Congo</narrative> + + + This activity shows details of the UNHCR operation in the Congo Regional Office for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du République démocratique du Congo pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations Peacebuilding Fund + + + United Nations Organisation Stabilisation Mission in the Democratic Republic of + + + Government of Spain + + + United States + + + United Nations Central Emergency Response Fund (CERF) + + + United Nations Trust Fund for Human Security + + + Norad - Norwegian Agency for Development Cooperation + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + European Commission - Humanitarian Aid & Civil Protection + + + European Union + + + Ministry of Foreign Affairs of Japan + + + Education Cannot Wait + + + France - Ministry for Europe and Foreign Affairs + + + Germany - Federal Foreign Office + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Aba + + + UNHCR Field Unit + + + 3.774 30.222 + + + + + + + + Aru + + + UNHCR Sub-Office + + + 2.8602 30.8397 + + + + + + + + Baraka + + + UNHCR Field Office + + + -4.1052 29.0909 + + + + + + + + Bili + + + UNHCR Field Unit + + + 4.5631 19.9261 + + + + + + + + Bukavu + + + UNHCR Field Unit + + + -2.4984 28.8871 + + + + + + + + Bunia + + + UNHCR Field Unit + + + 1.5483 30.2471 + + + + + + + + Dungu + + + UNHCR Field Unit + + + 3.606 28.562 + + + + + + + + Gbadolite + + + UNHCR Sub-Office + + + 4.2791 21.0055 + + + + + + + + Goma + + + UNHCR Sub-Office + + + -1.687 29.2295 + + + + + + + + Kalemie + + + UNHCR Field Office + + + -5.9104 29.2077 + + + + + + + + Kananga + + + UNHCR Sub-Office + + + -5.9014 22.4092 + + + + + + + + Kinshasa + + + UNHCR Country Office + + + -4.3246 15.2768 + + + + + + + + Libenge + + + UNHCR Field Office + + + 3.6426 18.6298 + + + + + + + + Lubumbashi + + + UNHCR Sub-Office + + + -11.6188 27.4744 + + + + + + + + Mbujimayi + + + UNHCR Field Office + + + -6.137 23.5898 + + + + + + + + Monga + + + UNHCR Field Office + + + 4.2001 22.8119 + + + + + + + + Tshikapa + + + UNHCR Field Office + + + -6.4231 20.7968 + + + + + + + + Uvira + + + UNHCR Field Unit + + + -3.4035 29.141 + + + + + + + + Zongo + + + UNHCR Field Unit + + + 4.2967 18.7411 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Operational Support and Supply Chain + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 11. Sustainable cities and communities + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + 05. Gender equality + + + 01. No poverty + + + 04. Quality education + + + 06. Clean water and sanitation + + + 08. Decent work and economic growth + + + 03. Good health and well-being + + + 17. Partnerships for the goals + + + République Démocratique du Congo Plan de Réponse Humanitaire 2023 + + + + South Sudan Regional Refugee Response Plan 2023 + + + + + + + + + + + 249747758 + + + + + 0 + + + + + 232580904 + + + + + 0 + + + + + + 965000 + + Monthly contribution summary + + + Private donors + + + + 965000 + + + + + 87816 + + Monthly contribution summary + + + Private donors + + + + 87815.588 + + + + + 7119 + + Monthly contribution summary + + + Private donors + + + + 7119 + + + + + 622 + + Monthly contribution summary + + + Private donors + + + + 622.436 + + + + + 5076 + + Monthly contribution summary + + + Private donors + + + + 5076.217 + + + + + 4897 + + Monthly contribution summary + + + Private donors + + + + 4897.041 + + + + + 4753 + + Monthly contribution summary + + + Private donors + + + + 4752.709 + + + + + 4688 + + Monthly contribution summary + + + Private donors + + + + 4688.164 + + + + + 4654 + + Monthly contribution summary + + + Private donors + + + + 4654.234 + + + + + 4615 + + Monthly contribution summary + + + Private donors + + + + 4615.452 + + + + + 411441 + + Monthly contribution summary + + + Private donors + + + + 411440.756 + + + + + 264 + + Monthly contribution summary + + + Private donors + + + + 264.187 + + + + + 20877 + + Monthly contribution summary + + + Private donors + + + + 20876.827 + + + + + 199984 + + Monthly contribution summary + + + Private donors + + + + 199984.009 + + + + + 749296 + + For 2024 + + + European Commission - Humanitarian Aid & Civil Protection + + + + 820696.604 + + + + + 210666 + + For 2024 + + + United Nations Peacebuilding Fund + + + + 210666 + + + + + 10000000 + + Norad - Norwegian Agency for Development Cooperation + + + + 935103.797 + + + + + 749296 + + European Commission - Humanitarian Aid & Civil Protection + + + + 820696.604 + + + + + 1000000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 784929.356 + + + + + 7000000 + + France - Ministry for Europe and Foreign Affairs + + + + 7641921.397 + + + + + 70000 + + United Nations Organisation Stabilisation Mission in the Democratic Republic of + + + + 70000 + + + + + 5800000 + + United States + + + + 5800000 + + + + + 523359 + + United Nations Peacebuilding Fund + + + + 523359 + + + + + 5000000 + + United States + + + + 5000000 + + + + + 4824000 + + United Nations Central Emergency Response Fund (CERF) + + + + 4824000 + + + + + 468712 + + United States + + + + 468712 + + + + + 4749288.69 + + Germany - Federal Foreign Office + + + + 4602023.925 + + + + + 4101851 + + Ministry of Foreign Affairs of Japan + + + + 4101851 + + + + + 362107.43 + + United Nations Peacebuilding Fund + + + + 362107.43 + + + + + 35000000.1 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 3360860.39 + + + + + 260000 + + Government of Spain + + + + 283533.261 + + + + + 2330000 + + United States + + + + 2330000 + + + + + 2187405 + + United Nations Central Emergency Response Fund (CERF) + + + + 2187405 + + + + + 20400000 + + United States + + + + 20400000 + + + + + 2000000 + + Education Cannot Wait + + + + 2000000 + + + + + 169968.25 + + United Nations Trust Fund for Human Security + + + + 169968.25 + + + + + 1550000 + + United Nations Central Emergency Response Fund (CERF) + + + + 1550000 + + + + + 1348733 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1447138.412 + + + + + 120000 + + Government of Spain + + + + 133037.694 + + + + + 13145.54 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 13145.54 + + + + + 114269 + + European Union + + + + 121821.962 + + + + + 120000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 120000 + + + + + 100000 + + Luxembourg Aid & Development + + + + 116550.117 + + + + + 11000000 + + United States + + + + 11000000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-SA-COG + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in the Republic of the Congo</narrative> + <narrative xml:lang="fr">L'opération du HCR en la République du Congo</narrative> + + + This activity shows details of the UNHCR operation in the Republic of the Congo for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en la République du Congo pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Germany - Federal Foreign Office + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + UK - Home Office + + + European Union + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Betou + + + UNHCR Field Office + + + 3.05 18.517 + + + + + + + + Brazzaville + + + UNHCR Country Office + + + -4.2726 15.2721 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Operational Support and Supply Chain + + + Attaining Favorable Protection Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 01. No poverty + + + 05. Gender equality + + + 03. Good health and well-being + + + 10. Reduced inequalities + + + 04. Quality education + + + 08. Decent work and economic growth + + + 17. Partnerships for the goals + + + Democratic Republic of the Congo Regional Refugee Response Plan 2023 + + + + + + + + + + + 40268949 + + + + + 40268949 + + + + + + 52465 + + European Union + + + + 55932.836 + + + + + 35000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 35000 + + + + + 22374 + + UK - Home Office + + + + 27690.594 + + + + + 26291.08 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 26291.08 + + + + + 171298.86 + + Germany - Federal Foreign Office + + + + 165987.267 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-SA-MOZ + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Mozambique</narrative> + <narrative xml:lang="fr">L'opération du HCR au Mozambique</narrative> + + + This activity shows details of the UNHCR operation in Mozambique for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Mozambique pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Germany - Ministry for Economic Cooperation and Development + + + Slovenia - Ministry of Foreign Affairs + + + Government of Austria + + + Ministry of Foreign Affairs of Japan + + + African Development Bank + + + Germany - Federal Foreign Office + + + United States + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Maputo + + + UNHCR Country Office + + + -25.961 32.574 + + + + + + + + Nampula + + + UNHCR Field Office + + + -15.1154 39.2569 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Local Integration and other Local Solutions + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 11. Sustainable cities and communities + + + 05. Gender equality + + + 01. No poverty + + + 04. Quality education + + + 03. Good health and well-being + + + 08. Decent work and economic growth + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + 17. Partnerships for the goals + + + Mozambique Humanitarian Response Plan 2023 + + + + + + + + + + + 49311267 + + + + + 47533423 + + + + + 0 + + + + + 47440435 + + + + + + 904 + + Monthly contribution summary + + + Private donors + + + + 903.512 + + + + + 72703 + + Monthly contribution summary + + + Private donors + + + + 72702.598 + + + + + 72566 + + Monthly contribution summary + + + Private donors + + + + 72565.841 + + + + + 68934 + + Monthly contribution summary + + + Private donors + + + + 68933.824 + + + + + 5437 + + Monthly contribution summary + + + Private donors + + + + 5436.612 + + + + + 55 + + Monthly contribution summary + + + Private donors + + + + 54.747 + + + + + 357 + + Monthly contribution summary + + + Private donors + + + + 357.437 + + + + + 28563 + + Monthly contribution summary + + + Private donors + + + + 28562.877 + + + + + 21293 + + Monthly contribution summary + + + Private donors + + + + 21292.56 + + + + + 176 + + Monthly contribution summary + + + Private donors + + + + 175.553 + + + + + 16861 + + Monthly contribution summary + + + Private donors + + + + 16861.25 + + + + + 1603 + + Monthly contribution summary + + + Private donors + + + + 1603.362 + + + + + 151 + + Monthly contribution summary + + + Private donors + + + + 150.769 + + + + + 100438 + + Monthly contribution summary + + + Private donors + + + + 100438.007 + + + + + 750000 + + For 2024 + + + Government of Austria + + + + 831485.588 + + + + + 401519.66 + + For 2024 + + + African Development Bank + + + + 401519.66 + + + + + 210663.31 + + For 2024 + + + Germany - Ministry for Economic Cooperation and Development + + + + 210033.209 + + + + + 1815070 + + For 2024 + + + Germany - Ministry for Economic Cooperation and Development + + + + 1809641.076 + + + + + 938968 + + Ministry of Foreign Affairs of Japan + + + + 938968 + + + + + 61032 + + Ministry of Foreign Affairs of Japan + + + + 61032 + + + + + 50000 + + Slovenia - Ministry of Foreign Affairs + + + + 54764.513 + + + + + 529719.3 + + African Development Bank + + + + 529719.3 + + + + + 4200000 + + United States + + + + 4200000 + + + + + 385000 + + Government of Austria + + + + 396090.535 + + + + + 360230.69 + + Germany - Ministry for Economic Cooperation and Development + + + + 359153.23 + + + + + 2693167 + + Germany - Ministry for Economic Cooperation and Development + + + + 2685111.665 + + + + + 2200000 + + United States + + + + 2200000 + + + + + 2064619.65 + + Germany - Federal Foreign Office + + + + 2000600.436 + + + + + 1250000 + + Government of Austria + + + + 1385809.312 + + + + + 1200000 + + United States + + + + 1200000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-SA-MWI + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Malawi</narrative> + <narrative xml:lang="fr">L'opération du HCR au Malawi</narrative> + + + This activity shows details of the UNHCR operation in Malawi for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Malawi pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + Germany - Federal Foreign Office + + + United States + + + United Nations Central Emergency Response Fund (CERF) + + + Ministry of Foreign Affairs, Denmark + + + Government of Canada + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Lilongwe + + + UNHCR Country Office + + + -13.981 33.774 + + + + + + + + Mwanza + + + UNHCR Field Unit + + + -15.6 34.5146 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Operational Support and Supply Chain + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Empowering Communities and Achieving Gender Equality + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Resettlement and Complementary Pathways + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 05. Gender equality + + + 16. Peace, justice and strong institutions + + + 06. Clean water and sanitation + + + 08. Decent work and economic growth + + + 04. Quality education + + + 10. Reduced inequalities + + + 11. Sustainable cities and communities + + + 01. No poverty + + + 03. Good health and well-being + + + 17. Partnerships for the goals + + + + + + + + + + 27885426 + + + + + 0 + + + + + 27368616 + + + + + 27220656 + + + + + 0 + + + + + + 545461 + + Monthly contribution summary + + + Private donors + + + + 545460.92 + + + + + 44061 + + Monthly contribution summary + + + Private donors + + + + 44060.5 + + + + + 44747 + + For 2025 + + + Government of Canada + + + + 35233.859 + + + + + 178989 + + For 2024 + + + Government of Canada + + + + 140936.221 + + + + + 81394.75 + + Germany - Federal Foreign Office + + + + 78870.882 + + + + + 610457 + + United States + + + + 610457 + + + + + 500000 + + United States + + + + 500000 + + + + + 500000 + + United Nations Central Emergency Response Fund (CERF) + + + + 500000 + + + + + 36150.23 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 36150.23 + + + + + 1747955.36 + + Ministry of Foreign Affairs, Denmark + + + + 264801.6 + + + + + 25000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 25000 + + + + + 178989 + + Government of Canada + + + + 140936.221 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-SA-RA + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR regional activities in Southern Africa</narrative> + <narrative xml:lang="fr">Activités régionales du HCR en l'Afrique australe</narrative> + + + This activity shows details of UNHCR regional activities in Southern Africa for 2023 and future years. + Cette activité montre les détails d'activitiés régionales du HCR à l'Afrique australe pour 2023 et les années à venir. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Commission - International Partnerships + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Africa + + + + + Brazzaville + + + UNHCR Country Office + + + -4.2726 15.2721 + + + + + + + + Harare + + + UNHCR Country Office + + + -17.828 31.054 + + + + + + + + Kinshasa + + + UNHCR Country Office + + + -4.3246 15.2768 + + + + + + + + Libreville + + + UNHCR Country Office + + + 0.392 9.453 + + + + + + + + Lilongwe + + + UNHCR Country Office + + + -13.981 33.774 + + + + + + + + Luanda + + + UNHCR Country Office + + + -8.8299 13.233 + + + + + + + + Lusaka + + + UNHCR Country Office + + + -15.417 28.288 + + + + + + + + Maputo + + + UNHCR Country Office + + + -25.961 32.574 + + + + + + + + Pretoria + + + UNHCR Multi-country Office + + + -25.73 28.217 + + + + + + Protection + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Protection Policy and Law + + + 10. Reduced inequalities + + + + + + + + + + 4500000 + + + + + 4500000 + + + + + + 8758.22 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 8758.22 + + + + + 22425 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 22425 + + + + + 118413 + + European Commission - International Partnerships + + + + 130554.576 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-SA-RB + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Regional Bureau for Southern Africa</narrative> + <narrative xml:lang="fr">Bureau regional du HCR pour l'Afrique australe</narrative> + + + This activity shows details of the UNHCR Regional Bureau for Southern Africa for 2023 and future years including budget, funding and expenditure. + Cette activité montre les détails du bureau regional du HCR pour l'Afrique australe pour 2023 et les années à venir y compris le budget, les financements, et les dépenses. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Germany - Federal Foreign Office + + + Germany - Ministry for Economic Cooperation and Development + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Africa + + + + + Pretoria + + + UNHCR Regional Bureau + + + -25.73 28.217 + + + + + + Protection + + + Early Recovery + + + Food Security + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + People and Culture + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Protection Policy and Law + + + 08. Decent work and economic growth + + + 10. Reduced inequalities + + + + + + + + + + 13664171 + + + + + 13419732 + + + + + 13887040 + + + + + + 282942.81 + + Germany - Federal Foreign Office + + + + 274169.39 + + + + + 163533.68 + + Germany - Ministry for Economic Cooperation and Development + + + + 193074.003 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Regional Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-SA-ZAFMCO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR South Africa Multi-Country Office</narrative> + <narrative xml:lang="fr">Bureau multipays de l'UNHCR en Afrique du Sud</narrative> + + + This activity shows details of the UNHCR South Africa Multi-Country Office for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de Afrique du Sud bureau multipays du HCR pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Commission - International Partnerships + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + United States + + + Government of Canada + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Cape Town + + + UNHCR Field Office + + + -33.979 18.4825 + + + + + + + + Libreville + + + UNHCR Country Office + + + 0.392 9.453 + + + + + + + + Musina + + + UNHCR Field Office + + + -22.344 30.0419 + + + + + + + + Pretoria + + + UNHCR Multi-country Office + + + -25.73 28.217 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Well-Being and Basic Needs + + + 08. Decent work and economic growth + + + 03. Good health and well-being + + + 10. Reduced inequalities + + + 06. Clean water and sanitation + + + 05. Gender equality + + + 01. No poverty + + + 04. Quality education + + + 16. Peace, justice and strong institutions + + + + + + + + + + 37894769 + + + + + 38767831 + + + + + + 128285 + + Monthly contribution summary + + + Private donors + + + + 128285.168 + + + + + 21458 + + For 2025 + + + Government of Canada + + + + 16896.063 + + + + + 85830 + + For 2024 + + + Government of Canada + + + + 67582.677 + + + + + 75000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 75000 + + + + + 85830 + + Government of Canada + + + + 67582.677 + + + + + 324656 + + United States + + + + 324656 + + + + + 233536 + + European Commission - International Partnerships + + + + 257481.809 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-SA-ZMB + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Zambia</narrative> + <narrative xml:lang="fr">L'opération du HCR en Zambie</narrative> + + + This activity shows details of the UNHCR operation in Zambia including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Zambie, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + United States + + + Germany - Federal Foreign Office + + + Ministry of Foreign Affairs of Japan + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Kaoma + + + UNHCR Field Office + + + -14.7877 24.7986 + + + + + + + + Kawambwa + + + UNHCR Field Office + + + -9.781 29.083 + + + + + + + + Lusaka + + + UNHCR Country Office + + + -15.417 28.288 + + + + + + + + Nchelenge + + + UNHCR Field Unit + + + -9.3479 28.7344 + + + + + + + + Solwezi + + + UNHCR Field Office + + + -12.1804 26.4006 + + + + + + Protection + + + Emergency Shelter and NFI + + + Food Security + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Access to Territory, Registration and Documentation + + + Self Reliance, Economic Inclusion and Livelihoods + + + Protection Policy and Law + + + Well-Being and Basic Needs + + + 10. Reduced inequalities + + + 01. No poverty + + + 08. Decent work and economic growth + + + 16. Peace, justice and strong institutions + + + Democratic Republic of the Congo Regional Refugee Response Plan 2023 + + + + + + + + + + + 25523824 + + + + + 25414400 + + + + + + 22188 + + Monthly contribution summary + + + Private donors + + + + 22187.5 + + + + + 600000 + + Ministry of Foreign Affairs of Japan + + + + 600000 + + + + + 580627 + + United States + + + + 580627 + + + + + 45000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 45000 + + + + + 308920.29 + + Germany - Federal Foreign Office + + + + 299341.366 + + + + + 29577.46 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 29577.46 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-SA-ZWE + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Zimbabwe</narrative> + <narrative xml:lang="fr">L'opération du HCR au Zimbabwe</narrative> + + + This activity shows details of the UNHCR operation in Zimbabwe for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Zimbabwe pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + Germany - Federal Foreign Office + + + Ministry of Foreign Affairs, Denmark + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Harare + + + UNHCR Country Office + + + -17.828 31.054 + + + + + + + + Tongogara + + + UNHCR Field Office + + + -20.2619 32.3574 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Humanitarian Assistance + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 04. Quality education + + + 03. Good health and well-being + + + 11. Sustainable cities and communities + + + 05. Gender equality + + + 10. Reduced inequalities + + + 08. Decent work and economic growth + + + 06. Clean water and sanitation + + + 01. No poverty + + + 16. Peace, justice and strong institutions + + + 17. Partnerships for the goals + + + + + + + + + + 12673985 + + + + + 0 + + + + + 12821945 + + + + + 0 + + + + + 12673985 + + + + + + 61475 + + Monthly contribution summary + + + Private donors + + + + 61475.296 + + + + + 254881 + + Monthly contribution summary + + + Private donors + + + + 254880.724 + + + + + 9859.15 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 9859.15 + + + + + 6034608.44 + + Ministry of Foreign Affairs, Denmark + + + + 914196.098 + + + + + 571519 + + United States + + + + 571519 + + + + + 25000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 25000 + + + + + 232363.83 + + Germany - Federal Foreign Office + + + + 225158.75 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-WCA-BFA + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Burkina Faso</narrative> + <narrative xml:lang="fr">L'opération du HCR au Burkina Faso</narrative> + + + This activity shows details of the UNHCR operation in Burkina Faso for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Burkina Faso pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + UK - Foreign, Commonwealth and Development Office + + + Luxembourg Aid & Development + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + Government of Monaco + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + France - Ministry for Europe and Foreign Affairs + + + Germany - Federal Foreign Office + + + United States + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Bobo-Dioulasso + + + UNHCR Field Unit + + + 11.1781 -4.2918 + + + + + + + + Djibo + + + UNHCR Field Unit + + + 14.0993 -1.6268 + + + + + + + + Dori + + + UNHCR Field Office + + + 14.0337 -0.0277 + + + + + + + + Ouagadougou + + + UNHCR Country Office + + + 12.363 -1.53 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 06. Clean water and sanitation + + + 05. Gender equality + + + 03. Good health and well-being + + + 01. No poverty + + + 11. Sustainable cities and communities + + + 16. Peace, justice and strong institutions + + + 08. Decent work and economic growth + + + 10. Reduced inequalities + + + 04. Quality education + + + 17. Partnerships for the goals + + + Burkina Faso Plan de Réponse Humanitaire 2023 + + + + + + + + + + + 119623446 + + + + + 120870813 + + + + + 0 + + + + + + 83 + + Monthly contribution summary + + + Private donors + + + + 82.532 + + + + + 81 + + Monthly contribution summary + + + Private donors + + + + 81.44 + + + + + 452 + + Monthly contribution summary + + + Private donors + + + + 452.481 + + + + + 380 + + Monthly contribution summary + + + Private donors + + + + 380.03 + + + + + 226 + + Monthly contribution summary + + + Private donors + + + + 225.965 + + + + + 222 + + Monthly contribution summary + + + Private donors + + + + 221.661 + + + + + 22039 + + Monthly contribution summary + + + Private donors + + + + 22038.6 + + + + + 156 + + Monthly contribution summary + + + Private donors + + + + 156.018 + + + + + 152 + + Monthly contribution summary + + + Private donors + + + + 151.941 + + + + + 123359 + + Monthly contribution summary + + + Private donors + + + + 123358.793 + + + + + 200000 + + For 2025 + + + Luxembourg Aid & Development + + + + 233100.234 + + + + + 187619 + + For 2024 + + + UK - Foreign, Commonwealth and Development Office + + + + 245574.607 + + + + + 200000 + + For 2024 + + + Luxembourg Aid & Development + + + + 233100.234 + + + + + 100000 + + For 2024 + + + Government of Monaco + + + + 100401.606 + + + + + 1000000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 784929.356 + + + + + 6100000 + + United States + + + + 6100000 + + + + + 3000000 + + United States + + + + 3000000 + + + + + 187619 + + UK - Foreign, Commonwealth and Development Office + + + + 245574.607 + + + + + 200000 + + Luxembourg Aid & Development + + + + 233100.234 + + + + + 1384086.79 + + Germany - Federal Foreign Office + + + + 1423957.603 + + + + + 13145.54 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 13145.54 + + + + + 11300000 + + United States + + + + 11300000 + + + + + 1000000 + + France - Ministry for Europe and Foreign Affairs + + + + 1091703.057 + + + + + 100000 + + Government of Monaco + + + + 100401.606 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-WCA-CAF + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in the Central African Republic</narrative> + <narrative xml:lang="fr">L'opération du HCR en République centrafricaine</narrative> + + + This activity shows details of the UNHCR operation in the Central African Republic for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en République centrafricaine pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + Government of + + + United Nations Peacebuilding Fund + + + United Nations Central Emergency Response Fund (CERF) + + + France - Ministry for Europe and Foreign Affairs + + + OCHA Country Based Pooled Funds + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + European Union + + + Germany - Federal Foreign Office + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Bambari + + + UNHCR Field Office + + + 5.7603 20.6699 + + + + + + + + Bangui + + + UNHCR Country Office + + + 4.367 18.558 + + + + + + + + Berberati + + + UNHCR Field Office + + + 5.5016 17.467 + + + + + + + + Bouar + + + UNHCR Sub-Office + + + 5.95 15.6 + + + + + + + + Kaga Bandoro + + + UNHCR Field Office + + + 7.0046 19.177 + + + + + + + + Obo + + + UNHCR Field Office + + + 5.394 26.4925 + + + + + + + + Paoua + + + UNHCR Field Office + + + 7.25 16.433 + + + + + + + + Zémio + + + UNHCR Field Office + + + 5.0282 25.1424 + + + + + + Protection + + + Early Recovery + + + Emergency Shelter and NFI + + + Food Security + + + Material relief assistance and services + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Operational Support and Supply Chain + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Protection Policy and Law + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + 10. Reduced inequalities + + + 01. No poverty + + + 05. Gender equality + + + 16. Peace, justice and strong institutions + + + 08. Decent work and economic growth + + + 17. Partnerships for the goals + + + République Centrafricaine Plan de Réponse Humanitaire 2023 + + + + South Sudan Regional Refugee Response Plan 2023 + + + + Sudan Emergency: Regional Refugee Response Plan 2023 + + + + Sudan Emergency, UNHCR Supplementary Appeal, May-October 2023 + + + + + + + + + + + 100571242 + + + + + 0 + + + + + 102088506 + + + + + 0 + + + + + 86684537 + + + + + + 715690 + + For 2024 + + + United Nations Peacebuilding Fund + + + + 715690 + + + + + 8100000 + + United States + + + + 8100000 + + + + + 500000 + + Government of + + + + 500000 + + + + + 4300000 + + United States + + + + 4300000 + + + + + 426000 + + United Nations Peacebuilding Fund + + + + 426000 + + + + + 400000 + + United States + + + + 400000 + + + + + 3900000 + + United States + + + + 3900000 + + + + + 500000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 371471.026 + + + + + 2200000 + + United States + + + + 2200000 + + + + + 2000000 + + United Nations Central Emergency Response Fund (CERF) + + + + 2000000 + + + + + 2000000 + + Education Cannot Wait + + + + 2000000 + + + + + 19718.31 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 19718.31 + + + + + 100000 + + Luxembourg Aid & Development + + + + 116550.117 + + + + + 105719 + + European Union + + + + 112706.823 + + + + + 1000000 + + France - Ministry for Europe and Foreign Affairs + + + + 1091703.057 + + + + + 992558.74 + + Germany - Federal Foreign Office + + + + 1021150.967 + + + + + 1018652.8 + + OCHA Country Based Pooled Funds + + + + 1018652.8 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-WCA-CIV + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Côte d'Ivoire</narrative> + <narrative xml:lang="fr">L'opération du HCR en Côte d'Ivoire</narrative> + + + This activity shows details of the UNHCR operation in Côte d'Ivoire for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en Côte d'Ivoire pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + Germany - Federal Foreign Office + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Abidjan + + + UNHCR Country Office + + + 5.3776 -3.9966 + + + + + + + + Guiglo + + + UNHCR Sub-Office + + + 6.5432 -7.4842 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 10. Reduced inequalities + + + 01. No poverty + + + 03. Good health and well-being + + + 16. Peace, justice and strong institutions + + + 08. Decent work and economic growth + + + 05. Gender equality + + + 11. Sustainable cities and communities + + + 04. Quality education + + + 17. Partnerships for the goals + + + + + + + + + + 15912240 + + + + + 20912240 + + + + + 66523922 + + + + + + 4000000 + + United States + + + + 4000000 + + + + + 200300 + + United States + + + + 200300 + + + + + 182026.74 + + Germany - Federal Foreign Office + + + + 187270.309 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-WCA-CMRMCO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Cameroon Multi-Country Office</narrative> + <narrative xml:lang="fr">Bureau multipays du HCR au Cameroun</narrative> + + + This activity shows details of the UNHCR Cameroon Multi-Country for 2023 and future years including the budget, funding, expenditure and results. The Cameroon Multi-Country Office coordinates activities in Cameroon and Gabon and also covers Equatorial Guinea and Sao Tome Principe. + Cette activité montre les détails de Cameroun bureau multipays du HCR pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. Le bureau multipays du Cameroun coordonne les activités au Cameroun et au Gabon et couvre également la Guinée équatoriale et Sao Tomé Principe. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Union + + + European Commission - International Partnerships + + + United Nations Peacebuilding Fund + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + Germany - Federal Foreign Office + + + United Nations Trust Fund for Human Security + + + United States + + + Germany - Ministry for Economic Cooperation and Development + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + UK - Home Office + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Batouri + + + UNHCR Field Office + + + 4.4333 14.3667 + + + + + + + + Bertoua + + + UNHCR Field Office + + + 4.573 13.6685 + + + + + + + + Djohong + + + UNHCR Field Office + + + 6.836 14.6955 + + + + + + + + Douala + + + UNHCR Field Office + + + 4.0475 9.7064 + + + + + + + + Kousséri + + + UNHCR Field Office + + + 12.078 15.031 + + + + + + + + Maroua + + + UNHCR Sub-Office + + + 10.5956 14.3247 + + + + + + + + Meiganga + + + UNHCR Sub-Office + + + 6.5215 14.2847 + + + + + + + + Touboro + + + UNHCR Field Office + + + 7.7693 15.3471 + + + + + + + + Yaounde + + + UNHCR Multi-country Office + + + 3.8816 11.5116 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 04. Quality education + + + 16. Peace, justice and strong institutions + + + 10. Reduced inequalities + + + 03. Good health and well-being + + + 01. No poverty + + + 08. Decent work and economic growth + + + 06. Clean water and sanitation + + + 11. Sustainable cities and communities + + + 05. Gender equality + + + 17. Partnerships for the goals + + + Cameroon Humanitarian Response Plan 2023 + + + + + + + + + + + 135701931 + + + + + 142776107 + + + + + 0 + + + + + 0 + + + + + + 162413 + + Monthly contribution summary + + + Private donors + + + + 162412.5 + + + + + 211072 + + For 2024 + + + United Nations Peacebuilding Fund + + + + 211072 + + + + + 92016 + + European Union + + + + 98098.081 + + + + + 7200000 + + United States + + + + 7200000 + + + + + 633373 + + United Nations Peacebuilding Fund + + + + 633373 + + + + + 800000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 627943.485 + + + + + 36141.84 + + UK - Home Office + + + + 44730 + + + + + 421840 + + United States + + + + 421840 + + + + + 3600000 + + United States + + + + 3600000 + + + + + 200000 + + Germany - Federal Foreign Office + + + + 233918.129 + + + + + 192804.99 + + Germany - Ministry for Economic Cooperation and Development + + + + 227632.809 + + + + + 19718.31 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 19718.31 + + + + + 1634802.69 + + Germany - Federal Foreign Office + + + + 1681895.772 + + + + + 14617 + + European Commission - International Partnerships + + + + 16368.421 + + + + + 13300000 + + United States + + + + 13300000 + + + + + 12000000 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 1152294.987 + + + + + 11147.26 + + United Nations Trust Fund for Human Security + + + + 11147.26 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-WCA-GHA + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Ghana</narrative> + <narrative xml:lang="fr">L'opération du HCR au Ghana</narrative> + + + This activity shows details of the UNHCR operation in Ghana for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Ghana pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United States + + + Government of Canada + + + Germany - Federal Foreign Office + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Accra + + + UNHCR Country Office + + + 5.5752 -0.1753 + + + + + + + + Sunyani + + + UNHCR Field Unit + + + 7.3361 -2.3364 + + + + + + + + Takoradi + + + UNHCR Field Office + + + 4.887 -1.752 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 08. Decent work and economic growth + + + 11. Sustainable cities and communities + + + 01. No poverty + + + 06. Clean water and sanitation + + + 16. Peace, justice and strong institutions + + + 03. Good health and well-being + + + 05. Gender equality + + + 10. Reduced inequalities + + + 04. Quality education + + + 17. Partnerships for the goals + + + + + + + + + + 10244448 + + + + + 6128387 + + + + + + 51440 + + Monthly contribution summary + + + Private donors + + + + 51440.329 + + + + + 12304 + + For 2025 + + + Government of Canada + + + + 9688.189 + + + + + 49218 + + For 2024 + + + Government of Canada + + + + 38754.33 + + + + + 69834.83 + + Germany - Federal Foreign Office + + + + 71846.532 + + + + + 500000 + + France - Ministry for Europe and Foreign Affairs + + + + 547045.952 + + + + + 49218 + + Government of Canada + + + + 38754.33 + + + + + 2500000 + + United States + + + + 2500000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-WCA-LBR + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Liberia</narrative> + <narrative xml:lang="fr">L'opération du HCR au Libéria</narrative> + + + This activity shows details of the UNHCR operation in Liberia for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Libéria pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Germany - Federal Foreign Office + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Monrovia + + + UNHCR Country Office + + + 6.3134 -10.8159 + + + + + + + + Zwedru + + + UNHCR Sub-Office + + + 6.07 -8.132 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 08. Decent work and economic growth + + + 11. Sustainable cities and communities + + + 03. Good health and well-being + + + 04. Quality education + + + 01. No poverty + + + 10. Reduced inequalities + + + 05. Gender equality + + + + + + + + + + 10000000 + + + + + 0 + + + + + + 114482.63 + + Germany - Federal Foreign Office + + + + 117780.484 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-WCA-MLI + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Mali</narrative> + <narrative xml:lang="fr">L'opération du HCR au Mali</narrative> + + + This activity shows details of the UNHCR operation in Mali for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Mali pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + Government of Spain + + + France - Ministry for Europe and Foreign Affairs + + + Germany - Federal Foreign Office + + + Education Cannot Wait + + + UK - Foreign, Commonwealth and Development Office + + + United States + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Bamako + + + UNHCR Country Office + + + 12.6053 -7.9697 + + + + + + + + Gao + + + UNHCR Sub-Office + + + 16.275 -0.052 + + + + + + + + Mopti + + + UNHCR Field Office + + + 14.4832 -4.183 + + + + + + + + Timbouctou + + + UNHCR Field Office + + + 16.776 -3.01 + + + + + + Protection + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Sexual and Gender-based Violence + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 01. No poverty + + + 04. Quality education + + + 03. Good health and well-being + + + 05. Gender equality + + + 11. Sustainable cities and communities + + + 16. Peace, justice and strong institutions + + + 08. Decent work and economic growth + + + 17. Partnerships for the goals + + + Mali Plan de Réponse Humanitaire 2023 + + + + + + + + + + + 74247728 + + + + + 66409511 + + + + + 0 + + + + + 0 + + + + + + 3674 + + Monthly contribution summary + + + Private donors + + + + 3673.769 + + + + + 201479 + + For 2024 + + + UK - Foreign, Commonwealth and Development Office + + + + 263715.969 + + + + + 9999999.85 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 960245.808 + + + + + 783332 + + Education Cannot Wait + + + + 783332 + + + + + 760159.74 + + Germany - Federal Foreign Office + + + + 782057.346 + + + + + 6200000 + + United States + + + + 6200000 + + + + + 300000 + + Government of Spain + + + + 332594.235 + + + + + 3300000 + + United States + + + + 3300000 + + + + + 32769.95 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 32769.95 + + + + + 201479 + + UK - Foreign, Commonwealth and Development Office + + + + 263715.969 + + + + + 1700000 + + United States + + + + 1700000 + + + + + 1500000 + + France - Ministry for Europe and Foreign Affairs + + + + 1637554.585 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-WCA-NER + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in the Republic of Niger</narrative> + <narrative xml:lang="fr">L'opération du HCR en République du Niger</narrative> + + + This activity shows details of the UNHCR operation in the Republic of Niger for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR en République du Niger pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Government of Monaco + + + Germany - Ministry for Economic Cooperation and Development + + + European Union + + + United States + + + Government of Italy + + + France - Ministry for Europe and Foreign Affairs + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + Government of Spain + + + Luxembourg Aid & Development + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + Germany - Federal Foreign Office + + + UK - Foreign, Commonwealth and Development Office + + + United Nations Peacebuilding Fund + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Abala + + + UNHCR Field Office + + + 14.9277 3.4337 + + + + + + + + Agadez + + + UNHCR Field Unit + + + 16.97 7.98 + + + + + + + + Diffa + + + UNHCR Sub-Office + + + 13.315 12.6176 + + + + + + + + Niamey + + + UNHCR Country Office + + + 13.516 2.118 + + + + + + + + Ouallam + + + UNHCR Field Office + + + 14.3181 2.0899 + + + + + + + + Tahoua + + + UNHCR Field Office + + + 14.8906 5.2659 + + + + + + + + Tillabéri + + + UNHCR Field Office + + + 14.1953 1.4218 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 01. No poverty + + + 11. Sustainable cities and communities + + + 05. Gender equality + + + 08. Decent work and economic growth + + + 04. Quality education + + + 16. Peace, justice and strong institutions + + + 10. Reduced inequalities + + + 06. Clean water and sanitation + + + 03. Good health and well-being + + + 17. Partnerships for the goals + + + Niger Plan de Réponse Humanitaire 2023 + + + + + + + + + + + 0 + + + + + 135673037 + + + + + 137602052 + + + + + + 7289258 + + Monthly contribution summary + + + Private donors + + + + 7289258.25 + + + + + 20661 + + Monthly contribution summary + + + Private donors + + + + 20661.248 + + + + + 200000 + + For 2025 + + + Luxembourg Aid & Development + + + + 233100.234 + + + + + 550679.47 + + For 2024 + + + Germany - Ministry for Economic Cooperation and Development + + + + 566542.665 + + + + + 457355 + + For 2024 + + + Government of Italy + + + + 507045.455 + + + + + 34246 + + For 2024 + + + Government of Monaco + + + + 35747.39 + + + + + 231689 + + For 2024 + + + UK - Foreign, Commonwealth and Development Office + + + + 303257.853 + + + + + 200000 + + For 2024 + + + Luxembourg Aid & Development + + + + 233100.234 + + + + + 13111091 + + For 2024 + + + European Union + + + + 13977708.956 + + + + + 100000 + + For 2024 + + + Government of Monaco + + + + 105374.078 + + + + + 8846123 + + European Union + + + + 9430834.755 + + + + + 7300000 + + United States + + + + 7300000 + + + + + 638999.7 + + Germany - Ministry for Economic Cooperation and Development + + + + 657407.099 + + + + + 58680 + + Government of Monaco + + + + 61252.61 + + + + + 400000 + + Government of Spain + + + + 443458.982 + + + + + 340419.81 + + Germany - Ministry for Economic Cooperation and Development + + + + 395836.989 + + + + + 500000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 392464.678 + + + + + 37760 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 37760 + + + + + 339818 + + Government of Italy + + + + 376738.359 + + + + + 300000 + + Germany - Federal Foreign Office + + + + 350877.193 + + + + + 300000 + + Luxembourg Aid & Development + + + + 349650.351 + + + + + 3400000 + + United States + + + + 3400000 + + + + + 332023 + + United Nations Peacebuilding Fund + + + + 332023 + + + + + 231689 + + UK - Foreign, Commonwealth and Development Office + + + + 303257.853 + + + + + 220463.2 + + Germany - Ministry for Economic Cooperation and Development + + + + 260287.131 + + + + + 2250000 + + Government of Italy + + + + 2427184.466 + + + + + 1500000 + + France - Ministry for Europe and Foreign Affairs + + + + 1637554.585 + + + + + 1553519.77 + + Germany - Federal Foreign Office + + + + 1598271.368 + + + + + 12700000 + + United States + + + + 12700000 + + + + + 100000 + + Government of Monaco + + + + 105374.078 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-WCA-NGA + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR operation in Nigeria</narrative> + <narrative xml:lang="fr">L'opération du HCR au Nigéria</narrative> + + + This activity shows details of the UNHCR operation in Nigeria for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Nigéria pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + Germany - Federal Foreign Office + + + Government of Nigeria + + + United States + + + Ministry of Foreign Affairs, Denmark + + + Government of Spain + + + European Commission - Humanitarian Aid & Civil Protection + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Abuja + + + UNHCR Country Office + + + 9.0712 7.5511 + + + + + + + + Calabar + + + UNHCR Sub-Office + + + 4.9701 8.3286 + + + + + + + + Damaturu + + + UNHCR Field Unit + + + 11.747 11.9608 + + + + + + + + Ikom + + + UNHCR Field Office + + + 5.9676 8.7061 + + + + + + + + Jalingo + + + UNHCR Field Unit + + + 8.8955 11.3889 + + + + + + + + Kwande + + + UNHCR Field Office + + + 6.8887 9.2335 + + + + + + + + Lagos + + + UNHCR Field Unit + + + 6.453 3.387 + + + + + + + + Maiduguri + + + UNHCR Sub-Office + + + 11.8594 13.1311 + + + + + + + + Makurdi + + + UNHCR Field Unit + + + 7.7313 8.5384 + + + + + + + + Yola + + + UNHCR Field Office + + + 9.2333 12.4446 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 01. No poverty + + + 04. Quality education + + + 16. Peace, justice and strong institutions + + + 11. Sustainable cities and communities + + + 03. Good health and well-being + + + 08. Decent work and economic growth + + + 10. Reduced inequalities + + + 06. Clean water and sanitation + + + 05. Gender equality + + + 17. Partnerships for the goals + + + Nigeria Humanitarian Response Plan 2023 + + + + + + + + + + + 98239376 + + + + + 107083393 + + + + + 0 + + + + + + 983 + + Monthly contribution summary + + + Private donors + + + + 982.871 + + + + + 69652 + + Monthly contribution summary + + + Private donors + + + + 69652.246 + + + + + 4991 + + Monthly contribution summary + + + Private donors + + + + 4990.989 + + + + + 3986 + + Monthly contribution summary + + + Private donors + + + + 3985.811 + + + + + 36010 + + Monthly contribution summary + + + Private donors + + + + 36010.193 + + + + + 3555 + + Monthly contribution summary + + + Private donors + + + + 3554.82 + + + + + 3444 + + Monthly contribution summary + + + Private donors + + + + 3444.283 + + + + + 265654 + + Monthly contribution summary + + + Private donors + + + + 265653.819 + + + + + 25 + + Monthly contribution summary + + + Private donors + + + + 25.49 + + + + + 1630 + + Monthly contribution summary + + + Private donors + + + + 1630.111 + + + + + 1509 + + Monthly contribution summary + + + Private donors + + + + 1508.825 + + + + + 150102 + + Monthly contribution summary + + + Private donors + + + + 150102 + + + + + 150022 + + Monthly contribution summary + + + Private donors + + + + 150022.086 + + + + + 1365 + + Monthly contribution summary + + + Private donors + + + + 1364.85 + + + + + 12476 + + Monthly contribution summary + + + Private donors + + + + 12475.653 + + + + + 11462 + + Monthly contribution summary + + + Private donors + + + + 11461.833 + + + + + 149959 + + For 2024 + + + Private donors + + + + 149959.162 + + + + + 9100000 + + United States + + + + 9100000 + + + + + 80000 + + Government of Spain + + + + 87815.588 + + + + + 425101.04 + + Ministry of Foreign Affairs, Denmark + + + + 64399.491 + + + + + 587136 + + European Commission - Humanitarian Aid & Civil Protection + + + + 612876.827 + + + + + 4900000 + + United States + + + + 4900000 + + + + + 400000 + + Germany - Federal Foreign Office + + + + 467836.257 + + + + + 399625 + + European Commission - Humanitarian Aid & Civil Protection + + + + 435796.074 + + + + + 379999.99 + + Government of Spain + + + + 409041.97 + + + + + 33019.08 + + Government of Nigeria + + + + 33019.08 + + + + + 2500000 + + United States + + + + 2500000 + + + + + 200000 + + Government of Spain + + + + 221729.49 + + + + + 1124212.92 + + Germany - Federal Foreign Office + + + + 1156597.655 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-WCA-RA + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR regional activities in West and Central Africa</narrative> + <narrative xml:lang="fr">Activités régionales du HCR pour l'Afrique occidentale et centrale</narrative> + + + This activity shows details of UNHCR regional activities in West and Central Africa in 2022. + Cette activité montre les détails d'activitiés régionales du HCR à l'Afrique de l'Ouest et à l'Afrique centrale pour 2023 et les années à venir. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + African Development Bank + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + European Union + + + Education Cannot Wait + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Africa + + + + + Brazzaville + + + UNHCR Country Office + + + -4.2726 15.2721 + + + + + + + + Harare + + + UNHCR Country Office + + + -17.828 31.054 + + + + + + + + Kinshasa + + + UNHCR Country Office + + + -4.3246 15.2768 + + + + + + + + Libreville + + + UNHCR Country Office + + + 0.392 9.453 + + + + + + + + Lilongwe + + + UNHCR Country Office + + + -13.981 33.774 + + + + + + + + Luanda + + + UNHCR Country Office + + + -8.8299 13.233 + + + + + + + + Lusaka + + + UNHCR Country Office + + + -15.417 28.288 + + + + + + + + Maputo + + + UNHCR Country Office + + + -25.961 32.574 + + + + + + + + Pretoria + + + UNHCR Multi-country Office + + + -25.73 28.217 + + + + + + Protection + + + Early Recovery + + + Education + + + Gender Based Violence + + + Food Security + + + Material relief assistance and services + + + Education in emergencies + + + Relief co-ordination and support services + + + Humanitarian Assistance + + + Systems and Processes + + + People and Culture + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Education + + + Self Reliance, Economic Inclusion and Livelihoods + + + Resettlement and Complementary Pathways + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + 10. Reduced inequalities + + + 05. Gender equality + + + 08. Decent work and economic growth + + + 04. Quality education + + + 16. Peace, justice and strong institutions + + + 17. Partnerships for the goals + + + + + + + + + + 4076807 + + + + + 4110728 + + + + + + 392559 + + For 2024 + + + European Union + + + + 418506.397 + + + + + 95850 + + Education Cannot Wait + + + + 95850 + + + + + 8694.4 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 8694.4 + + + + + 6829.58 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 6829.58 + + + + + 632434 + + European Union + + + + 674236.674 + + + + + 23430 + + African Development Bank + + + + 23430 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-WCA-RB + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Regional Bureau for West and Central Africa</narrative> + <narrative xml:lang="fr">Bureau regional du HCR pour l'Afrique de l'Ouest et L'Afrique centrale</narrative> + + + This activity shows details of the UNHCR Regional Bureau for the West and Centre of Africa for 2023 and future years including budget, funding and expenditure. + Cette activité montre les détails du bureau regional du HCR pour l'Afrique de l'Ouest et L'Afrique centrale pour 2023 et les années à venir y compris le budget, les financements, et les dépenses. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Union + + + Education Cannot Wait + + + UK - Foreign, Commonwealth and Development Office + + + Germany - Ministry for Economic Cooperation and Development + + + African Development Bank + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + Africa + + + + + Dakar + + + UNHCR Regional Bureau + + + 14.7297 -17.4638 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Emergency Shelter and NFI + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Systems and Processes + + + Operational Support and Supply Chain + + + People and Culture + + + External Engagement and Resource Mobilization + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Local Integration and other Local Solutions + + + Protection Policy and Law + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 05. Gender equality + + + 11. Sustainable cities and communities + + + 01. No poverty + + + 08. Decent work and economic growth + + + 03. Good health and well-being + + + 10. Reduced inequalities + + + 16. Peace, justice and strong institutions + + + 06. Clean water and sanitation + + + 17. Partnerships for the goals + + + + + + + + + + 21011888 + + + + + 19043356 + + + + + 18889613 + + + + + + 646090 + + For 2024 + + + UK - Foreign, Commonwealth and Development Office + + + + 845667.539 + + + + + 646091 + + UK - Foreign, Commonwealth and Development Office + + + + 845668.848 + + + + + 78943.13 + + African Development Bank + + + + 78943.13 + + + + + 475813 + + European Union + + + + 507263.326 + + + + + 242172.17 + + Education Cannot Wait + + + + 242172.17 + + + + + 154769.66 + + Germany - Ministry for Economic Cooperation and Development + + + + 182726.871 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Regional Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-WCA-SENMCO + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative>UNHCR Senegal Multi-Country Office</narrative> + <narrative xml:lang="fr">Bureau multipays du HCR au Sénégal</narrative> + + + This activity shows details of the UNHCR Senegal Multi-Country Office for 2023 and future years including the budget, funding, expenditure and results. The Senegal Multi-Country Office coordinates activities in Guinea, Guinea Bissau, Senegal and Togo and also covers Benin, Cape Verde, Gambia and Sierra Leone. + Cette activité montre les détails de Sénégal bureau multipays du HCR pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. Le bureau multipays du Sénégal coordonne les activités en Guinée, en Guinée Bissau, au Sénégal et au Togo et couvre également le Bénin, le Cap-Vert, la Gambie et la Sierra Leone. + + + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + UK - Home Office + + + Government of Canada + + + United States + + + Germany - Federal Foreign Office + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Banjul + + + UNHCR National Office + + + 13.458 -16.589 + + + + + + + + Bissau + + + UNHCR Liaison Office + + + 11.8561 -15.587 + + + + + + + + Conakry + + + UNHCR Country Office + + + 9.5345 -13.6722 + + + + + + + + Cotonou + + + UNHCR National Office + + + 6.356 2.4361 + + + + + + + + Dakar + + + UNHCR Multi-country Office + + + 14.7297 -17.4638 + + + + + + + + Freetown + + + UNHCR National Office + + + 8.484 -13.234 + + + + + + + + Lome + + + UNHCR Country Office + + + 6.1518 1.2364 + + + + + + + + Nzerekore + + + UNHCR Field Office + + + 7.7376 -8.8213 + + + + + + Protection + + + Early Recovery + + + Material relief assistance and services + + + Humanitarian Assistance + + + Attaining Favorable Protection Environments + + + Securing Solutions + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Protection Policy and Law + + + 10. Reduced inequalities + + + + + + + + + + 26691943 + + + + + 0 + + + + + 18315276 + + + + + 14891190 + + + + + + 33 + + Monthly contribution summary + + + Private donors + + + + 32.751 + + + + + 33 + + Monthly contribution summary + + + Private donors + + + + 32.68 + + + + + 32 + + Monthly contribution summary + + + Private donors + + + + 32.293 + + + + + 32 + + Monthly contribution summary + + + Private donors + + + + 32.189 + + + + + 12850 + + For 2025 + + + Government of Canada + + + + 10118.11 + + + + + 51401 + + For 2024 + + + Government of Canada + + + + 40473.229 + + + + + 900000 + + United States + + + + 900000 + + + + + 41209 + + UK - Home Office + + + + 51001.238 + + + + + 500000 + + United States + + + + 500000 + + + + + 4500000 + + United States + + + + 4500000 + + + + + 51401 + + Government of Canada + + + + 40473.229 + + + + + 209501.6 + + Germany - Federal Foreign Office + + + + 215536.625 + + + + + 1700000 + + United States + + + + 1700000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + + XM-DAC-41121-2023-WCA-TCD + + United Nations High Commissioner for Refugees (UNHCR) + + + <narrative xml:lang="ar">عملية المفوضية في تشاد</narrative> + <narrative>UNHCR operation in Chad</narrative> + <narrative xml:lang="fr">L'opération du HCR au Tchad</narrative> + + + This activity shows details of the UNHCR operation in Chad for 2023 and future years including the budget, funding, expenditure and results. + Cette activité montre les détails de l'opération du HCR au Tchad pour 2023 et les années à venir, y compris le budget, les financements, les dépenses et les résultats. + + + المفوضية السامية للأمم المتحدة لشؤون اللاجئين هي منظمة عالمية تكرس عملها لإنقاذ الأرواح وحماية الحقوق وبناء مستقبل أفضل للاجئين والمجتمعات النازحة قسرًا وعديمي الجنسية + UNHCR, the UN Refugee Agency, is a global organisation dedicated to saving lives, protecting rights and building a better future for refugees, forcibly displaced communities and stateless people. + Le HCR, l'Agence des Nations Unies pour les réfugiés, est une organisation internationale qui a pour mission de sauver des vies, de protéger les droits des réfugiés et de construire un avenir meilleur pour les réfugiés, les communautés déplacées et les apatrides. + + + Governmental donors of unearmarked and flexible funds + + + Australia for UNHCR + + + España con ACNUR (Spain) + + + Fundación ACNUR Comité Argentino (Argentina) + + + Japan for UNHCR + + + Sweden for UNHCR + + + Switzerland for UNHCR + + + UK for UNHCR + + + UNO-Flüchtlingshilfe (Germany) + + + USA for UNHCR + + + European Union + + + Education Cannot Wait + + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + Government of Chad + + + Government of the United Arab Emirates + + + Government of Italy + + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + United Nations Central Emergency Response Fund (CERF) + + + European Commission - Humanitarian Aid & Civil Protection + + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + UK - Foreign, Commonwealth and Development Office + + + Germany - Federal Foreign Office + + + United States + + + Ministry of Foreign Affairs, Denmark + + + Government of Spain + + + Ministry of Foreign Affairs of Japan + + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + Government of + + + United Nations High Commissioner for Refugees (UNHCR) + + + United Nations High Commissioner for Refugees (UNHCR) + + + Private donors + + + + + + + + United Nations High Commissioner for Refugees (UNHCR) + + IATI@unhcr.org + http://www.unhcr.org/ + + Case Postale 2500, CH-1211 Genève 2 Dépôt, Suisse + + + + + + + + Amdjarass + + + UNHCR Field Office + + + 16.0735 22.842 + + + + + + + + Baga-Sola + + + UNHCR Field Office + + + 13.5381 14.312 + + + + + + + + Farchana + + + UNHCR Sub-Office + + + 13.5929 21.8208 + + + + + + + + Gore + + + UNHCR Sub-Office + + + 7.9342 16.6394 + + + + + + + + Goz Beïda + + + UNHCR Sub-Office + + + 12.2199 21.4215 + + + + + + + + Guéréda + + + UNHCR Field Office + + + 14.5125 22.0884 + + + + + + + + Hadjar Hadid + + + UNHCR Field Office + + + 13.4407 21.6642 + + + + + + + + Haraze + + + UNHCR Field Office + + + 10.0022 20.9674 + + + + + + + + Iriba + + + UNHCR Sub-Office + + + 15.1255 22.2542 + + + + + + + + Koukou - Angarana + + + UNHCR Field Office + + + 12.0045 21.7029 + + + + + + + + Maro + + + UNHCR Field Office + + + 8.4222 18.7894 + + + + + + + + N'Djamena + + + UNHCR Country Office + + + 12.0924 15.0588 + + + + + + Protection + + + Water Sanitation Hygiene + + + Early Recovery + + + Education + + + Emergency Shelter and NFI + + + Child Protection + + + Gender Based Violence + + + Food Security + + + Health + + + Material relief assistance and services + + + Basic Health Care Services in Emergencies + + + Education in emergencies + + + Relief co-ordination and support services + + + Logistics + + + Humanitarian Assistance + + + Operational Support and Supply Chain + + + Attaining Favorable Protection Environments + + + Realizing Basic Rights in Safe Environments + + + Empowering Communities and Achieving Gender Equality + + + Securing Solutions + + + Access to Territory, Registration and Documentation + + + Healthy Lives + + + Education + + + Clean Water, Sanitation and Hygiene + + + Self Reliance, Economic Inclusion and Livelihoods + + + Voluntary Repatriation and Sustainable Reintegration + + + Resettlement and Complementary Pathways + + + Local Integration and other Local Solutions + + + Status Determination + + + Protection Policy and Law + + + Sexual and Gender-based Violence + + + Child Protection + + + Safety and Access to Justice + + + Community Engagement and Women's Empowerment + + + Well-Being and Basic Needs + + + Sustainable Housing and Settlements + + + 10. Reduced inequalities + + + 05. Gender equality + + + 03. Good health and well-being + + + 01. No poverty + + + 04. Quality education + + + 08. Decent work and economic growth + + + 06. Clean water and sanitation + + + 11. Sustainable cities and communities + + + 16. Peace, justice and strong institutions + + + 17. Partnerships for the goals + + + Tchad Plan de Réponse Humanitaire 2023 + + + + Sudan Emergency: Regional Refugee Response Plan 2023 + + + + Sudan Emergency, UNHCR Supplementary Appeal, May-October 2023 + + + + + + + + + + + 230033687 + + + + + 307928470 + + + + + 172510728 + + + + + + 480 + + Monthly contribution summary + + + Private donors + + + + 480.405 + + + + + 43621 + + Monthly contribution summary + + + Private donors + + + + 43620.501 + + + + + 280 + + Monthly contribution summary + + + Private donors + + + + 280.29 + + + + + 1991118 + + Monthly contribution summary + + + Private donors + + + + 1991117.937 + + + + + 19037 + + Monthly contribution summary + + + Private donors + + + + 19037.038 + + + + + 157 + + Monthly contribution summary + + + Private donors + + + + 157.19 + + + + + 14434 + + Monthly contribution summary + + + Private donors + + + + 14434.338 + + + + + 139849 + + Monthly contribution summary + + + Private donors + + + + 139848.5 + + + + + 1105 + + Monthly contribution summary + + + Private donors + + + + 1104.663 + + + + + 109 + + Monthly contribution summary + + + Private donors + + + + 108.932 + + + + + 1061 + + Monthly contribution summary + + + Private donors + + + + 1061.159 + + + + + 233991 + + For 2024 + + + UK - Foreign, Commonwealth and Development Office + + + + 306270.942 + + + + + 96000 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 96000 + + + + + 10000000 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 920471.282 + + + + + 833098 + + Government of Spain + + + + 896768.568 + + + + + 8700000 + + United States + + + + 8700000 + + + + + 857880 + + Government of Chad + + + + 857880 + + + + + 76912 + + European Union + + + + 81995.735 + + + + + 7000000 + + United States + + + + 7000000 + + + + + 600002 + + United Nations Central Emergency Response Fund (CERF) + + + + 600002 + + + + + 500000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 575373.993 + + + + + 700000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 549450.55 + + + + + 49468 + + Government of Spain + + + + 53248.654 + + + + + 530782 + + United States + + + + 530782 + + + + + 529032 + + Government of the United Arab Emirates + + + + 529032 + + + + + 500000 + + Government of + + + + 500000 + + + + + 4499879 + + Ministry of Foreign Affairs of Japan + + + + 4499879 + + + + + 4300000 + + United States + + + + 4300000 + + + + + 4000000 + + United Nations Central Emergency Response Fund (CERF) + + + + 4000000 + + + + + 3496717 + + European Commission - Humanitarian Aid & Civil Protection + + + + 3876626.386 + + + + + 305000 + + Government of Spain + + + + 338137.472 + + + + + 30000 + + Government of Spain + + + + 32930.845 + + + + + 233991 + + UK - Foreign, Commonwealth and Development Office + + + + 306270.942 + + + + + 3000000 + + Education Cannot Wait + + + + 3000000 + + + + + 400000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 293470.286 + + + + + 2500000 + + United States + + + + 2500000 + + + + + 15703006.5 + + Ministry of Foreign Affairs, Denmark + + + + 2378882.972 + + + + + 23400000 + + United States + + + + 23400000 + + + + + 1974813.55 + + Germany - Federal Foreign Office + + + + 2031701.183 + + + + + 19718.31 + + United Nations Joint Programme on HIV and AIDS Secretariat (UNAIDS) + + + + 19718.31 + + + + + 2500000 + + Canada - Global Affairs Canada | Affaires mondiales Canada + + + + 1857355.126 + + + + + 1500000 + + Government of Italy + + + + 1618122.977 + + + + + 16100000 + + United States + + + + 16100000 + + + + + 15000000.2 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 1440368.754 + + + + + 13000000 + + Sweden, through Swedish International Development Cooperation Agency (Sida) + + + + 1194852.941 + + + + + 100000 + + Germany - Federal Foreign Office + + + + 116959.064 + + + + + 1100187 + + United Nations Central Emergency Response Fund (CERF) + + + + 1100187 + + + + + 999062 + + European Commission - Humanitarian Aid & Civil Protection + + + + 1096665.201 + + + + + 1000000 + + Switzerland - Swiss Agency for Development and Cooperation (SDC) + + + + 1049317.943 + + + + + 10400000 + + United States + + + + 10400000 + + + + + 95000 + + Government of Spain + + + + 103598.692 + + + + + 1000000 + + Ministry of Foreign Affairs of Japan + + + + 1000000 + + + + <narrative>UNHCR Microdata Library</narrative> + + + + + + + + <narrative>Strategy</narrative> + + + + + + + + <narrative>Populations</narrative> + + + + + + + + <narrative>Financials</narrative> + + + + + + + + <narrative>UNHCR Contract Awards - UN Global Marketplace</narrative> + + + + + + + + <narrative>UNHCR Evaluations Library</narrative> + + + + + + + + <narrative>UNHCR Tender Notices - UN Global Marketplace</narrative> + + + + + + + + <narrative>Operation Website</narrative> + + + + + + + + <narrative>المفوضية السامية للأمم المتحدة لشؤون اللاجئين</narrative> + + + + + + + + <narrative>Information for Refugees, Asylum-seekers and Stateless People</narrative> + + + + + + + + <narrative>UNHCR - The UN Refugee Agency</narrative> + + + + + + + + <narrative>UNHCR IATI Overview</narrative> + + + + + + + + <narrative>Refugee Response Financial Tracking Dashboards</narrative> + + + + + + + + + \ No newline at end of file diff --git a/data-raw/unhcr_2023/iati_activity.xlsx b/data-raw/unhcr_2023/iati_activity.xlsx new file mode 100644 index 0000000..6d5ff31 Binary files /dev/null and b/data-raw/unhcr_2023/iati_activity.xlsx differ diff --git a/data-raw/unhcr_2023/iati_budget.xlsx b/data-raw/unhcr_2023/iati_budget.xlsx new file mode 100644 index 0000000..2434072 Binary files /dev/null and b/data-raw/unhcr_2023/iati_budget.xlsx differ diff --git a/data-raw/unhcr_2023/iati_default_aid_type.xlsx b/data-raw/unhcr_2023/iati_default_aid_type.xlsx new file mode 100644 index 0000000..54d3863 Binary files /dev/null and b/data-raw/unhcr_2023/iati_default_aid_type.xlsx differ diff --git a/data-raw/unhcr_2023/iati_document_link.xlsx b/data-raw/unhcr_2023/iati_document_link.xlsx new file mode 100644 index 0000000..c824939 Binary files /dev/null and b/data-raw/unhcr_2023/iati_document_link.xlsx differ diff --git a/data-raw/unhcr_2023/iati_humanitarian_scope.xlsx b/data-raw/unhcr_2023/iati_humanitarian_scope.xlsx new file mode 100644 index 0000000..840426b Binary files /dev/null and b/data-raw/unhcr_2023/iati_humanitarian_scope.xlsx differ diff --git a/data-raw/unhcr_2023/iati_location.xlsx b/data-raw/unhcr_2023/iati_location.xlsx new file mode 100644 index 0000000..081c307 Binary files /dev/null and b/data-raw/unhcr_2023/iati_location.xlsx differ diff --git a/data-raw/unhcr_2023/iati_participating_org.xlsx b/data-raw/unhcr_2023/iati_participating_org.xlsx new file mode 100644 index 0000000..8550217 Binary files /dev/null and b/data-raw/unhcr_2023/iati_participating_org.xlsx differ diff --git a/data-raw/unhcr_2023/iati_related_activity.xlsx b/data-raw/unhcr_2023/iati_related_activity.xlsx new file mode 100644 index 0000000..df710e3 Binary files /dev/null and b/data-raw/unhcr_2023/iati_related_activity.xlsx differ diff --git a/data-raw/unhcr_2023/iati_result.xlsx b/data-raw/unhcr_2023/iati_result.xlsx new file mode 100644 index 0000000..30d22a2 Binary files /dev/null and b/data-raw/unhcr_2023/iati_result.xlsx differ diff --git a/data-raw/unhcr_2023/iati_sector.xlsx b/data-raw/unhcr_2023/iati_sector.xlsx new file mode 100644 index 0000000..71a32ba Binary files /dev/null and b/data-raw/unhcr_2023/iati_sector.xlsx differ diff --git a/data-raw/unhcr_2023/iati_transaction.xlsx b/data-raw/unhcr_2023/iati_transaction.xlsx new file mode 100644 index 0000000..8274de6 Binary files /dev/null and b/data-raw/unhcr_2023/iati_transaction.xlsx differ diff --git a/data/dataActivity.RData b/data/dataActivity.RData index a37814d..98cd533 100644 Binary files a/data/dataActivity.RData and b/data/dataActivity.RData differ diff --git a/data/dataBudget.RData b/data/dataBudget.RData index e1a71a8..6070f8a 100644 Binary files a/data/dataBudget.RData and b/data/dataBudget.RData differ diff --git a/data/dataDefault_aid_type.RData b/data/dataDefault_aid_type.RData index f0cff46..d1b7ff0 100644 Binary files a/data/dataDefault_aid_type.RData and b/data/dataDefault_aid_type.RData differ diff --git a/data/dataDocument_link.RData b/data/dataDocument_link.RData index 0a0506c..466747e 100644 Binary files a/data/dataDocument_link.RData and b/data/dataDocument_link.RData differ diff --git a/data/dataHumanitarian_scope.RData b/data/dataHumanitarian_scope.RData index b84570e..ce6e537 100644 Binary files a/data/dataHumanitarian_scope.RData and b/data/dataHumanitarian_scope.RData differ diff --git a/data/dataLocation.RData b/data/dataLocation.RData index 8d87c3c..82443f1 100644 Binary files a/data/dataLocation.RData and b/data/dataLocation.RData differ diff --git a/data/dataParticipating_org.RData b/data/dataParticipating_org.RData index c48f23b..ac7210c 100644 Binary files a/data/dataParticipating_org.RData and b/data/dataParticipating_org.RData differ diff --git a/data/dataRelated_activity.RData b/data/dataRelated_activity.RData index 3c2297e..02c27a7 100644 Binary files a/data/dataRelated_activity.RData and b/data/dataRelated_activity.RData differ diff --git a/data/dataSector.RData b/data/dataSector.RData index e8e5cec..d3fa674 100644 Binary files a/data/dataSector.RData and b/data/dataSector.RData differ diff --git a/data/dataTransaction.RData b/data/dataTransaction.RData index 8a03227..df6f6cb 100644 Binary files a/data/dataTransaction.RData and b/data/dataTransaction.RData differ diff --git a/dev/dev_unhcr_programme.Rmd b/dev/dev_unhcr_programme.Rmd index 193b69b..23776d1 100644 --- a/dev/dev_unhcr_programme.Rmd +++ b/dev/dev_unhcr_programme.Rmd @@ -20,11 +20,9 @@ If it is the first time you use {fusen}, after 'description', you can directly r * What are the __most funded sectors__ per country (Expenditure evolution per impact /outcome area)? - * Who are the __main donors by country__ in terms of number of - projects and/or total budget? + * Who are the __main donors by country__ in terms of number of projects and/or total budget? * Who are the __main implementing partners by country__ in terms of number of projects and/or total budget? - * What’s the breakdown of __Earmarking Type__ (Un-earmarked, Tightly - earmarked, etc.) from Donor Funds by Year? + * What’s the breakdown of __Earmarking Type__ (Un-earmarked, Tightly earmarked, etc.) from Donor Funds by Year? * What’s the level of __partnership between organisations__ when implementing projects? * How much __expenditures compare to the initial budget__ (weighted by # PoCs / GPP in the country)? * How much __indicators__ evolve over time against thresholds? @@ -353,7 +351,7 @@ pkgload::load_all(export_all = FALSE) # Keep eval=FALSE to avoid infinite loop in case you hit the knit button # Execute in the console directly -fusen::inflate(flat_file = "dev/unhcr_programme.Rmd", vignette_name = "UNHCR Programme") +fusen::inflate(flat_file = "dev/dev_unhcr_programme.Rmd", vignette_name = "UNHCR Programme") ``` diff --git a/docs/404.html b/docs/404.html index a824988..f164023 100644 --- a/docs/404.html +++ b/docs/404.html @@ -7,10 +7,12 @@ Page not found (404) • iati - - + + + + - + Articles • iatiArticles • iati Skip to contents -