Justetf: Search Etfs
Justetf via Parse · Finance
Full-text search over justETF's ETF database. Matches ISIN, WKN, ticker, or name against the query. Results are sorted by fund size descending. Supports offset-based pagination via start/length. Filters narrow results by asset class or fund currency. Returns total count and a page of ETF summaries. Search and retrieve ETF data from justETF including profiles, performance heatmaps, and filtered equity results. Fulfilled by Parse from justetf.com.
- crypto-web3
- developer-tools
- finance
- justetf
- justetf-com
- parse
- platform-key
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/80344a09-fa70-4748-8f48-f70c29c84c59/search_etfs
- Interface artifact
- sha256:45966eecaa22f1f3dbe451668bc316148472f4417df7eb2ff6ba29b28bcfde73
- Manifest digest
- sha256:609026da0bed1e5c9393bb42959ed8257ef1cdcd44791a3fb8d308f7e004b31e
Request fields
- query (string): Search query term (ISIN, WKN, ticker, or name)
- start (integer): Pagination offset (0-based index of first result)
- length (integer): Number of results per page (max 100)
- asset_class (string): Filter by asset class. Confirmed values: 'class-equity', 'class-bonds'. Additional values may be accepted by the site.
- fund_currency (string): Filter by fund currency ISO code (e.g. 'EUR', 'USD', 'GBP', 'CHF')
Example queries
- {"query":"S&P 500","start":"0","length":"5","asset_class":"class-equity","fund_currency":"USD"}