Skip to main content

Kenya’s Twiga Foods eyes West Africa after $30M raise led by Goldman

Kenya’s Twiga Foods has raised a total of $30 million from lenders and investors led by Goldman Sachs.

The B2B food distribution company financed $6.25 million of the funding in convertible debt and $23.75 million in equity, classified as a Series B round. IFC, TLcom Capital, and Creadev joined Goldman on the VC side.

Twiga will use the funds to set up a distribution center in Nairobi and deepen its conversion to offering supply chain services for both agricultural and FMCG products.

The Nairobi based company will invest in expanding into more cities in Kenya, including Mombasa. Twiga is also targeting Pan-African expansion by third quarter 2020.

“We’re working on French West Africa…we see significant opportunity in those markets,” Twiga CEO Peter Njonjo told TechCrunch. The company will name the new country (or countries) in the following year, he added.Peter Njongo Twiga Foods CEO

Goldman Sachs confirmed to TechCrunch its lead on Twiga’s Series B funding. The U.S. based finance firm has backed several African startups, including e-commerce venture Jumia and South African fintech startup Jumo.

Twiga’s financing comes 11 months after a $10 million raise and announcement it would create additional revenue streams by moving into B2B supply chain for FMCG and other consumer products.

Prior to this, Twiga focused primarily on agricultural goods and connecting the product of farmers more efficiently to marketplaces.

The venture has moved quickly on diversifying its supply-chain product mix. “We’re not just doing fruits and vegetables…I’d say we’re at 50/50 now between FMCG and fresh,” said Njonjo.

“We’ve pivoted a bit as a company…we see our purpose as an organization around what I would call aggregating the informal retail, then using technology, and then using that buying power to essentially provide lower, better cost goods across cities,” he said.

Co-founded in Nairobi in 2014 by Njonjo and Grant Brooke, Twiga Foods serves around 3,000 outlets a day with produce through a network of 17,000 farmers and 8,000 vendors. Parties can coordinate goods exchanges via mobile app using M-Pesa mobile money for payment.

The company has reduced typical post-harvest losses in Kenya from 30% to 4% for produce brought to market on the Twiga network, according to Njonjo.

Transferring these gains from improved supply-chain to a wider variety of food products has upside for economies and and consumers, he believes.

“[If you] get farmers now producing at large scale and supplying into you, and manufacturers that don’t need to invest in distribution systems, it has huge benefit,” said Njonjo.

“Think about in some of these economies, if you’re spending 55% of disposable income on food, if that number were to go down to 40% — because of…gaining efficiency — what you’ve done is to release 15% for consumers to spend for other things.”

As TechCrunch reported in November, Twiga Foods’ consistent volume and revenue flow from agricultural goods provides a foundation to add other product categories to its B2B network.

“If we can build a business around fresh fruit and vegetables…It’s now much easier to lay things over that would have been very expensive to get to end retailers,” Twiga co-founder Grant Brooke said.

This could put the startup in a position to enter or supply B2C e-commerce with more favorable margins than existing players, i.e., online retailer Jumia — with high fulfillment expenses.

On that prospect, “It’s not something we”re thinking about from a strategic standpoint,” said CEO Njonjo.

But Twiga has factored for its advantages in the B2C e-commerce space. “Let me put it this way, if you’re able to serve Nairobi’s 180,000 retailers, it means that the furthest customer would be less than 2 kilometers away from any shop. That’s the power of building a B2C business on top of a B2B platform. So definitely, the potential is there,” said Njonjo.

That leaves some room for conjecture that Twiga Foods could pivot toward supplying or entering online retail in Africa.

For now the company will focus on performance metrics around its current model.

“We’re not sharing data around revenue and profitability. But…over the next 12 months as we scale, our unit economics is front and center to ensure we’re growing our margins faster than our costs,” said Njonjo.

 



from TechCrunch https://ift.tt/2p9PWeE

Comments

Popular posts from this blog

How To Play Doom – And More – On An NES

Doom was a breakthrough game for its time, and became so popular that now it’s essentially the “Banana For Scale” of hardware hacking. Doom has been ported to countless devices, most of which have enough processing ability to run the game natively. Recently, this lineup of Doom-compatible devices expanded to include the NES even though the system definitely doesn’t have enough capability to run it without special help. And if you want your own Doom NES cartridge, this video will show you how to build it . We featured the original build from [TheRasteri] a while back which goes into details about how it’s possible to run such a resource-intensive game on a comparatively weak system. You just have to enter the cheat code “RASPI”. After all the heavy lifting is done, it’s time to put it into a realistic-looking cartridge. To get everything to fit in the donor cartridge, first the ICs in the cartridge were removed (except the lockout IC) and replaced with custom ROM chips. Some modifica...

The Flexible Permanence of Copper Tape Circuits

Somewhere between shoving components into a breadboard temporarily and committing them to a piece of protoboard or a PCB lies the copper tape method. This flexible Manhattan-style method of circuitry formed the basis for [Bunnie Huang]’s Chibitronics startup, and has since inspired many to stop etching boards and start fetching hoards of copper tape. [Hales] hit the ground running when he learned about this method , and has made many a copper tape circuit in the last year or so. He offers several nice tips on his site that speak from experience with this method, and he’ll even show you how to easily work an SMD breakout board into the mix. Generally speaking, [Hales] prefers plywood as the substrate to paper or cardboard for durability. He starts by drawing out the circuit and planning where all the tape traces will go and how wide they need to be. Then he lays out copper traces and pads, rubs the tape against the substrate to make it adhere strongly, and reinforces joints and laps w...

The Newbie’s Guide To JTAG

Do you even snarf? If not, it might be because you haven’t mastered the basics of JTAG and learned how to dump, or snarf, the firmware of an embedded device. This JTAG primer will get you up to snuff on snarfing, and help you build your reverse engineering skills. Whatever your motivation for diving into reverse engineering devices with microcontrollers, JTAG skills are a must, and [Sergio Prado]’s guide will get you going. He starts with a description and brief history of the Joint Test Action Group interface, from its humble beginnings as a PCB testing standard to the de facto standard for testing, debugging, and flashing firmware onto devices. He covers how to locate the JTAG pads – even when they’ve been purposely obfuscated – including the use of brute-force tools like the JTAGulator . Once you’ve got a connection, his tutorial helps you find the firmware in flash memory and snarf it up to a file for inspection, modification, or whatever else you have planned. We always apprec...