ADVERTISEMENT

Filipino farmers grow local vegetables in Spain, supplies produce to Asian stores

Published Apr 1, 2021 10:00 am

In Madrid, Spain lies a 1.5-hectare farm managed and owned by Filipinos. Ghie, as she prefers to be called, 50, and her husband Ramon, 65, manage businesses in different industries: real estate, retail, and agriculture. The couple invested in these sectors both in the Philippines and Spain. 

Having enough staff in their businesses allows Ghie and Ramon to spend more time on their farm. Growing up with parents who are farmers, the couple both share farming experiences with their families back home. 

The two have not only found a great way to bond over farming, but tilling the land also enables them to have healthy eating habits and to maintain a healthy body by engaging in farm activities. 

What started as a hobby to ensure that the food they are consuming is clean and nutritious went on as a business that augments the income of two Filipino entrepreneurs abroad.

Since they are now based in Spain, they always collect ‘a piece of home,’ a.k.a. local vegetable seeds, whenever they go on vacation to the Philippines. 

It has been seven years since they started their farm in Madrid, which they named after the municipality where it is located — El Molar. The partners started growing crops as a hobby. This pastime activity progressed into a business opportunity when they started supplying vegetables and fruits to Filipino customers and Asian grocery stores. 

Ghie, a Filipina farmer and agripreneur, poses with an upo or bottle gourd.

The climate was the biggest adjustment they had to deal with when they started farming in a country with four seasons since they were accustomed to growing crops in a tropical country. For them, the right timing is essential to the growth and quality of each crop. Two months before the summer season comes, they prepare the seedlings in a greenhouse before transplanting them to plots. 

This is a section in their nursery where they prepare vegetable seedlings two months before planting on the ground.

The summer season (June to August or September in Madrid) is a busy season for the farming duo because this is a time they can produce and sell most of the crops to their clientele. Vegetables that they grow every summer include talong, ampalaya, sili, kalabasa, malunggay, pechay, sitaw, okra, chicharo or pea, saluyot, kamote, onion, along with ornamentals like rose, sunflower, and bougainvillea. 

Part of Ghie and Ramon's home where they cultivate some of their ornamentals like bougainvillea.

They naturally grow these crops and do not use any harmful fertilizer and pesticides. They also have equipment that lightens farm operations such as a watering machine that pumps water from a nearby river and tractors for cultivating the soil.

They sell vegetables for one to five euros (P58 to P290) per pack. Live goats, pigs, and chicken eggs are also available on the farm, while the flowers they grow are arranged and used as home decoration or shared with friends. They also earn extra profit by offering farm equipment rental to nearby farms. In every harvest season, they collect about 5000 euros or over P200,000 per month.

This Spain-based Filipino couple sells and grows Philippine veggies from where they can earn as much as 5000 euros or over P200,000 a month during the harvest season.

As of this interview, El Molar Farm also rears 50 chickens, 30 goats, 30 gansas or geese, 30 ducks, seven pigs, 25 cats, and 11 dogs. 

Sharing memories with Filipino friends 

The farm is regularly maintained by two permanent Filipino workers. Whenever they need extra farmhands, they hire fellow Filipinos who want to take a part-time job on the farm.

The farm also serves as a venue for celebrations with their friends where they mimic the Filipino fiestas and share dishes that remind them of home.

Both Ramon (in the photo) and his wife Ghie grow Philippine vegetables during the summertime so the crops like eggplant can easily adapt to the growing conditions.

For Ghie and Ramon, mastering the art of right timing is necessary to attain optimum harvest. Accompany this with the practice of skipping chemical fertilizers and pesticides for the safety of everyone.

El Molar Farm is a 1.5-hectare land in El Molar, Madrid, Spain, that is a three-minute drive away from the owners' home.

The couple envisions the farm as a public destination where anyone can hang out, harvest on their own, camp, or have a picnic with their loved ones. 

Photos from Ghie. 

Read more about farming and gardening at agriculture.com.ph.

Related Tags

agriculture online El Molar Farm Filipino overseas farmers agriculture Madrid Spain specials Manila Bulletin vina medenilla
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.