x402stock.xyz RSI Indicator is a paid API for AI agents from x402stock.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).
Returns RSI (Relative Strength Index) time-series values for a given stock ticker with configurable window, timespan, and price series type.
Relative Strength Index time series (momentum oscillator). Tune with `?window=` (default 14), `?timespan=`, `?series_type=`, `?limit=`. From x402stock, a pay-per-call market & economic data API for AI agents. No API key or account; pay in USDC via x402.
Returns a JSON object containing the ticker symbol, the indicator name ('RSI'), the count of returned values, an array of timestamped RSI values (with optional signal and histogram fields), the data source ('massive'), and the as-of date of the computation.
GEThttps://x402stock.xyz/api/v1/indicators/rsi/AAPLUse this endpoint when you need RSI momentum indicator data for a US-listed equity for technical analysis, trading signals, or overbought/oversold detection. Prefer this over generic market data endpoints when RSI specifically is required. It supports fine-grained control over window size, timespan granularity (minute to year), price series type, and adjustment.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 30,
"window": 14,
"adjusted": true,
"timespan": "day",
"series_type": "close"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"data": {
"count": 30,
"values": [
{
"value": 48.145391109776696,
"timestamp": "2026-06-11T04:00:00.000Z"
},
{
"value": 43.80498277935721,
"timestamp": "2026-06-10T04:00:00.000Z"
},
{
"value": 42.6717758210242,
"timestamp": "2026-06-09T04:00:00.000Z"
},
{
"value": 53.326134463502264,
"timestamp": "2026-06-08T04:00:00.000Z"
},
{
"value": 60.760688045865116,
"timestamp": "2026-06-05T04:00:00.000Z"
},
{
"value": 66.53793650008056,
"timestamp": "2026-06-04T04:00:00.000Z"
},
{
"value": 65.78465600513564,
"timestamp": "2026-06-03T04:00:00.000Z"
},
{
"value": 73.62226733141512,
"timestamp": "2026-06-02T04:00:00.000Z"
},
{
"value": 67.06530122156013,
"timestamp": "2026-06-01T04:00:00.000Z"
},
{
"value": 78.83501913688067,
"timestamp": "2026-05-29T04:00:00.000Z"
},
{
"value": 79.85342694222072,
"timestamp": "2026-05-28T04:00:00.000Z"
},
{
"value": 78.92066607748882,
"timestamp": "2026-05-27T04:00:00.000Z"
},
{
"value": 77.44887880975062,
"timestamp": "2026-05-26T04:00:00.000Z"
},
{
"value": 78.43771406531056,
"timestamp": "2026-05-22T04:00:00.000Z"
},
{
"value": 76.2355225398313,
"timestamp": "2026-05-21T04:00:00.000Z"
},
{
"value": 74.50583274819537,
"timestamp": "2026-05-20T04:00:00.000Z"
},
{
"value": 72.2616446322456,
"timestamp": "2026-05-19T04:00:00.000Z"
},
{
"value": 71.45788822766065,
"timestamp": "2026-05-18T04:00:00.000Z"
},
{
"value": 75.76985040398164,
"timestamp": "2026-05-15T04:00:00.000Z"
},
{
"value": 74.56531399761626,
"timestamp": "2026-05-14T04:00:00.000Z"
},
{
"value": 75.7071630355232,
"timestamp": "2026-05-13T04:00:00.000Z"
},
{
"value": 73.37224180484489,
"timestamp": "2026-05-12T04:00:00.000Z"
},
{
"value": 72.07398773937827,
"timestamp": "2026-05-11T04:00:00.000Z"
},
{
"value": 73.07269834360648,
"timestamp": "2026-05-08T04:00:00.000Z"
},
{
"value": 69.46272440212613,
"timestamp": "2026-05-07T04:00:00.000Z"
},
{
"value": 69.56582072488877,
"timestamp": "2026-05-06T04:00:00.000Z"
},
{
"value": 67.4304955345819,
"timestamp": "2026-05-05T04:00:00.000Z"
},
{
"value": 61.960372324081696,
"timestamp": "2026-05-04T04:00:00.000Z"
},
{
"value": 66.64076050017233,
"timestamp": "2026-05-01T04:00:00.000Z"
},
{
"value": 59.004510696395336,
"timestamp": "2026-04-30T04:00:00.000Z"
}
],
"indicator": "rsi"
},
"as_of": "2026-06-11T04:00:00.000Z",
"source": "x402stock",
"ticker": "AAPL"
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"