API Documentation

⌘K
GET/api/1/screener/universe

Screener 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"
}
]