API Documentation

⌘K
GET/api/1/charting/overlay/{identifier}

Chart Overlays

Returns chart overlay data: Fibonacci retracement levels, pivot points (standard, Woodie, Camarilla, DeMark), or support/resistance levels

Parameters

4
typestringrequired
query

Overlay type: fibonacci, pivot, support_resistance

pivot_methodstring
query

Pivot method: standard, woodie, camarilla, demark (default standard)

resolutionstring
query
identifierstringrequired
path

Security 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/overlay/US0378331005?pivot_method=standard&resolution=D' \
  -H 'Accept: application/json'
200 Response
{}