September 14, 2025, 08:58
In the coming days, Ukraine and the European Union plan to sign an updated trade agreement that provides for the expansion of quotas for agricultural products while maintaining protective mechanisms for the markets of EU member states. The document is expected to enter into force by the end of September. This is stated in an article by Vladislav Obukh, a journalist for ZN.UA, "From Crisis to Hope. How Ukrainian Agricultural Exports Are Surviving One of Their Most Difficult Seasons."
Deputy Prime Minister for European and Euro-Atlantic Integration Taras Kachka confirmed this in a speech at the UCAB conference, specifying that quotas for wheat could be increased from 1 million to 1.3 million tons, for barley – from 350 thousand to 450 thousand tons, for poultry – from 20 thousand to 100 thousand tons.
"Among the compromises that are negative for us is the provision according to which EU member states can at any time temporarily restrict the import of certain products from Ukraine. For example, Warsaw says that Poland is ready to immediately apply this instrument "to protect its farmers" after signing the updated agreement," the author writes.
However, according to experts, Ukrainian exporters manage to find an alternative to the European market quite quickly. Although, of course, this process takes time. Despite the traditionally high global demand for food, it is not so easy to occupy niches in logistically and financially advantageous markets.
"The export of grain, oilseeds and processed products, even in the most difficult times for Ukraine, was carried out not only to EU countries. This market is interesting, logistically convenient, but not the only one for Ukrainian farmers. (10%), Vietnam (8%), Turkey (8%) and others. For vegetable oils, this is India (17% of the volume), Iraq (5%), Turkey (3%), China (3%), etc. "
Other articles by the author can be found at the link.
Noticed a mistake?
Please select it with your mouse and press Ctrl+Enter or Submit Error
if (window.innerWidth >= 993) { let contentBase = document.querySelector(".content__base");
let baseHeight = contentBase.offsetHeight; let newsHeight = document.querySelector(".content__news").offsetHeight;
if (newsHeight > baseHeight) { contentBase.style.top = "-" + baseHeight + "px"; } }
function setup_art() {
// window.fbAsyncInit = function() { //350471815115154 // if (typeof FB !== 'undefined') { // FB.init({appId: '292463321899984', xfbml: true, version: 'v10.0'}); // FB.Event.subscribe('edge.create', function(response) { // document.cookie ='fbliked=true; expires=Thu, 2 Aug 2030 20:47:11 UTC; path=/' // }); // }; // (function(d, s, id){ // var js, fjs = d.getElementsByTagName(s)[0]; // if (d.getElementById(id)) {return;} // js = d.createElement(s); js.id = id; // js.src = "https://connect.facebook.net/uk_UA/sdk.js"; // fjs.parentNode.insertBefore(js, fjs); // }(document, 'script', 'facebook-jssdk')); // }
// window.fbAsyncInit();
}
// lazy iframes function lazy_load_iframe() { let iframes = Array.from(document.querySelectorAll('.iframe-container')); let lclasses = { 'cyoutube': 'https://www.youtube.com/embed/{src}?autoplay=1', 'cfacebookv': '{src}' };
if (iframes.length > 0) { iframes.forEach(function (elm) { elm.addEventListener('click', function (event) { if (elm.classList.contains('nolazy')) return; let newframe = document.createElement('iframe'); let src = ''; for (clss in lclasses) { if (elm.classList.contains(clss)) { src = lclasses[clss].replace('{src}', elm.getAttribute('data-source')); } } if(typeof event.target.dataset.start != 'undefined') { src += '&start='+event.target.dataset.start; src); newframe.setAttribute('style', 'width:100%;height:100%');
for (attr in elm.attributes) { let a = elm.attributes[attr]; if (a.name != 'data-source' && a.name != 'data-start' && typeof a.value !== 'undefined') { newframe.setAttribute(a.name, a.value); } }
elm.innerHTML = ''; elm.appendChild(newframe); }); }); } }
// twitter posts
if (document.querySelector('.twitter-tweet')) { if (window.innerWidth <= 520) { setTimeout(function() { load_srcs(['https://platform.twitter.com/widgets.js'], function() { window.twttr.widgets.load(); }); }, 3200); } else { load_srcs(['https://platform.twitter.com/widgets.js'], function() { window.twttr.widgets.load(); }); } } // likely and facebook buttons load_srcs(['/user/js/likely.js', '/user/css/social-share.css'], function() { //setup_art(); likely.initiate(); }); lazy_load_iframe(); if(document.querySelector('[data-fslightbox]')) { load_srcs(['/user/js/fslightbox.js'], function() { refreshFsLightbox(); }); } if(document.querySelector('[data-fancybox]')){ load_srcs(['/user/js/jquery-3.3.1.min.js'], function() { load_srcs(['/user/js/jquery.fancybox.min.js', '/user/css/jquery.fancybox.min.css'], function() { $('.image-lightbox').fancybox({}); }); } //tooltips if(document.querySelector('.blink-popup')){ load_srcs(['/user/js/popper.min.js'], function() { load_srcs(['/user/js/tippy.all.min.js', '/user/css/tooltipster.main.min.css'], function() { tippy('.blink-popup'); }); }