API Documentation

⌘K
Get free key
GET/api/1/etf/list/{start}/{end}

ETF List API

Returns a paginated list of all ETF ISINs available. Maximum results returned is limited to 2000 per request.

Parameters

2
startintegerrequired
path

ISIN of the ETF

endintegerrequired
path

ISIN of the ETF

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/etf/list/0/10' \
  -H 'Accept: application/json'
200 Response
{}