Skip to main content

TuTi's Supermarket Strategy in Ecuador*

·1223 words·6 mins· loading · loading ·
Felipe Valdez
Author
Felipe Valdez
Urban and economic geographer leveraging GIS and mapping for Social Justice.

Translated from the original post in Spanish.

TuTi is a discount supermarket chain that has operated in Ecuador since early 2020. It belongs to the El Rosado corporation, which also owns other supermarket chains within its conglomerate: HiperMarket, Mi Comisariato, and Mini.

This chain in particular has become famous not only for its rapid expansion but also for its aggressive strategy1. With more than 800 stores nationwide in 2026, TuTi is characterized by leasing small and medium-sized commercial spaces. According to some experts, this strategy has driven the disappearance of neighborhood corner stores (“tiendas de barrio”).

But are all these stores mapped? Where are they located, and how have they affected neighborhood stores?

Here, we analyze three data sources that can reflect this phenomenon: OpenStreetMap, Overture Maps, and TuTi’s official website.

TuTi’s strategy
#

According to some experts23, the strategy that has allowed TuTi to grow extraordinarily fast focuses on selling large volumes at low prices. This is made possible by several practices, such as the size of its stores, the brands of the products it offers, and cash-only payments, among others.

From a spatial perspective, this strategy rests on the following pillars:

  1. Leasing small stores without additional services such as parking.
  2. Proximity to areas with higher population density.
  3. Not selling fresh produce such as fruits and vegetables.
  4. A limited offering of private-label products.

The first two are the most significant in spatial terms. First, leasing commercial spaces creates a pricing dynamic in neighborhoods and city areas where such a large corporate player did not previously exist. This can, in turn, affect commercial rental prices. Second, the supermarkets’ own location strategy — much closer to where mass demand is concentrated, unlike large supermarkets — directly affects neighborhood stores45. Back in 2023, Gabriela Coba of Primicias published an interesting analysis of TuTi’s strategy and the presence of other supermarket chains in Ecuador6.

To analyze the impact TuTi has on neighborhood stores and the local economy, it is necessary to have data with disaggregated store locations — that is, not just the total number of stores at the provincial or cantonal level, but their specific coordinates or addresses.

Below, I analyze the availability of this information in three sources: OpenStreetMap, Overture Maps, and TuTi’s website.

TuTi on OpenStreetMap
#

OpenStreetMap is a worldwide collaborative map that offers open, free-to-use data. The data is added and updated by its community of users. OSM data can be accessed directly from its website, where it can be queried on a Google Maps-style interactive map. Other tools exist for running more complex queries. Overpass Turbo is one of them. It lets you query the database efficiently and download or use the data in different formats.

For example, in Overpass Turbo you can use a query like this one to get all the supermarkets in Ecuador named TuTi.

[out:json][timeout:300];
area["ISO3166-1"="EC"][admin_level=2]->.ec;
nwr[shop=supermarket]["name"~"^tuti",i](area.ec);
out center;
ProvinceNumber of TuTi stores
Guayas57
Pichincha25
Manabí12
Azuay6
Carchi5
Cotopaxi2
Los Ríos4
Imbabura3
Bolívar2
Tungurahua2
Chimborazo2
Napo1
Total121
View map

TuTi on Overture Maps
#

Overture Maps, on the other hand, is an open-data initiative involving data giants such as Meta, Microsoft, Amazon, and TomTom. The idea is to share a data ecosystem that, instead of creating competition among them, unifies their efforts into one. Overture Maps aggregates, cleans, and standardizes data from various sources (including OSM). The most interesting part is that the data is freely accessible. They offer a web explorer from which data can be queried and downloaded, but it can also be done programmatically.

For this case, a Python script was created to query and download data on supermarkets named TuTi in Ecuador, using packages such as DuckDB, GeoPandas, and Shapely.

Surprisingly, fewer results were obtained from Overture Maps than from OSM.

ProvinceNumber of TuTi stores
Guayas34
Pichincha4
Manabí7
Carchi5
Imbabura2
Azuay1
El Oro1
Napo1
Total55

TuTi on its official website
#

Finally, there is the option of extracting data directly from TuTi’s website using a web-scraping script. We ran two extraction passes on TuTi’s website, one in April 2025 and one in April 2026. As shown in the table, the number of stores rose from 654 to 808 — an increase of more than 23% in a single year. TuTi now has a presence in 18 of Ecuador’s 24 provinces. Guayas and Pichincha remain the provinces with the highest concentration.

ProvinceNumber of TuTi stores (April 2025)Number of TuTi stores (2026)
Guayas227273
Pichincha160193
Manabí7383
Azuay422
Carchi12
Cotopaxi713
Los Ríos3136
Imbabura2225
Bolívar67
Tungurahua2132
Chimborazo2127
Napo35
Cañar34
EL Oro3331
Esmeraldas45
Pastaza14
Santa Elena2123
Santo Domingo1623
Total654808

Summary table
#

ProvinceOSMOverture MapsWebsite 2025Website 2026
Guayas5734227273
Pichincha254160193
Manabí1277383
Los Ríos403136
Tungurahua202132
El Oro013331
Chimborazo202127
Imbabura322225
Santa Elena002123
Santo Domingo001623
Azuay61422
Cotopaxi20713
Napo1135
Esmeraldas0045
Pastaza0014
Cañar0034
Bolívar2067
Carchi5512
Total12155654808

Although the data extracted from TuTi’s website far exceeds that of the other platforms, it contains some inconsistencies, especially in the geographic coordinates. This suggests that TuTi probably has no verification or quality-control process for the data it stores about its own stores. Some points had to be manually relocated using the address as a reference.

In any case, with the data obtained, a more detailed analysis of store distribution in each city and its possible impact on neighborhood stores and the local economy can be carried out. In an upcoming post, I will share some thoughts on this type of analysis.

Preliminary conclusions
#

As a conclusion, the most reliable and complete data source for this type of analysis is the company’s own website. Despite TuTi’s popularity in Ecuador, it appears that users have not added the full set of stores to the OSM platform.

The company’s data has some inconsistencies, especially in the stored geographic coordinates. With the data obtained, we have been able to create some tools and results that will be useful for a deeper analysis.

References
#

Related

Welcome to My Blog

·105 words·1 min· loading · loading
An introduction to this blog — where I’ll share thoughts on geography, GIS, mapping, and urban challenges.