This API returns the double exponential moving average (DEMA) values.
- Provider
- Alpha Vantage (Market Data)
- Input summary
- {"name":"function","type":"string","required":true,"description":"The technical indicator of your choice. In this case, function=DEMA","enum":["DEMA"]}, {"name":"symbol","type":"string","required":true,"description":"The name of the ticker of your choice. For example: symbol=IBM"}, {"name":"interval","type":"string","required":true,"description":"Time interval between two consecutive data points in the time series. The following values are supported: 1min, 5min, 15min, 30min, 60min, daily, weekly, monthly","enum":[..., {"name":"time_period","type":"integer","required":true,"description":"Number of data points used to calculate each moving average value. Positive integers are accepted (e.g., time_period=60, time_period=200)"}, {"name":"series_type","type":"string","required":true,"description":"The desired price type in the time series. Four types are supported: close, open, high, low","enum":["close","open","high","low"]}, {"name":"month","type":"string","required":false,"description":"By default, this parameter is not set and the technical indicator values will be calculated based on the default length of the underlying intraday, daily, weekly, or monthly..., {"name":"datatype","type":"string","required":false,"description":"By default, datatype=json. Strings json and csv are accepted with the following specifications: json returns the daily time series in JSON format; csv returns the time se...
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available