API Documentation
⌘K
API Key
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
2startintegerrequiredISIN of the ETF
endintegerrequiredISIN 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
{
"start": 0,
"size": 10,
"total": 19008,
"results": [
"AEC000730023",
"AEC000730031",
"AEC000730049"
]
}