API Documentation
⌘K
API Key
Get free key GET
/api/1/equity/swot/{identifier}SWOT Analysis API
Returns AI-generated SWOT analysis (Strengths, Weaknesses, Opportunities, Threats) for the given ISIN
Parameters
2languagestringLanguage code: en, de (default en)
identifierstringrequiredSecurity 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": []
}