API Documentation

⌘K
GET/api/1/screener/search/{query}

Symbol Search

Search for stocks, ETFs, crypto, bonds, and mutual funds by name, ticker, or ISIN

Parameters

1
querystringrequired
path

Search query (e.g. "Apple", "AAPL", or "US0378331005")

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/screener/search/Apple' \
  -H 'Accept: application/json'
200 Response
[
  {
  "type": "stock",
  "name": "Apple",
  "isin": "US0378331005",
  "ticker": "AAPL",
  "wkn": "string",
  "currency": "USD",
  "country": "US",
  "industry": "string",
  "marketcap": 0
}
]