API Documentation

⌘K
GET/api/1/equity/swot/{identifier}

SWOT Analysis API

Returns AI-generated SWOT analysis (Strengths, Weaknesses, Opportunities, Threats) for the given ISIN

Parameters

2
languagestring
query

Language code: en, de (default en)

identifierstringrequired
path

Security identifier: ISIN, ticker, CUSIP, SEDOL, or WKN

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/equity/swot/US0378331005?language=en' \
  -H 'Accept: application/json'
200 Response
{
  "strengths": [],
  "weaknesses": [],
  "opportunities": [],
  "threats": []
}