World-class seed potatoes

Find your variety

Danespo offers a broad selection of seed potato varieties for every purpose. All our varieties are developed and grown with a strong focus on quality, performance, robustness, and yield. We help you find the variety that best matches your needs.

Our team of product and agro specialists is ready to answer your questions and provide guidance on variety selection, cultivation techniques, storage, and quality assurance—so you can achieve the best possible results.

At Danespo, we combine experience, innovation, and a genuine passion for potatoes to ensure you receive professional support whenever you need it.

VarietiesContact us

Danespo is...

Danespo is your trusted supplier of potatoes of the highest quality. We develop and supply seed potatoes and potato genetics to professional growers in more than 60 countries worldwide.

Read more

Did you know ...

The potato is likely the most efficient crop for human nutrition. It offers high nutritional value and a low CO₂ footprint, helping to feed the world while respecting the climate.

60+

Danespo has 65 employees across Denmark, Germany, Sweden, and the Netherlands.

60+

Danespo exports seed potatoes and genetics to more than 60 countries.

1986

Danespo was founded in 1986 and is today a leading potato company in Northern Europe.

1200

Danespo is part of Groupe Florimond Desprez, a French breeding company with 1,200 employees.

Breeding

The requirements for potato varieties are constantly evolving, which is why it is essential for us to continuously breed new varieties. Only through targeted breeding can we ensure that the potatoes of the future meet market demands and adapt to changing climate and cultivation conditions.

Read more

International markets

Collaboration and flexible solutions are key to delivering the best seed potatoes to you. Through a network of international partners, Danespo can source the best products and prices for you.

Read more

Shopping cart
Go to cart
Error executing template "Designs/Core/eCom7/CartV2/Step/partials/core__order-summary.cshtml"System.InvalidOperationException: Unable to render view model template because no view model has been set.at Dynamicweb.Rendering.RazorTemplateRenderingProvider.Render(Template template)at Dynamicweb.Rendering.TemplateRenderingService.Render(Template template)at Dynamicweb.Rendering.Template.RenderRazorTemplate()
1 @inherits ViewModelTemplate<OrderViewModel> 2 @using Core.Extensions 3 @using Dynamicweb.Ecommerce.Frontend 4 @using Dynamicweb.Rendering 5 6 <div class="core__order-summary"> 7 <div class="row"> 8 <div class="col"> 9 @Translate("Subtotal") 10 </div> 11 <div class="col text-end"> 12 @Model.TotalPriceWithoutOrderDiscountsAndFeesAndTaxes.Render() 13 </div> 14 </div> 15 <div class="row"> 16 <div class="col"> 17 @Translate("Shipping") 18 </div> 19 <div class="col text-end"> 20 @Model.ShippingFee.Render() 21 </div> 22 </div> 23 <div class="row"> 24 <div class="col"> 25 @Translate("Payment") 26 </div> 27 <div class="col text-end"> 28 @Model.PaymentFee.Render() 29 </div> 30 </div> 31 <hr/> 32 <div class="row"> 33 <div class="col fw-bold"> 34 @Translate("Total") 35 </div> 36 <div class="col text-end fw-bold"> 37 @RenderPartial("ViewModels/Ecommerce/price--grand-total.cshtml", Model.Price) 38 </div> 39 </div> 40 </div>