The heikinashi candles endpoint provides smoothed candlestick data by averaging price information to reduce market noise. It returns a series of Heikin Ashi candles, which include open, high, low, and close values, making it easier to identify trends and potential reversals in asset prices. This endpoint is useful for traders and analysts seeking a clearer view of market trends without the volatility present in traditional candlestick charts.
- Provider
- Twelve Data API (Market Data)
- Input summary
- {"name":"symbol","type":"string","required":false,"description":"Symbol ticker of the instrument. E.g. `AAPL`, `EUR/USD`, `ETH/BTC`, ..."}, {"name":"isin","type":"string","required":false,"description":"Filter by international securities identification number (ISIN). ISIN access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"}, {"name":"figi","type":"string","required":false,"description":"The FIGI of an instrument for which data is requested. This request parameter is available starting with the <a href=\"https://twelvedata.com/pricing\">Ultra<a> plan"}, {"name":"cusip","type":"string","required":false,"description":"The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href=\"https://twelvedata.com/account/add-ons\">Data add-ons</a> section"}, {"name":"interval","type":"string","required":true,"description":"Interval between two consecutive points in time series","enum":["1min","5min","15min","30min","45min","1h","2h","4h","5h","1day","1week","1month"]}, {"name":"outputsize","type":"integer","required":false,"description":"Number of data points to retrieve. Supports values in the range from `1` to `5000`. Default `30` when no date parameters are set, otherwise set to maximum"}, {"name":"exchange","type":"string","required":false,"description":"Exchange where instrument is traded"}, {"name":"mic_code","type":"string","required":false,"description":"Market Identifier Code (MIC) under ISO 10383 standard"}
- Output summary
- Not available
- Billing
- 2.37
- Freshness
- Not available
- Verification
- Not available