Lesotho
How does Lesotho’s trade profile look? Level of exports and imports over thirty years, structural composition, partner concentration, and the position on the economic-complexity frontier.
- Other knit/crochet man-made pile fabric (600192): imports 94% from Chinese Taipei.
Ranked by import dependency (GeoDep 2022). Single-supplier concentration is the exposure.
Model a supply shock → - Vaccines for human medicine (300220): imports 59% from European Union (EU27).
Ranked by import dependency (GeoDep 2022). Single-supplier concentration is the exposure. - Telephones for cellular networks or for other wireless networks (851712): imports 90% from South Africa.
Ranked by import dependency (GeoDep 2022). Single-supplier concentration is the exposure.
Model a supply shock → - Portable computers, up to 10 kg (847130): imports 95% from South Africa.
Ranked by import dependency (GeoDep 2022). Single-supplier concentration is the exposure.
Model a supply shock → - Dyed textured-polyester fabric (540752): imports 77% from South Africa.
Ranked by import dependency (GeoDep 2022). Single-supplier concentration is the exposure.
Model a supply shock →
- Other earth, mineral and ore handling machinery parts (843149): proximity 0.05 to current capabilities, complexity PCI +0.89, world market $28.7bn.
Ranked by density × complexity (product space 2024).
See product → - Other taps, cocks, valves and similar appliances (848180): proximity 0.04 to current capabilities, complexity PCI +1.02, world market $65.2bn.
Ranked by density × complexity (product space 2024).
See product → - Trailer and other non-mechanically propelled vehicle parts (871690): proximity 0.05 to current capabilities, complexity PCI +0.86, world market $10.5bn.
Ranked by density × complexity (product space 2024).
See product → - Tools, interchangeable: (for machine or hand tools, whether or not power-operated), for screw-driving or uses n.e.s. in heading no. 8207 (820790): proximity 0.04 to current capabilities, complexity PCI +1.07, world market $3.5bn.
Ranked by density × complexity (product space 2024).
See product → - Boilers: auxiliary plant, for use with boilers of heading no. 8402 or 8403 (eg economisers, super-heaters, soot removers, gas recoverers) (840410): proximity 0.04 to current capabilities, complexity PCI +0.88, world market $620.7m.
Ranked by density × complexity (product space 2024).
See product →
Dependency diagnosis
- Other knit/crochet man-made pile fabric (600192): you import 94.3% from Chinese Taipei. STRUCTURAL
Structural scarcity, world export HHI 0.80. Switching suppliers will not fix this; the world itself is concentrated (top alternatives: CHN 89.3%, KOR 1.4%, MYS 1.2%, TUR 0.9%). Policy: stockpile, substitute the input, or invest in allied/domestic production. - Vaccines for human medicine (300220): you import 58.9% from European Union (EU27). MODERATE
Moderate, world HHI 0.16; some concentration. Alternatives: BEL 28.6%, IRL 19.7%, USA 13.2%, FRA 8.4%. - Telephones for cellular networks or for other wireless networks (851712): you import 89.9% from South Africa. UNKNOWN
World concentration unavailable for this product code. - Portable computers, up to 10 kg (847130): you import 94.6% from South Africa. STRUCTURAL
Structural scarcity, world export HHI 0.51. Switching suppliers will not fix this; the world itself is concentrated (top alternatives: CHN 69.9%, VNM 12.8%, NLD 3.1%, DEU 1.9%). Policy: stockpile, substitute the input, or invest in allied/domestic production. - Dyed textured-polyester fabric (540752): you import 77.3% from South Africa. STRUCTURAL
Structural scarcity, world export HHI 0.61. Switching suppliers will not fix this; the world itself is concentrated (top alternatives: CHN 77.9%, S19 5.4%, KOR 2.4%, TUR 1.7%). Policy: stockpile, substitute the input, or invest in allied/domestic production. - Whiskies (220830): you import 98.2% from South Africa. STRUCTURAL
Structural scarcity, world export HHI 0.36. Switching suppliers will not fix this; the world itself is concentrated (top alternatives: GBR 58.6%, USA 10.6%, IRL 6.5%, SGP 3.4%). Policy: stockpile, substitute the input, or invest in allied/domestic production. - Other leather-upper/leather-sole footwear below the ankle (640359): you import 98.7% from South Africa. STRUCTURAL
Structural scarcity, world export HHI 0.35. Switching suppliers will not fix this; the world itself is concentrated (top alternatives: ITA 57.5%, FRA 8.1%, ESP 5.1%, CHN 4.4%). Policy: stockpile, substitute the input, or invest in allied/domestic production. - Plastic household and toilet articles (392490): you import 71.5% from South Africa. STRUCTURAL
Structural scarcity, world export HHI 0.36. Switching suppliers will not fix this; the world itself is concentrated (top alternatives: CHN 59.6%, DEU 3.5%, USA 3.5%, POL 3.2%). Policy: stockpile, substitute the input, or invest in allied/domestic production.
Compound exposures
These flows carry multiple simultaneous stressors on the same product; the averaged risk score understates them.
- Non-crude palm oil and fractions from South Africa: single-source (100.0%) + price +15% over 12m.
GeoDep 2022, world shares latest BACI year, Pink Sheet 2026M04. Price coverage requires quotes in that month and the same month a year earlier; discontinued and lagging series are excluded. No real-time signal is implied.
Lesotho: merchandise exports and imports, 2000-2024
/macro/LSO page.Query
SELECT year,
SUM(total_exports)*1000 AS exports_usd,
SUM(total_imports)*1000 AS imports_usd,
(SUM(total_exports)-SUM(total_imports))*1000 AS balance_usd
FROM 'data/parquet/country_year_totals.parquet'
WHERE country_code IN (426)
GROUP BY year ORDER BY year;Trade balance, 2000-2024
Export composition
The structural change in what a country exports, from agriculture to manufactures to services, or between HS sections, is one of the most studied transitions in development economics (Imbs & Wacziarg 2003; Hausmann, Hwang & Rodrik 2007). The chart below shows the five largest HS sections of Lesotho’s exports in 2024, plotted back thirty years.
Top-5 HS sections of exports, 1996-2024
Export basket by HS chapter, 2024 · top-30 $1.1B of $1.1B total
Query
SELECT SUBSTRING(product_code, 1, 2) AS chapter_code,
ANY_VALUE(p.chapter) AS chapter_name,
p.section,
SUM(cyp.export_value) * 1000 AS value_usd
FROM 'data/parquet/country_year_product/year=2024/*.parquet' cyp
JOIN products p ON p.code = cyp.product_code
WHERE cyp.country_code IN (426) AND cyp.export_value > 0 AND p.section IS NOT NULL
GROUP BY chapter_code, p.section
ORDER BY value_usd DESC LIMIT 30;Import basket by HS chapter, 2024 · top-30 $1.6B of $1.9B total
Query
SELECT SUBSTRING(product_code, 1, 2) AS chapter_code,
ANY_VALUE(p.chapter) AS chapter_name,
p.section,
SUM(cyp.import_value) * 1000 AS value_usd
FROM 'data/parquet/country_year_product/year=2024/*.parquet' cyp
JOIN products p ON p.code = cyp.product_code
WHERE cyp.country_code IN (426) AND cyp.import_value > 0 AND p.section IS NOT NULL
GROUP BY chapter_code, p.section
ORDER BY value_usd DESC LIMIT 30;Who it sells to
World map of export destinations, 2024
Top 12 export destinations, 2024
What moved exports between years
The line charts above show levels over time; they do not answer the analyst’s next question: when exports changed between 2023 and 2024, which partners and which products accounted for how much of it? The two bridge charts below answer that directly. Contributors are ordered by absolute dollar change, largest first, and every line outside the top 8 is collapsed into one residual bar so the columns still sum exactly to the total move.
Figure 3c. Export change by partner, 2023-2024
Exports moved from $1.1B to $1.1B (−$72.9M).
Scroll horizontally to view the full chart.
Figure 3d. Export change by product, 2023-2024
Exports moved from $1.1B to $1.1B (−$72.9M).
Scroll horizontally to view the full chart.
Economic complexity
The Economic Complexity Index (ECI), building on Hidalgo & Hausmann (2009, PNAS) and formalized as the eigenvalue (second-eigenvector) index in the Atlas of Economic Complexity, ranks countries by the productive knowledge embedded in their export basket. Countries that export many products, and whose products are also exported by few others, score high. ECI is predictive of subsequent income growth and structural transformation; see Hausmann et al. (2014, The Atlas of Economic Complexity, MIT Press) for the full methodology and the comparative country atlas. For a non-linear alternative that ranks fast-diversifying economies differently (China, for instance, sits far higher on fitness than on ECI), compare the Economic Fitness metric of Tacchella et al. (2012).
Lesotho: ECI trajectory, 1996-2024
Export concentration (HHI) and product count, 1996-2024
Effective number of exported products (1/HHI)
Niche leadership
Revealed comparative advantage (Balassa 1965) says a country is specialised in a product when its share of that product’s world exports exceeds the country’s share of all world exports. A stronger version asks: which HS6 lines does the country lead the world in? The table below lists the ten largest export lines (by value) where Lesotho ranks in the world top-5 in 2024, restricted to products with at least US$10M of global trade so tiny niches don’t crowd out economically meaningful positions. This is the “niche leadership” view: products the country is not just diversified in, but competitive at the frontier.
Lesotho: top 10 HS6 lines with world top-5 rank, 2024
Query
WITH prod_year AS (
SELECT product_code, country_code, SUM(export_value) AS v
FROM 'data/parquet/country_year_product/year=2024/*.parquet'
WHERE export_value > 0 GROUP BY product_code, country_code
), ranked AS (
SELECT product_code, country_code, v,
RANK() OVER (PARTITION BY product_code ORDER BY v DESC) AS world_rank
FROM prod_year
WHERE product_code IN (SELECT product_code FROM prod_year GROUP BY product_code HAVING SUM(v)*1000 >= 1e7)
)
SELECT product_code, v*1000 AS value_usd, world_rank
FROM ranked WHERE country_code IN (426) AND world_rank <= 5
ORDER BY v DESC LIMIT 10;Peer countries by structural profile
Which economies share the closest structural profile to Lesotho? Each country is placed in a three-dimensional space of economic complexity (ECI), log GDP per capita, and log total exports, each standardised to zero mean and unit variance in 2024. The five nearest neighbours by Euclidean distance in that space are Lesotho’s closest structural peers, similar on productive-capability, income level, and scale of external trade. This is a trade-specific adaptation of the synthetic-control “donor pool” logic (Abadie, Diamond & Hainmueller 2010).
Lesotho: five closest structural peers, 2024
Margins of export growth
Hummels & Klenow (2005, “The variety and quality of a nation’s exports,” American Economic Review95(3): 704-723) introduced the split of a country’s exports into an extensive margin (the set of goods it ships) and an intensive margin (how much of each). In their own measure the extensive margin is nota raw line count: following Feenstra (1994), each category is weighted by its importance in world trade. The figure below applies a simplified, count-based version of that distinction to one country’s export growth over time, so the levels are a proxy, not the Feenstra-weighted index. The two margins still respond to different levers: trade-cost reductions and discovery push the extensive margin (Melitz 2003), while productivity and demand push the intensive.
Margins of export growth, 2014-2024
Query
WITH totals AS ( SELECT year, SUM(total_exports)*1000 AS exports_usd FROM 'data/parquet/country_year_totals.parquet' WHERE country_code IN (426) GROUP BY year ) SELECT h.year, h.num_products, t.exports_usd FROM 'data/parquet/country_hhi.parquet' h JOIN totals t USING(year) WHERE h.country_code = 426 AND h.year IN (2014, 2024);
Export basket on the complexity frontier
Lesotho: export value vs. product complexity (PCI), 2024
Related
- Value-chain position, domestic vs foreign value added in Lesotho’s exports, VAX ratio, and upstream/downstream index (OECD TiVA)
- Economic Fitness, the non-linear Tacchella-Pietronero complexity ranking, and how it diverges from ECI
- Research index, analytical pieces grounded in BACI flows and gravity covariates
- Sector monitor, quarterly deep dives on 12 HS-defined sectors
- Compare Lesotho against peer economies
- Exporter profile, basket composition, RCA, and partners