get_etf_screener
Filters ETFs by asset class, category, and focus.
Args:
assetClass: Alternatives, AssetAllocation, Commodities, Currency, Equity, FixedIncome
category: BroadMarket, Sector, HighDividendYield, SizeAndStyle, Corporate, etc.
focus: LargeCap, SmallCap, MidCap, TotalMarket, Financials, HealthCare,
InformationTechnology, Energy, RealEstate, HighDividendYield, HighYield, etc.
Use this for a sector question ('tech ETFs' -> InformationTechnology);
the screener has no `sector` filter.
limit: Rows to return (default 20, max 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | No | Focus filter, e.g. 'LargeCap', 'InformationTechnology', 'HighYield'. This is the screener's SECTOR filter — there is no separate sector parameter. | |
| limit | No | Rows to return (default: 20, max: 100). | |
| category | No | Category filter, e.g. 'Sector', 'BroadMarket', 'HighDividendYield' | |
| assetClass | No | Asset class filter, e.g. 'Equity', 'FixedIncome', 'Commodities' |