Selected Statistics on Foreign Holdings of Federal Debt
Federal debt represents, in large measure, the accumulated balance of federal borrowing of the U.S. government. The gross debt is composed of debt held by the public and intragovernmental debt held by federal trust funds. Although gross federal debt is the broadest measure of the debt, the debt measure that is relevant in an economic sense is debt held by the public. This is the measure of debt that has actually been sold in credit markets and has influenced interest rates and private investment decisions. Intragovernmental debt, by contrast, is both an asset and a liability to the federal government.
The portion of gross federal debt held by the public consists primarily of investment in marketable U.S. Treasury securities (i.e., bills, bonds, and notes traded in private markets).1 Investors in the United States and abroad include official institutions, such as the U.S. Federal Reserve and foreign central banks; financial institutions, such as commercial banks; and private individual investors.
Table 1 provides December 20202021 through December 20242025 data, available as of May 2025March 2026, on estimated ownership of U.S. Treasury securities by type of investment and the percentage of that investment attributable to foreign investors.2
The table shows that during this period, foreign holdings of debt increased by $1.2 trillion to approximately $8.5 trillion5 trillion, from $7.7 trillion in December 2021 to approximately $9.2 trillion in December 2025. After staying relatively flat in dollar terms for several years, overall foreign holdings increased in 2019-2021, fell in 2022, and then jumped in 2023 and 2024. During the same period, total-2025. Total publicly held debt increased by approximately $7.25 trillion from $20.9 trillion to $28between December 2021 and December 2025, from $22.6 trillion to $30.1 trillion.3 Because the total debt has increased faster than the debt held by foreigners, the share of federal debt held by foreigners has declined in recent years. In December 20242025, foreigners held 3031% of the publicly held debt.4 Interest on the debt paid to foreigners in 20242025 was $230.6282.4 billion.5
Table 1. Estimated Ownership of U.S. Treasury Securities (2020-2024)
(in trillions of dollars)
2021-2025)
In Trillions of Dollars
|
End of Month
|
Total Debt
|
Foreign Holdings
|
Foreign Holdings as a Share of Total Debt
|
|
Dec. 2024 2025
|
$2830.1
|
$8.5 9.2
|
3031%
|
|
Dec. 2023 2024
|
$26.2 28.1
|
$7.9 8.6
|
30%
|
|
Dec. 2022 2023
|
$23.8 26.2
|
$7.3 9
|
3130%
|
|
Dec. 2021 2022
|
$22.6 23.8
|
$7.7 2
|
3430%
|
|
Dec. 2020 2021
|
$20.9 22.6
|
$7.3 7
|
3534%
|
Source: Board of Governors of the Federal Reserve System, Financial Accounts of the United States (Z.1), Table L.210 (Treasury Securities), via Data Download Program at https://www.federalreserve.gov/datadownload.
Notes: Table includes marketable Treasury securities held by the public. Data current as of May 14, 2025March 19, 2026.
Figure 1 shows the foreign share of total Treasury securities outstanding over time since 1945.
| Figure 1 . Foreign and Domestic Holdings of Treasury Securities (1945-20242025) |
Figure is interactive in the HTML version of this report.
<script type="text/javascript">//Based on IAG in AP 7.4.1. (Revised 5/5/2022)
//Figures updated
2025051820260324
$(function () {
$('#IAG-2327394350').bind('mousedown', function () { /* saveRptHighChartClick(); */ });
//##### CRS Highcharts Theme v1.2 (5/10/2022) #####//
Highcharts.theme = {
colors: ['#0C90FC', '#003865', '#F1B434', '#7060A8', '#6CC8BD', '#757048', '#B4C7D0', '#D36127'],
chart: {backgroundColor: 'white',},
title: {
style: {
color: 'black',
font: '15px "Calibri", Verdana, sans-serif',
fontWeight: 'bold'
}
},
subtitle: {
style: {
color: 'black',
font: '14px "Calibri", Verdana, sans-serif'
}},
credits: {
enabled: false
},
legend: {
itemStyle: {
fontFamily: '"Calibri", Verdana, sans-serif',
fontSize: '14px',
color: 'black',
"text-decoration": 'none !important'
},
verticalAlign: 'top',
itemMarginBottom: 7,
},
yAxis: {
title: {
style: {
font: '14px "Calibri", Verdana, sans-serif',
fontWeight: 'bold',
color: 'black'}
},
labels: {
style: {
font: '14px "Calibri", Verdana,sans-serif',
color: 'black'}},
},
xAxis: {
title: {
style: {
font: '14px "Calibri", Verdana, sans-serif',
fontWeight: 'bold',
color: 'black'},
y: 8
},
labels: {
style: {
font: '14px "Calibri", Verdana, sans-serif',
color: 'black'
},
},
lineColor: 'black',
lineWidth: 0.5
}
};
Highcharts.setOptions(Highcharts.theme);
Highcharts.setOptions({
lang: {thousandsSep: ','},
chart: {style: {fontFamily: 'Calibri'}},
exporting: { enabled: false }
});
//##### CRS THEME CODE END #####//
//#### HIGHCHART LIBRARIES ####//
var files = ["https://code.highcharts.com/highcharts.js","https://code.highcharts.com/modules/series-label.js","https://code.highcharts.com/highcharts-more.js","https://code.highcharts.com/modules/exporting.js","https://code.highcharts.com/modules/export-data.js","https://code.highcharts.com/modules/accessibility.js"
],
loaded = 0;
if (typeof window["HighchartsEditor"] === "undefined") {
window.HighchartsEditor = {
ondone: [cl],
hasWrapped: false,
hasLoaded: false
};
include(files[0]);
} else {
if (window.HighchartsEditor.hasLoaded) {
cl();
} else {
window.HighchartsEditor.ondone.push(cl);
}
}
function isScriptAlreadyIncluded(src) {
var scripts = document.getElementsByTagName("script");
for (var i = 0; i < scripts.length; i++) {
if (scripts[i].hasAttribute("src")) {
if ((scripts[i].getAttribute("src") || "").indexOf(src) >= 0 || (scripts[i].getAttribute("src") === "http://code.highcharts.com/highcharts.js" && src === "https://code.highcharts.com/stock/highstock.js")) {
return true;
}
}
}
return false;
}
function check() {
if (loaded === files.length) {
for (var i = 0; i < window.HighchartsEditor.ondone.length; i++) {
try {
window.HighchartsEditor.ondone[i]();
} catch (e) {
console.error(e);
}
}
window.HighchartsEditor.hasLoaded = true;
}
}
function include(script) {
function next() {
++loaded;
if (loaded < files.length) {
include(files[loaded]);
}
check();
}
if (isScriptAlreadyIncluded(script)) {
return next();
}
var sc = document.createElement("script");
sc.src = script;
sc.type = "text/javascript";
sc.onload = function () {
next();
};
document.head.appendChild(sc);
}
function each(a, fn) {
if (typeof a.forEach !== "undefined") {
a.forEach(fn);
} else {
for (var i = 0; i < a.length; i++) {
if (fn) {
fn(a[i]);
}
}
}
}
var inc = {},
incl = [];
each(document.querySelectorAll("script"), function (t) {
inc[t.src.substr(0, t.src.indexOf("?"))] = 1;
});
function cl() {
if (typeof window["Highcharts"] !== "undefined") {
//#### HIGHCHART LIBRARIES END ####//
var options = {
//#### START Highcharts.chart('container', { ####//
chart: {
type: 'column',
marginTop: 70
},
accessibility: {
description: 'Stacked percentage column chart showing domestic and foreign holdings of U.S. Treasury securities since 1945, based on Federal Reserve data. The foreign share of total Treasury securities outstanding rose from 1.2% in 1945 to a peak of 56.5% in 2008, then declined to below one-third in recent years.',
},
title: {
text: null
},
subtitle: {
text: null
},
legend:{
symbolRadius:0,
},
xAxis: {
categories: [1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024
, 2025],
tickmarkPlacement: 'on',
tickInterval:
32,tickWidth:1,tickLength:4,
title: { enabled: false },
labels:{rotation: -89.9,y:10, style: { fontSize: '9' } }
},
yAxis: {
labels: {format: '{value}%'},
title: {enabled: false},
min:0,max:100
},
tooltip: {
shared: true,
// valueSuffix: '%', valueDecimals: 1,
// padding:2,
useHTML: true, // Enable HTML for custom styling
formatter: function () {
let points = this.points.map(point =>
`
${point.series.name}:
${point.y.toFixed(1)}%
`
).join('');
return `
${this.category}${points}`;
}
},
plotOptions: {
column: {
stacking: 'normal',
pointPadding: 0,groupPadding: 0,
opacity:0.85,
borderRadius: 0,
},
series: {
states: {
inactive: { enabled: false },
hover:{opacity:1}
}
,
animation:false,
}
},
series: [{
name: 'Domestic',
color: "#D8D8D8",
data: [98.7639203,98.85731076,98.45270433,98.31671085,98.26727053,97.41830124,97.43412885,97.39655866,97.15237481,96.93836399,96.74334555,96.47294612,96.5491757,96.66751336,94.55161243,94.3451022,94.31788925,93.80287754,93.55475221,93.55748258,93.69351528,94.64201635,93.89623742,94.42704018,95.44333989,91.69734788,82.29249556,80.00939698,80.34991858,77.74960574,80.94032907,80.74079774,75.63210657,72.2045263,77.5320478,79.09572086,80.79844811,82.66670501,84.34435864,83.75254818,84.12303679,83.25414857,82.68897754,80.60553608,78.1859197,79.29511486,80.07726669,80.60614757,79.58210261,79.42242213,74.84635886,69.28568771,65.96201673,64.57391734,67.14269526,65.31403683,62.75805973,59.59733678,57.41149272,53.73501949,52.10322906,50.52593785,47.11601092,43.49586724,49.24989862,49.46169308,49.48202039,49.4785066,51.05184665,50.66069998,53.3280973,56.7528747,56.96947797,59.71962614,58.39881719,65.18900507,65.68610153,69.
41047712,69.70053917,69.8142893282725671,69.72532701,69.58592326,69.32332182]
},{
name: 'Foreign',
color: "#D36127",
data: [1.236079697,1.142689237,1.547295671,1.683289147,1.732729467,2.581698758,2.565871155,2.603441344,2.847625188,3.061636009,3.256654451,3.527053876,3.450824299,3.332486637,5.448387572,5.654897797,5.682110748,6.197122461,6.445247786,6.442517423,6.306484724,5.357983645,6.103762581,5.572959823,4.556660111,8.302652119,17.70750444,19.99060302,19.65008142,22.25039426,19.05967093,19.25920226,24.36789343,27.7954737,22.4679522,20.90427914,19.20155189,17.33329499,15.65564136,16.24745182,15.87696321,16.74585143,17.31102246,19.39446392,21.8140803,20.70488514,19.92273331,19.39385243,20.41789739,20.57757787,25.15364114,30.71431229,34.03798327,35.42608266,32.85730474,34.68596317,37.24194027,40.40266322,42.58850728,46.26498051,47.89677094,49.47406215,52.88398908,56.50413276,50.75010138,50.53830692,50.51797961,50.5214934,48.94815335,49.33930002,46.6719027,43.2471253,43.03052203,40.28037386,41.60118281,34.81099493,34.31389847,30.
58952288,30.29946083,30.1857106817274329,30.27467299,30.41407674,30.67667818]
}, ]
//#### END 'container' CODE ####//
};
new Highcharts.Chart("IAG-2327394350", options);
}
}
});
</script>
Source: Created by CRS. Data from Board of Governors of the Federal Reserve System, Financial Accounts of the United States (Z.1), Table L.210 (Treasury Securities), via Data Download Program at https://www.federalreserve.gov/datadownload.
Notes: Table includes marketable Treasury securities held by the public. Data current as of May 14, 2025March 19, 2026.
Table 2 provides data on major foreign holders of federal debt by country.6 The top three estimated foreign holders of federal debt by country, ranked in descending order as of December 20242025, are Japan ($1.12 trillion), China ($0.8the United Kingdom ($0.9 trillion), and the United KingdomChina ($0.7 trillion). Based on these estimates, Japan holds approximately 12.48% of all foreign investment in U.S. privately held federal debt, Chinathe United Kingdom holds approximately 8.9%, and the United Kingdom9.3%, and China holds approximately 87.4%. While China remains a large holder of federal debt, its holdings have fallen in both nominal terms and as a share of total foreign holdings. However, the Treasury Department estimates foreign holdings based on the location of the holdings, not the nationality of the holder. Some of the largest holders are international financial centers whose clients are presumably mostly from third countries.6 This makes it difficult to ascertain exactly how much Treasury debt the citizens of any specific country are holding, and how that has changed over time.
Table 2. Top 10 Foreign Holders of Federal Debt, by Country
|
|
December 2024 2025
|
|
|
December 2020 2021
|
|
Country
|
Amount Held ($ billions)
|
Percentage of All Foreign Holdings in Federal Debt
|
|
Country
|
Amount Held ($ billions)
|
Percentage of All Foreign Holdings in Federal Debt
|
|
Japan
|
$1,061185.5
|
12.4079%
|
|
Japan
|
$1,251.3 300.8
|
17.7016.81%
|
Mainland China United Kingdom
|
$759866.0
|
8.879.34%
|
|
Mainland China
|
$1,072040.3
|
15.1713.44%
|
United Kingdom
|
|
$722.7
|
8.44Mainland China
$683.5
|
7.37%
|
|
United Kingdom
|
$440.6 649.3
|
6.238.39%
|
Luxembourg Belgium
|
$423.9 477.3
|
4.955.15%
|
|
Ireland
|
$318.1 334.5
|
4.5032%
|
Cayman Islands Canada
|
$418.9 468.2
|
4.895.05%
|
|
Luxembourg
|
$287.7 327.8
|
4.0723%
|
Canada Luxembourg
|
$378.8 435.1
|
4.4369%
|
|
Brazil Switzerland
|
$258.3 284.0
|
3.6567%
|
Belgium
|
|
$374.6
|
4.38%
|
|
|
Switzerland
|
$255.5
|
3.61%
|
|
Ireland
|
$339.4
|
3.97%
|
|
|
Belgium
|
$253.5
|
3.59%
|
|
France
|
$332.3
|
3.88%
|
|
|
Taiwan
|
$235.4
|
3.33%
|
|
Switzerland
|
$298.7
|
3.49%
|
|
|
Hong Kong
|
$224.1
|
3.17Cayman Islands
$421.2
|
4.54%
|
Belgium
|
$271.6
|
3.51%
|
France
|
$368.9
|
3.98%
|
Cayman Islands
|
$262.8
|
3.40%
|
Ireland
|
$340.7
|
3.67%
|
Taiwan
|
$249.5
|
3.22%
|
Taiwan
|
$310.6
|
3.35%
|
Brazil
|
$240.6
|
3.11%
|
|
Total top 10 countries of foreign investors in federal debt
|
$5,109.8 557.0
|
59.7194%
|
|
Total top 10 countries of foreign investors in federal debt
|
$4,596.8 961.2
|
65.0164.09%
|
|
Total all foreign investment in federal debt
|
$8,558.4 9,271.0
|
100%
|
|
Total all foreign investment in federal debt
|
$7,070.7 740.4
|
100%
|
Source: Treasury Department International Capital System (TIC), https://www.treasury.gov/resource-center/data-chart-center/tic/Documents/mfhhis01.txt.
Notes: Data, including estimated foreign holders of federal debt historically by month, in these Treasury Department tables are periodically adjusted. Aggregate data totals in Table 1 vary slightly from aggregate data totals in Table 2 because of minor technical differences between the two sources. Percentage approximations calculated by CRS. Percentages may not sum to 100% due to rounding. Data current as of May 14, 2025March 19, 2026.
Figure 2 shows the changing composition of foreign holdings over time since 2002.
| Figure 2 . CompositionShare of Foreign Holdings of-Held U.S. Treasury Securities (2002-20242025) |
Figure is interactive in the HTML version of this report.
<script type="text/javascript">//Based on IAG in AP 7.4.1. (Revised 5/5/2022)
//Figures updated
2015051920260324
$(function () {
$('#IAG-2357524979').bind('mousedown', function () { /* saveRptHighChartClick(); */ });
//##### CRS Highcharts Theme v1.2 (5/10/2022) #####//
Highcharts.theme = {
colors: ['#0C90FC', '#003865', '#F1B434', '#7060A8', '#6CC8BD', '#757048', '#B4C7D0', '#D36127'],
chart: {backgroundColor: 'white',},
title: {
style: {
color: 'black',
font: '15px "Calibri", Verdana, sans-serif',
fontWeight: 'bold'
}
},
subtitle: {
style: {
color: 'black',
font: '14px "Calibri", Verdana, sans-serif'
}},
credits: {
enabled: false
},
legend: {
itemStyle: {
fontFamily: '"Calibri", Verdana, sans-serif',
fontSize: '14px',
color: 'black',
"text-decoration": 'none !important'
},
verticalAlign: 'top',
itemMarginBottom: 7,
},
yAxis: {
title: {
style: {
font: '14px "Calibri", Verdana, sans-serif',
fontWeight: 'bold',
color: 'black'}
},
labels: {
style: {
font: '14px "Calibri", Verdana,sans-serif',
color: 'black'}},
},
xAxis: {
title: {
style: {
font: '14px "Calibri", Verdana, sans-serif',
fontWeight: 'bold',
color: 'black'},
y: 8
},
labels: {
style: {
font: '14px "Calibri", Verdana, sans-serif',
color: 'black'
},
},
lineColor: 'black',
lineWidth: 0.5
}
};
Highcharts.setOptions(Highcharts.theme);
Highcharts.setOptions({
lang: {thousandsSep: ','},
chart: {style: {fontFamily: 'Calibri'}},
exporting: { enabled: false }
});
//##### CRS THEME END #####//
//#### HIGHCHART LIBRARIES START ####//
var files = ["https://code.highcharts.com/highcharts.js","https://code.highcharts.com/modules/series-label.js","https://code.highcharts.com/highcharts-more.js","https://code.highcharts.com/modules/exporting.js","https://code.highcharts.com/modules/export-data.js","https://code.highcharts.com/modules/accessibility.js"
],
loaded = 0;
if (typeof window["HighchartsEditor"] === "undefined") {
window.HighchartsEditor = {
ondone: [cl],
hasWrapped: false,
hasLoaded: false
};
include(files[0]);
} else {
if (window.HighchartsEditor.hasLoaded) {
cl();
} else {
window.HighchartsEditor.ondone.push(cl);
}
}
function isScriptAlreadyIncluded(src) {
var scripts = document.getElementsByTagName("script");
for (var i = 0; i < scripts.length; i++) {
if (scripts[i].hasAttribute("src")) {
if ((scripts[i].getAttribute("src") || "").indexOf(src) >= 0 || (scripts[i].getAttribute("src") === "http://code.highcharts.com/highcharts.js" && src === "https://code.highcharts.com/stock/highstock.js")) {
return true;
}
}
}
return false;
}
function check() {
if (loaded === files.length) {
for (var i = 0; i < window.HighchartsEditor.ondone.length; i++) {
try {
window.HighchartsEditor.ondone[i]();
} catch (e) {
console.error(e);
}
}
window.HighchartsEditor.hasLoaded = true;
}
}
function include(script) {
function next() {
++loaded;
if (loaded < files.length) {
include(files[loaded]);
}
check();
}
if (isScriptAlreadyIncluded(script)) {
return next();
}
var sc = document.createElement("script");
sc.src = script;
sc.type = "text/javascript";
sc.onload = function () {
next();
};
document.head.appendChild(sc);
}
function each(a, fn) {
if (typeof a.forEach !== "undefined") {
a.forEach(fn);
} else {
for (var i = 0; i < a.length; i++) {
if (fn) {
fn(a[i]);
}
}
}
}
var inc = {},
incl = [];
each(document.querySelectorAll("script"), function (t) {
inc[t.src.substr(0, t.src.indexOf("?"))] = 1;
});
function cl() {
if (typeof window["Highcharts"] !== "undefined") {
//#### HIGHCHART LIBRARIES END ####//
var options = {
//#### START Highcharts.chart('container', { ####//
chart: {
type: 'column',
height:700,
chart: {
type: 'column',
height:700,
animation: false
},
accessibility: {
description: 'Stacked percentage column chart showing the breakdown by country for foreign ownership of U.S. Treasury securities in each year since 2002. Japan was the largest foreign holder in 2025 (representing 12.8% of foreign-held U.S. Treasury securities), but its share of total foreign-owned Treasury securities has declined since peaking in 2004 at 37.3%. China\'s share of holdings peaked in 2010 at 26.3% and has declined in recent years. In 2025, China\'s share was 7.4%. The United Kingdom\'s share rose from a low of 2.2% in 2012 to 9.3% in 2025. Other large holders include international banking centers such as Belgium, the Cayman Islands, Luxembourg, and Switzerland.',
},
title: {
text: null
},
subtitle: {
text: null
},
legend:{
enabled:true,
symbolRadius:0,
layout: 'vertical', maxHeight: 700,
align: 'right',
itemStyle: {
font: '8pt sans-serif',
color: 'black'
},
reversed: true,
events: {
itemClick: function () {
return false; // Disable legend item click
}
}
},
xAxis: {
categories: [2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024
, 2025],
tickmarkPlacement: 'on',
tickInterval:
2,1, //2025: no clean increment break so using every year
tickWidth:1,tickLength:4,
title: { text:'(End of December)',y:
03},
labels: {
//rotation: -89.9,
y:20
//2025 update: no clean increment break so using every year w rotation
y:10 //space between label and tick mark; use 20 if not using rotation
} },
yAxis: {
labels: {format: '{value}%'},
title: {enabled: false},
min:0,max:100,
reversedStacks: false
},
tooltip: {
pointFormat: '{series.name}:
{point.percentage:.1f}%',
borderWidth:0.5,
backgroundColor:'rgba(255,255,255,0.85)',
borderRadius:0,
padding:4,
shadow: false,
shape:"callout"
},
plotOptions: {
column: {
stacking: 'normal',
pointPadding: 0,
groupPadding: 0,
borderWidth:0.5,
borderRadius: 0,
},
series: {
color:'#B4C7D0',
label: {
minFontSize: 1,
maxFontSize: 15,
style: {
color: 'rgba(255,255,255,0.75)'
}
},
animation:false,
showInLegend: false,
}
},
series: [
//top 15 with legend color
{name: 'Japan', showInLegend: true, color:"#9BD7D1", data: [30.6005179669796, 36.163088438054, 37.3060076785811, 32.9416392153006, 29.6181826827065, 24.6650504019395, 20.3431691147797, 20.7782692464248, 19.9805244802754, 21.1433938134442, 19.9361297499013, 20.4139764527155, 19.9886326729458, 18.2676345171056, 18.1715199573532, 17.0914301353984, 16.5818726974051, 16.8785248823822, 17.696974839832, 16.8053330577231, 14.9429441116377, 14.0465994962217,
12.4030192559357]},
{name: 'China, Mainland', showInLegend: true, color:"#971B24 12.3153852401007,12.7871858483443]},
{name: 'United Kingdom', showInLegend: true, color:"#971B24", data: [6.53933311751376, 5.39688792594052, 5.1803385064619, 7.17832735139387, 4.40302410727022, 6.716005274127, 4.26036656700897, 4.89267591110146, 6.09176140223742, 2.28399008872193, 2.20675302307223, 2.62749024617616, 2.91815524520948, 3.37065850721005, 3.61831145465449, 4.02331235007164, 4.59322817817898, 5.72893837117559, 6.23134908849195, 8.3884553769831, 7.97392525053164, 8.67254408060453, 8.38583179608553,9.34095566821271]},
{name: 'China, Mainland', showInLegend: true, color:"#5DB5FD", data: [9.58238912269343, 10.439235769155, 12.0532093224463, 15.2416539652884, 18.8721411250059, 20.3138956233253, 23.6383725464708, 24.2815663075629, 26.2715702703927, 23.0177443849413, 21.8952958484337, 21.9262507336947, 20.2062357908412, 20.2809153347873, 17.6317718398081, 19.0765218231288, 17.9311334747452, 15.6322141375179, 15.1654008796866, 13.4398739083252, 12.0519271130137, 10.2808564231738,
8.80581949810309,7.372451731204838.8684800897364]},
{name: '
United KingdomBelgium', showInLegend: true, color:"#
5DB5FD", data: [6.53933311751376, 5.39688792594052, 5.1803385064619, 7.17832735139387, 4.40302410727022, 6.716005274127, 4.26036656700897, 4.89267591110146, 6.09176140223742, 2.28399008872193, 2.20675302307223, 2.62749024617616, 2.91815524520948, 3.37065850721005, 3.61831145465449, 4.02331235007164, 4.59322817817898, 5.72893837117559, 6.23134908849195, 8.3884553769831, 7.97392525053164, 8.67254408060453,8.44433538979249]},
{name: 'Luxembourg', showInLegend: true, color:"#4E4A2F4E4A2F", data: [1.05212042732276, 0.945440220602718, 0.919266749580922, 0.835832636806136, 0.646664447720032, 0.561439326272808, 0.516703496685298, 0.469458087975903, 0.751845645183206, 2.70162257213652, 2.49022211058883, 4.43324241273349, 5.44657356284508, 1.98072979395202, 2.00573065902579, 1.91908296169884, 2.95210602701711, 3.03030303030303, 3.58521787093216, 3.50886259108056, 4.88137100921512, 3.95969773299748, 4.3460605849663,5.1483119404595]},
{name: 'Canada', showInLegend: true, color:"#002A4B", data: [0.841696341858207, 1.58886481517957, 1.80068133888498, 1.37174885687595, 1.27906423850506, 0.795372378886479, 0, 1.43279693902472, 1.69165270166221, 0.901206937894653, 1.18769959453156, 0.965024341401098, 1.12049366677493, 1.17834705901501, 1.38102218964483, 1.38618324666334, 1.53426580118339, 2.09374360772625, 1.69573026715884, 2.83835460699705, 2.9897007519424, 4.38916876574307, 4.39478843989651,5.05015640168267]},
{name: 'Luxembourg', showInLegend: true, color:"#9B945F", data: [1.93428293946261, 1.66765150022979, 2.23868490780295, 1.75033187472344, 2.85293138700014, 2.93479647824423, 3.16196542311192, 2.39884942063987, 1.8909370895421, 2.94740628247143, 2.77548530625426, 2.3236543175776, 2.78986683988308, 3.24859216822369, 3.73658959152396, 3.50329238645694, 3.67617741343838, 3.71993804973554, 4.06890406890407, 4.23492325977986, 4.57698027714846, 4.2808564231738,
4.91803278688525,4.693129112285624.95302860347728]},
{name: 'Cayman Islands', showInLegend: true, color:"#
002A4BC3BF9D", data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.54942767950052, 2.80530331802645, 3.05131536213056, 4.06562286383907, 4.3529686146465, 2.74660699048508, 3.59802873957353, 3.4803191023056, 3.15244600958887, 3.39517337605292, 4.06688256633355, 3.9647355163728,
4.90759110368592,4.543199223384754.89460646849879]},
{name: '
CanadaFrance', showInLegend: true, color:"#
9B945FCC8F2B", data: [
0.841696341858207, 1.58886481517957, 1.80068133888498, 1.37174885687595, 1.27906423850506, 0.795372378886479, 0, 1.43279693902472, 1.69165270166221, 0.901206937894653, 1.18769959453156, 0.965024341401098, 1.12049366677493, 1.17834705901501, 1.38102218964483, 1.38618324666334, 1.53426580118339, 2.09374360772625, 1.69573026715884, 2.83835460699705, 2.9897007519424, 4.38916876574307,4.42606094597121]},
{name: 'Belgium', showInLegend: true, color:"#C3BF9D", data: [1.05212042732276, 0.945440220602718, 0.919266749580922, 0.835832636806136, 0.646664447720032, 0.561439326272808, 0.516703496685298, 0.469458087975903, 0.751845645183206, 2.70162257213652, 2.49022211058883, 4.43324241273349, 5.44657356284508, 1.98072979395202, 2.00573065902579, 1.91908296169884, 2.95210602701711, 3.03030303030303, 3.58521787093216, 3.50886259108056, 4.88137100921512, 3.95969773299748,4.37698635258927]},
{name: 'Ireland', showInLegend: true, color:"#CC8F2B1.85335059889932, 1.12927581905325, 1.08689774509274, 1.51924873395939, 1.25528981028006, 0, 0.545950864422202, 0.827657322732083, 0.339689297522533, 0.8932139717049, 0.922171588503355, 0.928771190829679, 1.28613186099383, 0.97002050714495, 1.02285600053308, 1.30246486242816, 1.76711695188274, 1.86581338943923, 1.57410157410157, 2.8926153687148, 2.50601136948031, 2.98110831234257, 3.85530147459771,3.97907453349153]},
{name: 'Ireland', showInLegend: true, color:"#886026", data: [0.566526383943024, 0.978268006040312, 0.876007137835938, 0.968582526181228, 0.551566734820028, 0.795372378886479, 1.76459118679319, 1.18314292692193, 1.03492005978532, 1.90232595316122, 1.84972550145323, 3.100507544108, 3.28028580708022, 4.30324533706585, 4.8010928233491, 5.25815851754061, 4.46404363566769, 4.11881593173782, 4.49884735599021, 4.32148209394863, 3.35941734888182, 4.
40302267002519,3.96569452234062]},
{name: 'France40428211586902, 3.93767475317021,3.67490022651278]},
{name: 'Taiwan', showInLegend: true, color:"#
886026", data: [1.85335059889932, 1.12927581905325, 1.08689774509274, 1.51924873395939, 1.25528981028006, 0, 0.545950864422202, 0.827657322732083, 0.339689297522533, 0.8932139717049, 0.922171588503355, 0.928771190829679, 1.28613186099383, 0.97002050714495, 1.02285600053308, 1.30246486242816, 1.76711695188274, 1.86581338943923, 1.57410157410157, 2.8926153687148, 2.50601136948031, 2.98110831234257,3.88273509067115]},
{name: 'Switzerland', showInLegend: true, color:"#52467F52467F", data: [3.02686953706701, 3.34186855754711, 3.67165954685557, 3.34824720979399, 2.82440207313014, 1.62477138360767, 2.33329000389965, 3.16137960977992, 3.5146519316998, 3.54288226360803, 3.50568732283182, 3.14539239719642, 2.83208834037025, 2.90843397024836, 3.15352835343506, 2.91243379002785, 2.50873191815123, 2.82136699687327, 3.32923190066047, 3.22334763061341, 3.13286168985503, 3.19899244332494, 3.39122666573852,3.35023190594326]},
{name: 'Switzerland', showInLegend: true, color:"#F592A3", data: [2.75169957915183, 3.0267218173462, 2.25490726220732, 1.51433207138994, 1.63092577623508, 1.65454468121305, 2.024567788899, 2.43412661800223, 2.386883463925, 2.84549596355207, 3.50568732283182, 3.05044366950937, 3.08704124715817, 3.77103609908532, 3.83154527886986, 4.01848244328884, 3.66660818806718, 3.47009146430554, 3.61350361350361, 3.6690610304377, 3.74581289004406, 3.61964735516373
, 3.46547863515599,3.17225757739187,3.49013834361563]},
{name: '
TaiwanSingapore', showInLegend: true, color:"#
F592A3", data: [3.02686953706701, 3.34186855754711, 3.67165954685557, 3.34824720979399, 2.82440207313014, 1.62477138360767, 2.33329000389965, 3.16137960977992, 3.5146519316998, 3.54288226360803, 3.50568732283182, 3.14539239719642, 2.83208834037025, 2.90843397024836, 3.15352835343506, 2.91243379002785, 2.50873191815123, 2.82136699687327, 3.32923190066047, 3.22334763061341, 3.13286168985503, 3.19899244332494,3.30085062628529]},
{name: 'Hong Kong', showInLegend: true, color:"#009483009483", data: [1.44059566202655, 1.391898102554, 1.64386524630941, 1.62249864791779, 1.48827920688507, 1.6928246352771, 1.32913037826596, 1.0637431820032, 1.59427510303909, 1.50067940212613, 1.78154939179734, 1.48810551393157, 1.78629425138032, 1.79518895869275, 1.70253881521956, 2.01246115949962, 1.92660404140285, 2.16095380029806, 2.37741666313095, 2.50116273060824, 2.54214908196311, 2.46851385390428, 2.88886568514845,3.00291230719448]},
{name: 'Hong Kong', showInLegend: true, color:"#F7D285", data: [3.84428617675623, 3.28277854375944, 2.43876061212351, 1.98141501548749, 2.56763824830013, 2.17345072519246, 2.50877421032107, 4.0351686521397, 3.01417636668327, 2.43185996323236, 2.54583946320284, 2.74142871940061, 2.80285807080221, 3.25672992415611, 3.1885120277204, 3.13460950203661, 3.13073156727963, 3.64834458373513, 3.16941745513174, 2.90941036638933, 2.98136127983099, 2.99748110831234
, 2.95847690647732,2.88857728400388,2.97952888390353]},
{name: '
SingaporeNorway', showInLegend: true, color:"#
F7D285DE7F50", data: [
1.44059566202655, 1.391898102554, 1.64386524630941, 1.62249864791779, 1.48827920688507, 1.6928246352771, 1.32913037826596, 1.0637431820032, 1.59427510303909, 1.50067940212613, 1.78154939179734, 1.48810551393157, 1.78629425138032, 1.79518895869275, 1.70253881521956, 2.01246115949962, 1.92660404140285, 2.16095380029806, 2.37741666313095, 2.50116273060824, 2.54214908196311, 2.46851385390428,2.90942232192933]},
{name: 'India', showInLegend: true, color:"#DE7F500, 0.341408968550982, 1.22208403179581, 0, 1.50254386382008, 1.11437199608694, 0.750682438580528, 0.328349298526499, 0.443860682096109, 1.13300295739749, 1.34737521977825, 1.50709525946898, 1.32510555375122, 1.12463786986101, 0.874591857133338, 0.822694122003445, 1.35404539002568, 1.31644311972181, 1.23750123750124, 1.26996020877474, 1.27871905708369, 1.7544080604534, 1.8284547469052,2.2446338043361]},
{name: 'India', showInLegend: true, color:"#640A19", data: [0.74457753318226, 1.09644803361565, 0.811117720218461, 0, 0.694213304170035, 0.633745906171579, 0.948914597686208, 0.881929934058777, 0.917161103310838, 0.869235073135641, 1.06749434855933, 1.18254324482961, 1.34784020785969, 1.90097978581426, 1.96908109548877, 2.32962503823676, 2.25355257491906, 2.3669676514421, 3.05768877197449, 2.56963464420443, 3.11479283361363, 2.94332493702771,
2.5419697655262,1.97281846618488]},
//only for legend category
{name: 'Other holders2.5600579547579]},
{name: 'Brazil', showInLegend:
true, color:"#640A19", true},
//Other countries
{name: 'Brazil', data: [1.02784072515377, 0.774735736327227, 0.821932623154707, 1.41108215743154, 2.47729542104512, 5.52507336991196, 4.12712855842974, 4.59146291823831, 4.06947778431994, 4.5340100711374, 4.54447594100972, 4.23643959534579, 4.15394608639169, 4.14700042316331, 4.31798494036116, 4.13440020607602, 4.83405368335433, 4.11735484059496, 3.65310365310365, 3.10836649268772, 3.02166872836949, 2.90050377833753,
2.35558048233315]},
{name: 'Other holders', showInLegend:true},
{name: 'Norway', data: [0, 0.341408968550982, 1.22208403179581, 0, 1.50254386382008, 1.11437199608694, 0.750682438580528, 0.328349298526499, 0.443860682096109, 1.13300295739749, 1.34737521977825, 1.50709525946898, 1.32510555375122, 1.12463786986101, 0.874591857133338, 0.822694122003445, 1.35404539002568, 1.31644311972181, 1.23750123750124, 1.26996020877474, 1.27871905708369, 1.7544080604534,1.84146569452234 2.33893703665031,1.81965268040125]},
{name: 'Saudi Arabia', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.39222792349923, 1.34654559265269, 1.58980188372848, 1.93515836073045, 1.71253415072966, 2.37309419928195, 2.74636768153618, 2.62704187487215, 1.92908764337336, 1.53738824866932, 1.66372468622736, 1.6624685138539,
1.59525715545346,1.612555279905081.60660871190877]},
{name: 'South Korea', data: [0, 0, 2.97409830746769, 3.39249717291902, 3.17150872521516, 1.66730466590107, 1.01715845573898, 1.09359311823288, 0.819783504687712, 0.945168251938294, 0.853995478847465, 0.932223871836481, 1.10912633972069, 1.21415318511767, 1.55260878256813, 1.55040007727851, 1.83091178769079, 1.78107010315303, 1.85130185130185, 1.68854322774017, 1.42604973105202, 1.47607052896725,
1.44907359066281,1.516557005716751.45938493176295]},
{name: '
Mexico', data: [2.0152152800259, 1.79896264198017, 1.77364408154437, 1.72083189930675, 1.65945509010508, 1.4546382544341, 1.13089821916028, 0.998616048411169, 0.760904026450473, 0.587483014946847, 1.09620007894076, 1.12384766771398, 1.37707047742774, 1.17509195664204, 0.78463383754248, 0.629497850691482, 0.746399578954084, 0.661874287718068, 0.698657841514984, 0.596868378895148, 0.815878354900135, 0.962216624685139,1.19882220975883Israel', data: [1.01165425704111, 0.800997964677303, 0.740820851132861, 0.614582821180982, 0.584850934335029, 0, 0.610945014948655, 0.374481018154188, 0.466506635264278, 0.385660618655583, 0.43238006387025, 0.409142699306011, 0.409223773952582, 0.338530646788842, 0.526421003531685, 0.471720895786711, 0.464107430503501, 0.629730282575027, 0.688757831614975, 0.892718722546638, 0.703295481396028, 0.712846347607053, 0.952513545183484,1.14011433502319]},
{name: 'Germany', data: [3.01877630301068, 3.13833628783402, 2.71994808846591, 2.45341462215448, 2.18724739670011, 1.7566245587172, 1.81983621474067, 1.29711541070799, 1.37008016667422, 1.21293261929502, 1.13387635006638, 1.1618271587888, 1.1805781097759, 1.21415318511767, 1.37102685413474, 1.16400753465458, 1.06218401620389, 1.14403436486368, 1.06637249494392, 1.07746369696657, 1.11331952687395, 1.
15113350125945,1.133389418582911536523929471, 1.12770178552783,1.11206989537267]},
{name: 'Bermuda', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.7707847429043, 0.892518040258261, 0.79896070152647, 0.973275609517919, 1.06616912107683, 1.0786791814918, 1.05101991993748, 1.0417579848631, 1.02677245534388, 0.934060255283965, 1.13416820715249, 1.14105793450882,
1.04532850695532,1.09373314637041.05276687231258]},
{name: '
Israel', data: [1.01165425704111, 0.800997964677303, 0.740820851132861, 0.614582821180982, 0.584850934335029, 0, 0.610945014948655, 0.374481018154188, 0.466506635264278, 0.385660618655583, 0.43238006387025, 0.409142699306011, 0.409223773952582, 0.338530646788842, 0.526421003531685, 0.471720895786711, 0.464107430503501, 0.629730282575027, 0.688757831614975, 0.892718722546638, 0.703295481396028, 0.712846347607053,0.959291456346981]},
{name: 'Netherlands', data: [1.05212042732276, 0.807563521764822, 0.865192234899692, 0.771916023403314, 0.984261328515049, 0.646505890859598, 0.500454959053685, 0.553580635532279, 0.514063136917433, 0.433618415794101, 0.574114607628548, 0.63874598625833, 0.587853199090614, 0.799127632564044, 0.956220430465783, 0.782444898813453, 0.693768839412449, 0.951170334005435, 0.985758128615271, 0.892718722546638, 0.936800700515657, 0.926952141057934,0.91722751916246]},
{name: 'United Arab Emirates', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.784025261042736, 0.681904498843352, 1.22279961026307, 1.13114807460695, 1.00952888651962, 0.928952071225025, 0.904291797578986, 0.594664095146255, 0.455400455400455, 0.580073381220609, 0.813098530862996, 0.806045340050378,0.90086932136848United Arab Emirates', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.784025261042736, 0.681904498843352, 1.22279961026307, 1.13114807460695, 1.00952888651962, 0.928952071225025, 0.904291797578986, 0.594664095146255, 0.455400455400455, 0.580073381220609, 0.813098530862996, 0.806045340050378, 0.894504194076085,1.03117247330385]},
{name: 'El Salvador', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,1.01175709200733]},
{name: 'Mexico', data: [2.0152152800259, 1.79896264198017, 1.77364408154437, 1.72083189930675, 1.65945509010508, 1.4546382544341, 1.13089821916028, 0.998616048411169, 0.760904026450473, 0.587483014946847, 1.09620007894076, 1.12384766771398, 1.37707047742774, 1.17509195664204, 0.78463383754248, 0.629497850691482, 0.746399578954084, 0.661874287718068, 0.698657841514984, 0.596868378895148, 0.815878354900135, 0.962216624685139, 1.19035188472382,0.92115197929026]},
{name: 'Thailand', data: [1.39203625768857, 0.768170179239708, 0.675931433515384, 0.791582673681105, 0.80357567400504, 1.16541193483901, 1.05290523852853, 0.903638978589455, 1.17758956474478, 1.03109263847814, 0.961641967777818, 0.892518040258261, 0.539136083143878, 0.636372513915563, 1.09948690611048, 0.980471076908216, 1.14830704454474, 1.32228748429327, 1.13142970285827, 0.797116428091572, 0.639359528541843, 0.78463476070529,
0.812130915503579,0.8931075396397370.817909889699009]},
{name: '
AustraliaSpain', data: [
0.6798316607316281.54580770475882, 0, 0, 0, 0, 0, 0
.334719875211231, 0.442321782312556, 0.335160106888899, 0.435616657341539, 0.371767387587854, 0, 0.479577971385181, 0.491585632781944, 0.
583503090149501, 0.560246833387464, 0.498030663064353, 0.576397681082162, 0.606958285705086, 0.606050940176393, 0.610736097717776, 0.562886277171991, 0.727352591597333, 0.783910378473043, 0.751889168765743,0.786361936810619]},
{name: 'Philippines', data: [0, 0, 0, 0, 0, 0, 0.380215780579748, 0.31749477626116, 0.455183658680194, 0.653424986012309, 0.66023179877283, 0.693988882367158, 0.659304969145827, 0.69984701018847, 0.641367361897781, 0.58602868964629, 0.376389531267444, 0.508459717717191, 0.612386326672041, 0.627874528448142, 0.669937592950366, 0.726700251889169,0.733782015329968]},
{name: 'Italy', data: [1.31919715118161, 0.866653535552492, 0.697561239387877, 0.75716603569497, 0.627644905140031, 0.620985921483561, 0.519953204211621, 0.572576049496622, 0.536709090085602, 0.455599072815922, 0.493379740930783, 0.52308117253047, 0.518025332900292, 0.563132710523746, 0.664689811421337, 0.566709062515093, 0.641138099870815, 0.661874287718068, 0.552986267271982, 0.546483385871531, 0.544845511279136, 0.565491183879093,0.701065619742008]},
{name: 'Spain', data: [1.54580770475882, 0, 0, 0, 0, 0, 0, 0.371767387587854, 0, 0.479577971385181, 0.491585632781944, 0.397058315782205, 0.449821370574862, 0.589173529507503, 0.638035583394416, 0.539339590745899, 0.553420200634759, 0.736389936004208, 0.499243356386214, 0, 0.512877534852044, 0.681360201511335,0.694054963544588]},
{name: 'Poland', data: [0, 0.70251460836452, 0.584004758557292, 0.673582772014357, 0.660929104655033, 0.54867934158479, 0, 0.621421399690646, 0.577471805788306, 0.569498841019903, 0.565144066884352, 0.533439215550875, 0.449821370574862, 0.491520458318414, 0.566402345572066, 0.643987571039879, 0.631568874499609, 0.566903363431811, 0.714214999929286, 0.54519146297349, 0.523996831000598, 0.565491183879093,0.615769302673397]},
{name: 'Kuwait', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.502350281674979, 0.497186064979456, 0.521273140630075, 0.511051072556232, 0.478110215232891, 0.592468565356689, 0.655491937927625, 0.632652464860758, 0.659057801914945, 0.59945222469123, 0.674107329006074, 0.584382871536524,0.587726677883717]},
{name: 'Sweden', data: [0.995467788928456, 0.649990151664369, 0.919266749580922, 0.801415998820001, 0.570586277400029, 0.582705967419506, 0.412712855842974, 0.412471846082874, 0.380452013225237, 0.577491807209656, 0.498762065377301, 0.585229430652902, 0.643065930496915, 0.641255167475017, 0.644699140401146, 0.706776359216267, 0.698553452098053, 0.711551386575495, 0.569957712814856, 0.623998759754018, 0.587932783854782, 0.590680100755667,0.581884464385866]},
{name: 'Colombia', data: [0, 0, 0, 0, 0, 0, 0.363967242948135, 0.469458087975903, 0.457448253997011, 0.46958676364799, 0.541820660949442, 0.569692366122294, 0.563494641117246, 0.598938836626412, 0.469780768974479, 0.47977074042471, 0.441779237970686, 0.458782618859765, 0.438429009857581, 0.427626479251718, 0.554574895409121, 0.541561712846348,0.536315199102636397058315782205, 0.449821370574862, 0.589173529507503, 0.638035583394416, 0.539339590745899, 0.553420200634759, 0.736389936004208, 0.499243356386214, 0, 0.512877534852044, 0.678841309823678, 0.68567053008945,0.793873368568655]},
{name: 'Australia', data: [0.679831660731628, 0, 0, 0, 0, 0, 0.334719875211231, 0.442321782312556, 0.335160106888899, 0.435616657341539, 0.491585632781944, 0.583503090149501, 0.560246833387464, 0.498030663064353, 0.576397681082162, 0.606958285705086, 0.606050940176393, 0.610736097717776, 0.562886277171991, 0.727352591597333, 0.783910378473043, 0.751889168765743, 0.780805865905584,0.779851148743393]},
{name: 'Netherlands', data: [1.05212042732276, 0.807563521764822, 0.865192234899692, 0.771916023403314, 0.984261328515049, 0.646505890859598, 0.500454959053685, 0.553580635532279, 0.514063136917433, 0.433618415794101, 0.574114607628548, 0.63874598625833, 0.587853199090614, 0.799127632564044, 0.956220430465783, 0.782444898813453, 0.693768839412449, 0.951170334005435, 0.985758128615271, 0.892718722546638, 0.936800700515657, 0.926952141057934, 0.911906999408305,0.755042605975623]},
{name: 'Kuwait', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.502350281674979, 0.497186064979456, 0.521273140630075, 0.511051072556232, 0.478110215232891, 0.592468565356689, 0.655491937927625, 0.632652464860758, 0.659057801914945, 0.59945222469123, 0.674107329006074, 0.584382871536524, 0.583574072140429,0.712975946499838]},
{name: 'Italy', data: [1.31919715118161, 0.866653535552492, 0.697561239387877, 0.75716603569497, 0.627644905140031, 0.620985921483561, 0.519953204211621, 0.572576049496622, 0.536709090085602, 0.455599072815922, 0.493379740930783, 0.52308117253047, 0.518025332900292, 0.563132710523746, 0.664689811421337, 0.566709062515093, 0.641138099870815, 0.661874287718068, 0.552986267271982, 0.546483385871531, 0.544845511279136, 0.562972292191436, 0.693791839244486,0.669830654729803]},
{name: 'Philippines', data: [0, 0, 0, 0, 0, 0, 0.380215780579748, 0.31749477626116, 0.455183658680194, 0.653424986012309, 0.66023179877283, 0.693988882367158, 0.659304969145827, 0.69984701018847, 0.641367361897781, 0.58602868964629, 0.376389531267444, 0.508459717717191, 0.612386326672041, 0.627874528448142, 0.669937592950366, 0.726700251889169, 0.728597449908925,0.668752022435552]},
{name: 'Poland', data: [0, 0.70251460836452, 0.584004758557292, 0.673582772014357, 0.660929104655033, 0.54867934158479, 0, 0.621421399690646, 0.577471805788306, 0.569498841019903, 0.565144066884352, 0.533439215550875, 0.449821370574862, 0.491520458318414, 0.566402345572066, 0.643987571039879, 0.631568874499609, 0.566903363431811, 0.714214999929286, 0.54519146297349, 0.523996831000598, 0.565491183879093, 0.61141856067198,0.652572538021788]},
{name: 'Sweden', data: [0.995467788928456, 0.649990151664369, 0.919266749580922, 0.801415998820001, 0.570586277400029, 0.582705967419506, 0.412712855842974, 0.412471846082874, 0.380452013225237, 0.577491807209656, 0.498762065377301, 0.585229430652902, 0.643065930496915, 0.641255167475017, 0.644699140401146, 0.706776359216267, 0.698553452098053, 0.711551386575495, 0.569957712814856, 0.623998759754018, 0.587932783854782, 0.590680100755667, 0.570812014896801,0.540394779419696]},
{name: 'Peru', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.260145681581686, 0.255498394503332, 0.177005521273141, 0.203443898310602, 0.203238488705271, 0.262424935198751, 0.298240857402593, 0.28199059057304, 0, 0, 0.446161757960721, 0.409319899244332,
0.507001728678663,0.4864631647071510.510609459712096]},
{name: '
ChileColombia', data: [0, 0, 0, 0, 0, 0, 0.
49395554400104, 0.336490190225503, 0.314778749037547, 0.459595555910799, 0.59205568911694, 0.450574871387632, 0.414095485547256, 0.444321473910354, 0.486439661491304, 0.465281020076313, 0.457727946922697, 0.450016072002572, 0, 0.462508397498837, 0.472570086313536, 0.507556675062972,0.400775845952514]},
{name: 'Indonesia', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.466468118698195, 0.3884266132652, 0.394608639168561, 0.335275544415872, 0.409808755913907, 0.436301579379518, 0.400312594695459, 0.470471348002688, 0, 0, 0, 0,0.373901663862404363967242948135, 0.469458087975903, 0.457448253997011, 0.46958676364799, 0.541820660949442, 0.569692366122294, 0.563494641117246, 0.598938836626412, 0.469780768974479, 0.47977074042471, 0.441779237970686, 0.458782618859765, 0.438429009857581, 0.427626479251718, 0.554574895409121, 0.541561712846348, 0.532525843165918,0.476755474058893]},
{name: 'Chile', data: [0, 0, 0, 0, 0, 0, 0.49395554400104, 0.336490190225503, 0.314778749037547, 0.459595555910799, 0.59205568911694, 0.450574871387632, 0.414095485547256, 0.444321473910354, 0.486439661491304, 0.465281020076313, 0.457727946922697, 0.450016072002572, 0, 0.462508397498837, 0.472570086313536, 0.507556675062972, 0.397944148596754,0.427138388523352]},
{name: 'Bahamas', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.450881091416464, 0.639359528541843, 0,
0.508161915700811,0]},
{name: 'Belgium-Luxembourg', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,0]},
{name: 'Caribbean Banking Centers', data: [4.07089673033344, 3.10550850239643, 2.76320770021089, 3.79566350361375, 3.43778232133517, 4.99340734124452, 6.43117119459249, 3.47887438604108, 3.75696363059921, 4.54000479577971, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,0]},
{name: 'Denmark', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0.329709855327312, 0.247586924539811, 0.250319372993129, 0.27119194543683, 0.343413300348296, 0.318184847071367, 0.238275401284755, 0.261558826812969, 0.246924403144268, 0, 0, 0, 0,
0,0]},
{name: 'Egypt', data: [0, 0, 0, 0, 0, 0.442346135851304, 0.558949694527493, 0.512876177037258, 0.58879478237239, 0, 0, 0, 0, 0, 0, 0, 0.344492113363423, 0.306829140001753, 0, 0, 0, 0,
0,0]},
{name: 'Finland', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.186579596188445, 0, 0, 0, 0, 0, 0, 0,
0,0]},
{name: '
IraqIndonesia', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
886289425526571, 0.607671857197114, 0.428710620331276, 0.315744930178054, 0.233224495235557, 0.333263568013137, 0.551825329739558, 0.480698986002747, 0, 0, 0.567084103576244, 0,0]},
{name: 'Kazakhstan466468118698195, 0.3884266132652, 0.394608639168561, 0.335275544415872, 0.409808755913907, 0.436301579379518, 0.400312594695459, 0.470471348002688, 0, 0, 0, 0, 0.371259847087351,0]},
{name: 'Iraq', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.
504144389823819, 0.50409142699306, 0.513153621305619, 0.367826568145568, 0.399813420403812, 0.280134593402347, 0.183410152948119, 0, 0, 0, 0, 0,0]},
{name: 'Korea, South ', data: [3.07542894140499, 4.14286652222441, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0886289425526571, 0.607671857197114, 0.428710620331276, 0.315744930178054, 0.233224495235557, 0.333263568013137, 0.551825329739558, 0.480698986002747, 0, 0, 0.567084103576244, 0, 0,0]},
{name: 'Kazakhstan', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.504144389823819, 0.50409142699306, 0.513153621305619, 0.367826568145568, 0.399813420403812, 0.280134593402347, 0.183410152948119, 0, 0, 0, 0, 0, 0,0]},
{name: 'Malaysia', data: [0, 0, 0, 0, 0, 0, 0, 0.31749477626116, 0.260428461433942, 0.41163775877228, 0.346262872725968, 0.203708179401305, 0, 0, 0.219897381222096, 0.249545183777953, 0.197763991004928, 0.208936033429765
, 0, 0, 0, 0, 0,0]},
{name: 'Oil Exporters', data: [4.01424409193914, 2.79692731928304, 3.35802736170443, 3.84483012930823, 5.23988398079026, 5.86533962825911, 6.05095541401274, 5.45711106889908, 4.79867747633498, 5.21141395571897, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,0]},
{name: 'Oman', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.31755714234454, 0.334910057659773, 0.347515427086716, 0.325510237296963, 0.238222162990604, 0.188366364529165, 0, 0, 0, 0, 0, 0,
0,0]},
{name: 'Russia', data: [0, 0, 0, 0, 0, 1.390838330994, 3.78265956063954, 3.8479281430626, 3.4195389283935, 2.98737111342019, 2.89748466037533, 2.39270793771363, 1.39655732380643, 1.49897464275251, 1.43433064569867, 1.65021815078969, 0.210522958166536
, 0, 0, 0, 0, 0, 0,0]},
{name: 'South Africa', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0.241787227240029, 0.235028167497937, 0.195076476884301, 0, 0.166010221021451, 0, 0.37190282227553, 0.167461443996108, 0.201630577715438, 0, 0, 0, 0,
0,0]},
{name: 'South Korea ', data: [3.07542894140499, 4.14286652222441, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,0]},
{name: 'Turkey', data: [1.0925865976044, 1.03079246274046, 0.648894176174769, 0.855499287083927, 1.09362369835005, 1.0888520267109, 0.981411672949435, 0.762530189140051, 0.65446804656008, 0.639437295180241, 1.03340629373139, 0.901149742775265, 1.25040597596622, 1.05139806646919, 0.984540547744386, 0.846843655917441, 0, 0, 0, 0, 0, 0,
0,0]},
{name: 'Uruguay', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.184718433863895, 0.170509905813576, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,0]},
{name: 'Vietnam', data: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.227346541084768, 0.200188795937632, 0.229892716732192, 0.238275401284755, 0.317379308145006, 0.445632798573975, 0.469543326686184, 0.555526846157821, 0.512877534852044, 0.386649874055416,
0,0]},
{name: 'All Other
Countries', data: [8.91065069601813, 7.8261440483225, 6.97020494241064, 7.83716013569989, 6.30497836527032, 6.57989877078814, 5.30352268295853, 4.08672763290006, 4.36387517550614, 4.29022460234993, 4.86203308335426, 3.99302558436626, 3.80643065930497, 4.1697861397741, 4.13973479043113, 4.08288120039283, 4.58684869459817, 4.81867858917039, 6.9837498408927, 6.35755258126195, 6.09893393748176, 7.
20780856423174,7.42194802766872]},
]
2103274559194, 7.76745211328066,7.66691834753532]},
]
//#### END 'container' CODE ####//
};
new Highcharts.Chart("IAG-2357524979", options);
}
}
});
</script>
Source: Created by CRS. Data from U.S. Department of the Treasury, Treasury International Capital (TIC) System, at https://ticdata.treasury.gov/resource-center/data-chart-center/tic/Documents/mfhhis01.txt.
Notes: The Treasury Department's data track the location of an asset, not its owner's nationality. Not all countries have data for all years. "All Other" may not represent the same countries in each year. After 2011, the "Caribbean Banking Centers" and "Oil Exporters" groups arewere replaced by individual countries. Data current as of May 14, 2025.
Foreign holdings can be divided into official (government/central bank) and private sources.
March 19, 2026.
Figure 3 provides data on the current breakdown of estimated foreign holdings in U.S. federal debt between official (government/central bank) and private sources. As the chart shows, governmental sources hold 44.241.9% ($3.89 trillion) of foreign holdings in U.S. federal debt. Private investors hold the other 55.8% ($4.858.1% ($5.4 trillion). The breakdown between estimated official and private holdings is not publicly available on a country-by-country basis.
|
Figure 3. Breakdown of Official Versus Private Foreign Holdings of U.S. Federal Debt
December 2024 2025
|
![]() |
|
Source: Created by CRS. Data from U.S. Department of the Treasury, Treasury International Capital (TIC) System, https://ticdata.treasury.gov/resource-center/data-chart-center/tic/Documents/mfhhis01.txt.
Notes: Approximate percentages calculated by CRS. Official foreign investors are government/central bank entities. Data current as of May 14, 2025March 19, 2026.
|
Foreign Investment in U.S. Federal Debt:
Why Is It an Issue of Concern?
From an economic perspective, foreign holdings of federal debt can be viewed in the broader context of U.S. saving, investment, and borrowing from abroad. For decades, the United States has saved less than it invests. Domestic saving is composed of saving by U.S. households, businesses, and governments. By accounting identity,7 when the government runs budget deficits, it reduces domestic saving. By the same accounting identity, the shortfall between U.S. saving and physical investment is met by borrowing from abroad. When the deficit rises (i.e., public saving falls), U.S. investment must fall (referred to as the deficit crowding out investment) or borrowing from abroad must rise. If capital were fully mobile and unlimited, a larger deficit would be fully matched by greater borrowing from abroad, and there would be no crowding out of domestic investment.
By accounting identity, to be a net borrower from abroad, the United States must run a current account deficit. The trade deficit is the largest component of the current account deficit.8 In other words, to be a net borrower, the United States must buy more imports from foreigners than it sells in exports to foreigners. Since 2000, U.S. borrowing from abroad and the trade deficit have each exceeded $300 billion each year. Borrowing from abroad reached a new high of $1.1was $1.1 trillion in 2025, down slightly from $1.2 trillion in 2024, but up from $912935 billion in 2023.9 Borrowing from abroad has occurred through foreign purchases of both U.S. government and U.S. private securities and other assets.10
As a result of foreign purchases of Treasury securities, the federal government must send U.S. income abroad to foreigners. If the overall economy is larger as a result of federal borrowing (because the borrowing stimulated economic recovery11 or was used to productively add to the U.S. capital stock, for example), then this outcome may leave the United States better off overall on net despite the transfer of income abroad. In other words, without foreign borrowing, U.S. income would be lower than it currently is net of foreign interest payments in this scenario.
It can be argued that the underlying long-term economic issue is the budget deficit itself and not that the deficit is financed in part by foreigners. This can be illustrated by the counterfactual. Assume the same budget deficits and U.S. saving rates without the possibility of foreign borrowing. In this case, budget deficits would have had a much greater crowding-out effect on U.S. private investment, because only domestic saving would have been available to finance both. The pressures the deficit has placed on domestic saving would have pushed up interest rates throughout the economy and caused fewer private investment projects to be profitably undertaken. With fewer private investment projects, overall GDP would have been lower over time relative to what it would have been. The ability to borrow from foreigners avoids the deleterious effects on U.S. interest rates, private investment, and GDP, to an extent, even if it means that the returns on some of this investment now flow to foreigners instead of Americans. In other words, all else equal, foreign purchases of Treasury securities reduce the federal government's borrowing costs and reduce the costs the deficit imposes on the broader economy.
The burden of a foreign-financed deficit is borne by exporters and import-competing businesses, because borrowing from abroad necessitates a trade deficit. It is also borne by future generations, because future interest payments will require income transfers to foreigners.12 To the extent that the deficit crowds out private investment rather than being financed through foreign borrowing, its burden is also borne by future generations through an otherwise smaller GDP. As interest rates have increased in recent years, interest paid on Treasury securities (to both Americans and foreigners)13 has risen rapidly. If rates do not fall, the burden will continue to rise as old debt matures and is rolled over into new debt instruments with higher rates.
Thus far, this report has considered the impact of the government's budget deficit and the low U.S. saving rate on U.S. Treasury yields but not investor demand. Since interest rates fell to historic lows at a time when the supply of Treasury securities rose to historic heights, it follows that Treasury rates have been driven mainly by increased investor demand in recent years. In the wake of the 2008 financial crisis and again during the COVID-19 pandemic, investor demand for Treasury securities increased as investors undertook a flight to safety. Treasury securities are perceived as a safe haven compared with other assets because of low perceived default risk and greater liquidity (i.e., the ability to sell quickly and at low cost) than virtually any alternative asset. For foreign investors, their behavior also implies that they view the risk from exchange rate changes of holding dollar-denominated assets to be lower than alternative assets denominated in other currencies. The reasons for this flight to safety are varied. For example, investors who had previously held more risky assets may become more averse to risk and seek to minimize their loss exposure; investors may not see profitable private investment opportunities and choose to hold their wealth in Treasury securities as a store of value until those opportunities arise; or investors may need Treasury securities to post as collateral for certain types of transactions (such as repurchase agreements) where previously other types of collateral could be used (or used at low cost).
Flight-to-safety considerations have subsided as economic conditions have normalized, reducing the incentive for foreigners to buy Treasuries and raising their yields, all else equal. But Treasury securities are also To date, investors, including foreign investors, have absorbed the large increases in the supply of federal debt without market disruption. Since 2022, interest rates have been higher than during the low-rate period of 2008-2021 but comparable to historical averages. Treasury securities are sought out by international investors because of the dollar's unique role as the world's reserve currency. As a result, Treasury securities are in permanent demand as underlying collateral in financial transactions and as a temporary store of value while trade or financial transactions are being executed. Treasury securities may also be relatively attractive compared to other government's bonds because, for a variety of reasons, Treasury yields tend to be slightly higher, when adjusted for risk.
More normal economic conditions have also increased domestic investment demand, which has both pushed up domestic interest rates and lead to more foreign borrowing. This relative movement in rates could attract additional foreign capital inflows.
Additionally, any discussion of foreign holdings of Treasuries would be incomplete without a discussion of the large holdings of foreign governments (referred to as foreign official holdings in Figure 3).14 Foreign official holdings are motivated primarily by a desire for a liquid and stable store of value for foreign reserves. Relatively few assets besides U.S. Treasury securities fill this role well. Depending on the country, foreign reserves may be accumulated as a result of a country's exchange rate policy,15 the desire to reinvest export proceeds, or the desire to build a war chest to fend off speculation against the country's exchange rate and securities. If motivated by any of these factors, rate of return may be a lesser consideration for foreign governments than it is for a private investor, although large, foreign official holdings have not been significantly increasing since 2013—and peaked in 2020—after more than a decade of rapid growth before then.
Since 1989, the United States has had a net foreign debt (combined private and public), and that debt was roughly $26.227.5 trillion in 2024.152025.16 Additional growth in net foreign debt would be unsustainable in the long run if it grows faster than GDP, as it has generally done in recent decades. This netOn net, however, this foreign debt has not imposed any burden on Americans thus far, however, because the United States has consistently earned more income on its foreign assets than it has paid on its foreign debt, even though foreigners owned more U.S. assets than Americans owned foreign assets. Although it is likely that the United States would begin to make net debt payments to foreigners at some point if the net foreign debt were to continue to grow, it has not occurred yet—although that trend is unlikely to continue indefinitely. To date, the primary drawback is the risk that its unsustainable growth poses, although. Although that risk is slight in the short run. Unsustainable, unsustainable growth in the net foreign debt could lead to foreigners at some point reevaluating and reducing their U.S. asset holdings. If this happened suddenly, it could lead to financial instability and a sharp decline in the dollar's value. Alternatively, were the growth in the debt to decline gradually, it is unlikely to be destabilizing.16
17
A related concern is whether the major role of foreigners in Treasury markets adds more risk to financial stability. In other words, would financial stability be less at risk if the United States borrowed the same amount from foreigners, but foreigners invested exclusively in private securities instead of U.S. Treasury securities? Empirical evidence does not shed much light on this question. Although countries such as Greece with large foreign holdings of government debt experienced financing problems during the Euro crisis of the 2010s, a large share of Italy's large government debt was held domestically, and it nevertheless also faced financing problems at the time.1718 In addition, another victim of the Euro crisis was Ireland, which had accumulated mainly private, not government, debts—suggesting that avoiding foreign ownership of government debt is not a panacea. The major role of foreign governments as holders of U.S. Treasuries could reduce financial instability if foreign governments are less motivated by rate-of-return concerns, because that implies they would be less likely to sell their holdings if prices started to fall. Finally, foreign official holdings of U.S. debt may have foreign policy (as opposed to economic) implications that are beyond the scope of this report.
What policy options exist if policymakers decided foreign ownership of federal debt is undesirable? Absent strict capital controls, it is unlikely that foreigners could effectively be prevented from buying Treasury securities. After Treasury securities are initially auctioned by Treasury, they are traded privately on diffused and international secondary markets, and turnover is much higher on secondary markets than on initial auctions. A foreign ban on secondary markets would be hard to enforce because secondary market activity could shift overseas, and even if it could be enforced, the U.S. saving-investment imbalance would likely shift foreign investment into other U.S. securities—perhaps even newly created financial products that allowed foreigners to indirectly invest in Treasury securities. Thus, a ban would not address the underlying economic factors driving foreign purchases. Economically, the only way the U.S. government could reduce its reliance on foreign borrowing is by raising the U.S. saving rate, which could be done most directly by reducing budget deficits. Reducing deficits too quickly could be counterproductive, however, if it undermined an economic recoveryeconomic growth, which is a greater concern when the economy is in a recession.