Sugra API V1.0.0
  1. /v1/quotes
Sugra API V1.0.0
  • /v1/quotes
    • Retrieves all available information for a given stock symbol.
      GET
    • Get Stock Price
      GET
    • Retrieves news related to a given stock symbol.
      GET
    • Retrieves stock recommendations for a given symbol.
      GET
    • Retrieves upgrades and downgrades for a given stock symbol.
      GET
    • Retrieve targets for a stock symbol
      GET
    • Retrieves historical actions related to a given stock symbol.
      GET
    • Retrieves earnings report dates for a given stock symbol.
      GET
    • Retrieves top institutional holders for a given stock symbol.
      GET
    • Retrieves top mutual fund holders for a given stock symbol.
      GET
    • Retrieves insider roster holders for a given stock symbol.
      GET
    • Retrieves insider transactions for a given stock symbol.
      GET
    • Retrieves annual or quarterly income statements for a given stock symbol.
      GET
    • Retrieves annual or quarterly balance sheets for a given stock symbol.
      GET
    • Retrieves annual or quarterly cash flow data for a given stock symbol.
      GET
    • Retrieves multiple stock quotes
      GET
    • Get technical analysis for a stock symbol
      GET
    • Retrieve SEC filings for a specific stock symbol
      GET
    • Retrieves the ISIN (International Securities Identification Number) for a given stock symbol.
      GET
    • Get Stock Dividend Information
      GET
    • Retrieves Historical Price information for a given stock symbol.
      GET
  • v1/economics/
    • Get Economic Countries Indicators
      GET
    • Get Economics Indicators Overview
      GET
    • Get Economics GDP Indicators
      GET
    • Get Economics labour Indicators
      GET
    • Get Economics Prices Indicators
      GET
    • Get Economics Health Indicators
      GET
    • Get Economics Money Indicators
      GET
    • Get Economics Trade Indicators
      GET
    • Get Economics Government Indicators
      GET
    • Get Economics Business Indicators
      GET
    • Get Economics Consumer Indicators
      GET
    • Get Economics Housing Indicators
      GET
  1. /v1/quotes

Get technical analysis for a stock symbol

GET
https://api.sugra.ai/v1/quotes/{symbol}/technical-analysis/
Last modified:2024-02-08 17:05:26
Maintainer:Not configured
OperationId:getTechnicalAnalysis
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.sugra.ai/v1/quotes/AAPL/technical-analysis/?interval' \
--header 'x-api-key:   ABCD314159'
Response Response Example
200 - Success
{
    "Moving Averages Details": {
        "BUY": 4,
        "EMA10": "SELL",
        "EMA100": "BUY",
        "EMA20": "SELL",
        "EMA200": "BUY",
        "EMA30": "SELL",
        "EMA50": "SELL",
        "HullMA": "SELL",
        "Ichimoku": "NEUTRAL",
        "NEUTRAL": 1,
        "RECOMMENDATION": "SELL",
        "SELL": 10,
        "SMA10": "SELL",
        "SMA100": "BUY",
        "SMA20": "SELL",
        "SMA200": "BUY",
        "SMA30": "SELL",
        "SMA50": "SELL",
        "VWMA": "SELL"
    },
    "Oscillators Details": {
        "ADX": "NEUTRAL",
        "AO": "NEUTRAL",
        "BBP": "SELL",
        "BUY": 0,
        "CCI": "NEUTRAL",
        "MACD": "SELL",
        "Mom": "SELL",
        "NEUTRAL": 8,
        "RECOMMENDATION": "SELL",
        "RSI": "NEUTRAL",
        "SELL": 3,
        "STOCH.K": "NEUTRAL",
        "Stoch.RSI": "NEUTRAL",
        "UO": "NEUTRAL",
        "W%R": "NEUTRAL"
    },
    "SYMBOL": "AAPL",
    "Summary": {
        "Buy": 4,
        "Neutral": 9,
        "Recommendation": "SELL",
        "Sell": 13
    }
}

Request

Path Params
symbol
string 
required
Stock symbol to retrieve technical analysis for
Example:
AAPL
Query Params
interval
string 
optional
Interval for technical analysis
Header Params
x-api-key
string 
optional
Default:
ABCD314159

Responses

🟢200Successful response
application/json
Body
Moving Averages Details
object 
required
BUY
integer 
required
EMA10
string 
required
EMA100
string 
required
EMA20
string 
required
EMA200
string 
required
EMA30
string 
required
EMA50
string 
required
HullMA
string 
required
Ichimoku
string 
required
NEUTRAL
integer 
required
RECOMMENDATION
string 
required
SELL
integer 
required
SMA10
string 
required
SMA100
string 
required
SMA20
string 
required
SMA200
string 
required
SMA30
string 
required
SMA50
string 
required
VWMA
string 
required
Oscillators Details
object 
required
ADX
string 
required
AO
string 
required
BBP
string 
required
BUY
integer 
required
CCI
string 
required
MACD
string 
required
Mom
string 
required
NEUTRAL
integer 
required
RECOMMENDATION
string 
required
RSI
string 
required
SELL
integer 
required
STOCH.K
string 
required
Stoch.RSI
string 
required
UO
string 
required
W%R
string 
required
SYMBOL
string 
required
Summary
object 
required
Buy
integer 
required
Neutral
integer 
required
Recommendation
string 
required
Sell
integer 
required
🟠400Error response
Modified at 2024-02-08 17:05:26
Previous
Retrieves multiple stock quotes
Next
Retrieve SEC filings for a specific stock symbol
Built with