工具 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.

finance1 积分

调用信息

工具标识
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.

method

Pivot point method — 'classic', 'fibonacci', 'woodie', 'camarilla', or 'demark'. Default 'classic'.

period

Price bar period — 'd' (daily), 'w' (weekly), 'm' (monthly). Default 'd'.

start_date

Start date in YYYY-MM-DD format (optional).

end_date

End date in YYYY-MM-DD format (optional).

api_token

Override API token for this call (optional).