工具 API
get_ support_ resistance_ levels
Calculate pivot-point-based support and resistance levels for any stock, ETF, index, or crypto. Fetches historical OHLCV data and computes support/resistance levels using one of five standard pivot point methods: Classic (Floor), Fibonacci, Woodie, Camarilla, or DeMark. Each record in the result corresponds to one bar from the price history, with the calculated levels that traders use to identify potential reversal zones, entry/exit points, and stop-loss placement.
调用信息
- 工具标识
- eodhd.get_support_resistance_levels
- 服务提供方
- EODHD
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
ticker必填Symbol in SYMBOL.EXCHANGE format (e.g. 'AAPL.US'). If you only have a company name or ISIN, call resolve_ticker first.
methodPivot point method — 'classic', 'fibonacci', 'woodie', 'camarilla', or 'demark'. Default 'classic'.
periodPrice bar period — 'd' (daily), 'w' (weekly), 'm' (monthly). Default 'd'.
start_dateStart date in YYYY-MM-DD format (optional).
end_dateEnd date in YYYY-MM-DD format (optional).
api_tokenOverride API token for this call (optional).