GET
/
technicals
/
rating
Get technical analysis rating
curl --request GET \
  --url https://api.fcontext.com/technicals/rating \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "symbol": "AAPL",
    "ratings": {
      "1d": {
        "signal": "BUY",
        "summary": {
          "recommendation": "BUY",
          "buy": 8,
          "neutral": 4,
          "sell": 3
        }
      },
      "1h": {
        "signal": "NEUTRAL",
        "summary": {
          "recommendation": "NEUTRAL",
          "buy": 5,
          "neutral": 6,
          "sell": 4
        }
      }
    }
  },
  "message": "Technical ratings retrieved successfully",
  "timestamp": "2024-01-02T12:00:00Z"
}

Authorizations

X-API-Key
string
header
required

Query Parameters

symbol
string
required
Minimum length: 1
timeframes
string

Comma-separated list of timeframes

Response

Technical ratings retrieved successfully

success
boolean
required

Indicates successful API response

data
any
required

Response data payload

timestamp
string
required

ISO 8601 timestamp of the response

pagination
object

Pagination information for paginated responses

message
string

Optional success message

meta
object

Optional metadata including pagination, statistics, and additional context