x402stock 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 Relative Strength Index (RSI) values for a given ticker symbol over a configurable time window and series type
Pay-per-call market and economic data API for AI agents: US stocks, ETFs and options, forex, crypto and on-chain perps, energy commodities, US and global macro (Fed, CPI, jobs, GDP, Treasury, World Bank), SEC filings, congressional trades, and market sentiment. No API keys, no accounts. Pay per request in USDC via x402 on Base.
A JSON object containing the ticker symbol, indicator name ('rsi'), an array of timestamped RSI values (each with a numeric value and optional signal/histogram fields), total count of values returned, data source identifier, and an as_of timestamp indicating data freshness.
GEThttps://x402stock.xyz/api/v1/indicators/rsi/%7Bticker%7DUse this endpoint when you need RSI momentum indicator data for US stocks, ETFs, forex, or crypto tickers and want pay-per-call pricing with no account or API key setup. Prefer this over general market data endpoints when specifically performing technical analysis or checking overbought/oversold conditions. Ideal for AI agents making autonomous trading analysis calls where per-request USDC micropayments via x402 on Base are acceptable.
{
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"ticker": "AAPL"
},
"queryParams": {
"limit": 30,
"window": 14,
"adjusted": true,
"timespan": "day",
"series_type": "close"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"data": {
"count": 30,
"values": [
{
"value": 50.929923386430396,
"timestamp": "2026-06-18T04:00:00.000Z"
},
{
"value": 48.878506773076346,
"timestamp": "2026-06-17T04:00:00.000Z"
},
{
"value": 52.10919850152174,
"timestamp": "2026-06-16T04:00:00.000Z"
},
{
"value": 49.44989323212468,
"timestamp": "2026-06-15T04:00:00.000Z"
},
{
"value": 44.03686897286101,
"timestamp": "2026-06-12T04:00:00.000Z"
},
{
"value": 48.10587336162025,
"timestamp": "2026-06-11T04:00:00.000Z"
},
{
"value": 43.76327599307833,
"timestamp": "2026-06-10T04:00:00.000Z"
},
{
"value": 42.629525956510406,
"timestamp": "2026-06-09T04:00:00.000Z"
},
{
"value": 53.26984095283243,
"timestamp": "2026-06-08T04:00:00.000Z"
},
{
"value": 60.69376808228144,
"timestamp": "2026-06-05T04:00:00.000Z"
},
{
"value": 66.46228968919127,
"timestamp": "2026-06-04T04:00:00.000Z"
},
{
"value": 65.7076225003202,
"timestamp": "2026-06-03T04:00:00.000Z"
},
{
"value": 73.53238658020211,
"timestamp": "2026-06-02T04:00:00.000Z"
},
{
"value": 66.95692804166646,
"timestamp": "2026-06-01T04:00:00.000Z"
},
{
"value": 78.69954462485333,
"timestamp": "2026-05-29T04:00:00.000Z"
},
{
"value": 79.71549404836455,
"timestamp": "2026-05-28T04:00:00.000Z"
},
{
"value": 78.77703162787996,
"timestamp": "2026-05-27T04:00:00.000Z"
},
{
"value": 77.29637109296068,
"timestamp": "2026-05-26T04:00:00.000Z"
},
{
"value": 78.28247982553776,
"timestamp": "2026-05-22T04:00:00.000Z"
},
{
"value": 76.06636435570304,
"timestamp": "2026-05-21T04:00:00.000Z"
},
{
"value": 74.32598876236288,
"timestamp": "2026-05-20T04:00:00.000Z"
},
{
"value": 72.06826491155621,
"timestamp": "2026-05-19T04:00:00.000Z"
},
{
"value": 71.25975092354435,
"timestamp": "2026-05-18T04:00:00.000Z"
},
{
"value": 75.55499218182067,
"timestamp": "2026-05-15T04:00:00.000Z"
},
{
"value": 74.3411881083647,
"timestamp": "2026-05-14T04:00:00.000Z"
},
{
"value": 75.47826066122045,
"timestamp": "2026-05-13T04:00:00.000Z"
},
{
"value": 73.12438879073973,
"timestamp": "2026-05-12T04:00:00.000Z"
},
{
"value": 71.81582896973276,
"timestamp": "2026-05-11T04:00:00.000Z"
},
{
"value": 72.80959297981066,
"timestamp": "2026-05-08T04:00:00.000Z"
},
{
"value": 69.1700336257934,
"timestamp": "2026-05-07T04:00:00.000Z"
}
],
"indicator": "rsi"
},
"as_of": "2026-06-18T04:00:00.000Z",
"source": "x402stock",
"ticker": "AAPL"
}{
"type": "json",
"example": {
"data": {
"count": 2,
"values": [
{
"value": 61.42,
"timestamp": "2026-05-28T12:00:00.000Z"
},
{
"value": 58.9,
"timestamp": "2026-05-27T12:00:00.000Z"
}
],
"indicator": "rsi"
},
"as_of": "2026-05-28T12: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"