ToolAssay

Use when an agent needs us equity snapshot

Use when an agent needs us equity snapshot. Returns Fresh US equity OHLCV snapshot for one ticker and interval with bounded lookback, optional SMA/EMA/RSI indicators, source attribution and freshness evidence; stale or unavailable data is refused without settlement. $0.01.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
20 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.oblique.markets/api/v1/paid/us-equity-snapshot

CategoryEverything else
Provider hostapi.oblique.markets
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days8 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 20 ms

Example input (from the provider)

{
  "body": {
    "interval": "1d",
    "lookback": 1,
    "ticker": "AAPL"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "indicators": {
              "items": {
                "enum": [
                  "sma_20",
                  "ema_20",
                  "rsi_14"
                ],
                "type": "string"
              },
              "type": "array"
            },
            "interval": {
              "enum": [
                "1d",
                "1wk",
                "1mo"
              ],
              "type": "string"
            },
            "lookback": {
              "type": "integer"
            },
            "ticker": {
              "description": "One US-listed ticker, uppercase letters only.",
              "type": "string"
            }
          },
          "required": [
            "ticker",
            "interval",
            "lookback"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "data": {
          "items": {
            "properties": {
              "adjusted_close": {
                "type": "number"
              },
              "close": {
                "type": "number"
              },
              "high": {
                "type": "number"
              },
              "low": {
                "type": "number"
              },
              "open": {
                "type": "number"
              },
              "time": {
                "type": "string"
              },
              "volume": {
                "type": "integer"
              }
            },
            "type": "object"
          },
          "type": "array"
        },
        "evidence": {
          "properties": {
            "provider": {
              "type": "string"
            },
            "query": {
              "properties": {
                "interval": {
                  "type": "string"
                },
                "ticker": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "retrieved_at": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "freshness": {
          "properties": {
            "age_seconds": {
              "type": "integer"
            },
            "latest_bar": {
              "type": "string"
            },
            "max_age_seconds": {
              "type": "integer"
            }
          },
          "type": "object"
        },
        "indicators": {
          "properties": {
            "sma_20": {
              "type": "number"
            }
          },
          "type": "object"
        },
        "interval": {
          "type": "string"
        },
        "lookback": {
          "type": "integer"
        },
        "source": {
          "properties": {
            "name": {
              "type": "string"
            },
            "retrieved_at": {
              "type": "string"
            },
            "url": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "ticker": {
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON