API Documentation
⌘K
API Key
Get free key GET
/api/1/charting/patterns/{identifier}Candlestick Patterns
Detects candlestick patterns (doji, hammer, engulfing, morning/evening star, three white soldiers/black crows, harami) in the last 100 candles
Parameters
2resolutionstringCandle resolution (default D)
identifierstringrequiredSecurity identifier: ISIN, ticker, CUSIP, SEDOL, or WKN (e.g. US0378331005, AAPL, 037833100)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/charting/patterns/US0378331005?resolution=D' \
-H 'Accept: application/json'200 Response
{
"patterns": {
"pattern": "hammer",
"date": 0,
"type": "string",
"confidence": 0.75
}
}