Turkey
Country Collection

Turkey

Support displaced families enduring years of conflict with emergency aid, shelter and essential services when they need it most.

General Turkey Fund

Support where it’s most needed. Your donation helps complete urgent projects and respond to real-time needs.

http://image_alt

About Our Work in This Country

Islamic Help has been working in Turkey since 2016, supporting Syrian refugees living within host communities through partner-led seasonal assistance. Without a permanent country office, operations focus on Ramadan and Qurbani distributions 

delivered in collaboration with trusted local NGOs. This approach enables Islamic Help to provide timely food support to refugees excluded from formal social services, while aligning with local systems and Turkish refugee policies.

Icon-1
143,330 beneficiaries directly assisted in 2023
Icon (2)
11,978 Syrian refugees supported annually
Icon-2
53,045+ total beneficiaries across seasonal Qurbani distributions​

Choose where you will save lives

Image Mask (3)
£1 000/month

Build a Livelihood

Support a livelihood project that helps vulnerable families build long-term, sustainable sources of income.
Restore a Home
Image Mask (4)
Zakat eligible
£150/month

Dignity in Their Hands

Provide a cash distribution, giving families the freedom to choose what they need most in times of hardship.
Send Winter Aid
Image Mask (2)
Zakat eligible
£150/month

Hand Pumps Aid

Provide hand pumps that give families safe drinking water close to home, ending long and unsafe journeys.
Fund a Stall
Turkey

Water aid

Provide access to clean water where it is scarce or unsafe.
Turkey

Child welfare

Give every child a chance to grow with safety, education, and love through care that transforms lives.
Turkey

Refugee support

Delivering life-saving aid and long-term support to refugees facing crisis, displacement, and uncertainty.
Turkey

Livelihoods

Creating sustainable income opportunities and restoring dignity for vulnerable families through long-term livelihood solutions.

Stories of Change: A Mother Rebuilding 

