AGIQ
AGIQ: Agentic AI ETF
Your Gateway to the
Next Wave of AI Innovation.
Diversify your portfolio with the Agentic AI ETF (AGIQ) – investing in U.S. companies leading the way in autonomous
decision-making technologies. From AI-driven digital workflows to robotics and self-driving systems, AGIQ captures the next frontier of artificial intelligence
Why AGIQ?
Invest in the Future of Autonomous Intelligence

Autonomous Innovation

Thematic Focus

High-Growth Potential
Fund Objective.
The SoFi Agentic AI ETF (the “Fund”) seeks to track the performance, before fees and expenses, of the BITA US Agentic AI Select Index (the “Index”).
Fund details
as of February 5, 2026
| Fund Ticker | AGIQ |
|---|---|
| Exchange | NYSE Arca |
| Inception Date | 09/02/2025 |
| Assets Under Management | $9,927,939 |
| Gross Expense Ratio | 0.69% |
| Net Expense Ratio1 | 0.69% |
| Median 30-Day Spread | 0.17% |
|---|---|
| Shares Outstanding | 475,000 |
| Minimum Initial Investment | None |
| NAV | $20.90 |
| Premium / Discount | 0.09% |
| Closing Price | $20.92 |
Top ten holdings
as of 02/09/2026
| Portfolio Weight | Name |
|---|---|
| 7.94% | NVIDIA Corp |
| 7.37% | Teradyne Inc |
| 7.06% | Tesla Inc |
| 6.41% | Deere & Co |
| 6.30% | Baidu Inc |
| 5.86% | Rockwell Automation Inc |
| 5.84% | Palantir Technologies Inc |
| 5.60% | Arista Networks Inc |
| 4.91% | Thermo Fisher Scientific Inc |
| 4.43% | Intuitive Surgical Inc |
Holdings are subject to change.
Performance
| YTD | 1m | 3m | 6m | 1Y | Inception | |
| NAV Return (%) | ||||||
| Market Price (%) |
Performance is historical and does not guarantee future results. Current performance may be lower or higher than quoted. Investment returns and principal value of an investment will fluctuate so that an investor’s shares, when redeemed, may be worth more or less than their original cost. Performance data for the most recent month-end is available above. Returns less than one year are cumulative. Shares of any ETF are bought and sold at market price (not NAV) and may trade at a discount or premium to NAV. Shares are not individually redeemable from the Fund and may be only be acquired or redeemed from the fund in creation units. Brokerage commissions will reduce returns.
Ready to go?
Our ETFs give you simple, transparent access to sophisticated investment tools.
There’s always more to learn.
var holdings = [{"ticker":"NVDA","companyName":"Nvidia Corp.United States -Information Technology","portfolioWeight":"7.65%"},{"ticker":"TSLA","companyName":"Tesla Mtrs Inc","portfolioWeight":"7.39%"},{"ticker":"PLTR","companyName":"Palantir Technologies","portfolioWeight":"7.31%"},{"ticker":"CRM","companyName":"Salesforce Inc.","portfolioWeight":"5.52%"},{"ticker":"9888:SH","companyName":"Baidu Inc ADR Class A","portfolioWeight":"5.4%"},{"ticker":"ROK","companyName":"Rockwell Automation, Inc","portfolioWeight":"5.26%"},{"ticker":"ANET","companyName":"Arista Networks Inccommon Stock","portfolioWeight":"5.11%"},{"ticker":"TMO","companyName":"Thermo Fisher","portfolioWeight":"5.02%"},{"ticker":"ISRG","companyName":"Intuitive Surgi..","portfolioWeight":"4.92%"},{"ticker":"QCOM","companyName":"Qualcomm Inc.","portfolioWeight":"4.91%"}];
var monthlyPerformance = {"navReturns":null,"mktReturns":null}; var quarterlyPerformance = {"navReturns":null,"mktReturns":null}; var monthlyDate = ""; var quarterlyDate = "";
function displayHoldingData() {
var i_html = '';
for(var i=0; i ';
}
$("#holdings").html(i_html);
} function displayPerformanceData(tab_number) {
$(".table-narrow").css("display", "none");
$(".spinner").css("display", "block"); let performanceValues;
if( tab_number == 1) {
performanceValues = monthlyPerformance;
performanceDates = monthlyDate;
}
else {
performanceValues = quarterlyPerformance;
performanceDates = quarterlyDate;
} $(".nav-return-row td:nth-child(2)").html('--');
$(".nav-return-row td:nth-child(3)").html('--');
$(".nav-return-row td:nth-child(4)").html('--');
$(".nav-return-row td:nth-child(5)").html('--');
$(".nav-return-row td:nth-child(6)").html('--');
$(".nav-return-row td:nth-child(7)").html('--'); $(".market-price-row td:nth-child(2)").html('--');
$(".market-price-row td:nth-child(3)").html('--');
$(".market-price-row td:nth-child(4)").html('--');
$(".market-price-row td:nth-child(5)").html('--');
$(".market-price-row td:nth-child(6)").html('--');
$(".market-price-row td:nth-child(7)").html('--'); setTimeout(function() {
$(".spinner").css("display", "none");
$(".table-narrow").css("display", "table");
}, 500);
} function formatDate(d) {
let date = new Date(d);
let year = new Intl.DateTimeFormat('en', { year: 'numeric' }).format(date);
let month = new Intl.DateTimeFormat('en', { month: 'long' }).format(date);
month = month.charAt(0).toUpperCase() + month.slice(1);
let day = d.split("-")[2];
return month + " " + day + ", " + year;
}
function clickTab(tab_number) {
$(".tabs li").removeClass('active-tab');
$("#tab" + tab_number).addClass('active-tab'); displayPerformanceData(tab_number);
} clickTab(2);
displayHoldingData();
var chart = AmCharts.makeChart(document.querySelector('#chartdiv'), {
"type": "serial",
"theme": "none",
"plotAreaFillColors": "#E5E1E6",
"plotAreaFillAlphas": 1,
"handDrawn": false,
"dataProvider": [{"min":-2.5,"count":0},{"min":-2,"count":0},{"min":-1.5,"count":0},{"min":-1,"count":0},{"min":-0.5,"count":2},{"min":0,"count":19},{"min":0.5,"count":0},{"min":1,"count":0},{"min":1.5,"count":0},{"min":2,"count":0}],
"valueAxes": [{
"minorGridEnabled": false,
"position": "bottom",
"axisColor": "#DBD7DF"
}],
"startDuration": 1,
"graphs": [{
"title": "Income",
"type": "column",
"fillAlphas": 1,
"fillColors": "#201747",
"lineThickness": "0",
"animationPlayed": true,
"valueField": "count"
}],
"rotate": true,
"categoryField": "min",
"categoryAxis": {
"gridPosition": "start",
"tickPosition": "start",
"axisColor": "#DBD7DF",
"gridAlpha": 0,
"startOnAxis": true
},
"export": {
"enabled": false
}
});
But first, you’ll need to open a
Note: SoFi Invest, while an affiliate of SoFi ETFs, does not endorse or recommend the '+holdings[i].portfolioWeight+'
'+holdings[i].companyName+'
'+holdings[i].ticker+'
It’s time to start trading
stocks and ETFs.
SoFi Active Invest account.
purchase of these securities. Active Investing is a self-directed investment platform and investment
decisions are entirely your own.


