API Documentation
⌘K
API Key
Get free key GET
/api/1/screener/universeScreener Universe
Returns available countries and continents for the stock screener
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/screener/universe' \
-H 'Accept: application/json'200 Response
[
{
"country": "US",
"continent": "North America",
"countryName": "United States"
}
]