<!– wp:acf/countries-products {“name”:”acf/countries-products”,”data”:{“field_6995079600451”:{“field_699507af00452″:”General Yemen Fund”,”field_699507b500453″:”Support where it’s most needed. Your donation helps complete urgent projects and respond to real-time needs.”,”field_699507bf00454″:”5156″,”field_699507c700455″:”image_alt”,”field_699507d600456″:” .donate-country-single__type-select { position: relative; cursor: pointer; } .donate-country-single__type-dropdown { display: none; position: absolute; top: 100%; left: 0; right: 0; z-index: 10; background: #fff; border: 1px solid #ccc; max-height: 200px; overflow-y: auto; } .donate-country-single__type-select.open .donate-country-single__type-dropdown { display: block; } .donate-country-single__type-option { padding: 8px 12px; cursor: pointer; } .donate-country-single__type-option:hover { background: #f0f0f0; }

document.addEventListener(‘DOMContentLoaded’, function() { const root = document.getElementById(‘dcs_699a7dcbd3966’); if (!root) return; const typeSelectBox = root.querySelector(‘.donate-country-single__type-select’); const typeCurrent = root.querySelector(‘.donate-country-single__type-current’); const typeOptions = root.querySelectorAll(‘.donate-country-single__type-option’); const variationContainers = root.querySelectorAll(‘.donate-country-single__variations’); const productsData = {“5268”:{“id”:5268,”name”:”Turkey”,”type”:”monthly”,”type_label”:”Monthly Donation”,”short_description”:”Gift Aid adds 25% to your impact at no extra cost to you.”,”variations”:[{“variation_id”:5269,”price”:10},{“variation_id”:5270,”price”:20},{“variation_id”:5271,”price”:50}],”nyp_id”:5272},”5273″:{“id”:5273,”name”:”Turkey”,”type”:”onetime”,”type_label”:”One time Donation”,”short_description”:”Gift Aid adds 25% to your impact at no extra cost to you.”,”variations”:[{“variation_id”:5275,”price”:50},{“variation_id”:5276,”price”:100},{“variation_id”:5277,”price”:165}],”nyp_id”:5274}}; let currentProductId = 5268; function switchToProduct(productId) { if (!productId) return; currentProductId = parseInt(productId, 10); const opt = root.querySelector(‘.donate-country-single__type-option[data-value=”‘ + productId + ‘”]’); if (typeCurrent && opt) { typeCurrent.dataset.value = productId; typeCurrent.textContent = opt.textContent.trim(); } if (typeSelectBox) typeSelectBox.classList.remove(‘open’); variationContainers.forEach(container => { container.style.display = parseInt(container.getAttribute(‘data-product-id’), 10) === currentProductId ? ” : ‘none’; }); const activeContainer = root.querySelector(‘.donate-country-single__variations[data-product-id=”‘ + currentProductId + ‘”]’); if (activeContainer) { const firstBtn = activeContainer.querySelector(‘.donate-country-single__amount-btn’); if (firstBtn) firstBtn.click(); } } if (typeSelectBox) { typeSelectBox.addEventListener(‘click’, function(e) { if (e.target.closest(‘.donate-country-single__type-option’)) return; typeSelectBox.classList.toggle(‘open’); }); } document.addEventListener(‘click’, function(e) { if (typeSelectBox && !typeSelectBox.contains(e.target)) typeSelectBox.classList.remove(‘open’); }); if (typeOptions && typeOptions.length) { typeOptions.forEach(opt => { opt.addEventListener(‘click’, function(e) { e.preventDefault(); e.stopPropagation(); switchToProduct(this.getAttribute(‘data-value’)); }); }); } variationContainers.forEach(container => { const productId = parseInt(container.getAttribute(‘data-product-id’), 10); const data = productsData[productId]; const buttons = container.querySelectorAll(‘.donate-country-single__amount-btn’); const customInput = container.querySelector(‘.donate-country-single__custom-amount’); const donateBtn = container.querySelector(‘.donate-country-single__btn’); buttons.forEach(btn => { btn.addEventListener(‘click’, function() { buttons.forEach(b => b.classList.remove(‘active’)); this.classList.add(‘active’); if (customInput) customInput.value = ”; }); }); if (container.style.display !== ‘none’ && buttons.length) buttons[0].click(); if (donateBtn && data) { donateBtn.addEventListener(‘click’, function() { const custom = customInput && customInput.value ? Number(customInput.value) : 0; if (custom > 0) { const targetId = data.nyp_id || (container.querySelector(‘.donate-country-single__amount-btn.active’) && container.querySelector(‘.donate-country-single__amount-btn.active’).dataset.vid) || data.id; if (targetId) { ajaxAddToCart({ product_id: parseInt(targetId, 10), quantity: 1, nyp: custom }); return; } } const activeBtn = container.querySelector(‘.donate-country-single__amount-btn.active’); if (activeBtn && activeBtn.dataset.vid) { ajaxAddToCart({ product_id: parseInt(activeBtn.dataset.vid, 10), quantity: 1 }); return; } alert(‘Please select amount or enter value’); }); } }); function ajaxAddToCart(payload) { if (typeof wc_add_to_cart_params === ‘undefined’) { let url = ‘/?add-to-cart=’ + payload.product_id; if (payload.nyp) url += ‘&nyp=’ + encodeURIComponent(payload.nyp); window.location.href = url; return; } const url = wc_add_to_cart_params.wc_ajax_url.replace(‘%%endpoint%%’, ‘add_to_cart’); const data = new URLSearchParams(); data.append(‘product_id’, payload.product_id); data.append(‘quantity’, payload.quantity || 1); if (payload.nyp) data.append(‘nyp’, payload.nyp); fetch(url, { method: ‘POST’, headers: { ‘Content-Type’: ‘application/x-www-form-urlencoded; charset=UTF-8’ }, body: data }) .then(r => r.json().catch(() => null)) .then(res => { if (!res || !res.fragments) return; jQuery.each(res.fragments, function(k, v) { jQuery(k).replaceWith(v); }); jQuery(document.body).trigger(‘added_to_cart’, [res.fragments, res.cart_hash, null]); jQuery(document.body).trigger(‘wc_fragment_refresh’); variationContainers.forEach(container => { const input = container.querySelector(‘.donate-country-single__custom-amount’); if (input) input.value = ”; }); }); } }); “}},”mode”:”edit”} /–>After her home was destroyed in the floods, Fatima received emergency relief and support from our local team. Today, she’s rebuilding her life with stability, dignity and hope – and her children are back in school.

Placeholder (1)
Placeholder (3)

Every act of giving helps a community grow. Support families across Turkey today

Explore all Projects in Turkey

Real Stories, Real Impact

IH newsroom

Latest Impact
IMG_8630

Accountability in Action: How Food Aid Is Delivered Responsibly and Transparently

Learn More
Latest Impact
123648540_206167627559706_8934793466495756298_o

Emergency Water Aid: How Water Saves Lives in Crisis

Learn More
Latest Impact
lslamic Help (1 of 2)

How Clean Water Changes Communities

Learn More

Volunteer

Vivamus lacinia lacus vel neque egestas, vitae volutpat purus dapibus. Nullam nec ultricies erat. Etiam ac urna metus.

    Updates that matter

    Join our mailing list for events, urgent appeals, and project updates from the communities you help empower.

      We use cookies to make your visit even better

      They help us understand how our website is used so we can improve your experience and share the stories and projects you care about most. All data is anonymous, and your privacy matters to us.
      We use cookies to make your visit even better