You're viewing a demo portfolio

Join the waitlist
PRSM

get_market_microstructure_history

Active

Tool of SimpleFunctions

declared in 1.0.0

Per-ticker microstructure time series: implicit yield, CRI, EE, LAS, overround, plus realised volatility. Used for charting indicator drift.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "ticker"
  ],
  "properties": {
    "days": {
      "type": "number",
      "description": "Lookback days (default 7)"
    },
    "ticker": {
      "type": "string",
      "description": "Market ticker"
    },
    "interval": {
      "enum": [
        "hour",
        "day"
      ],
      "type": "string",
      "description": "Bucketing"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

SimpleFunctions

https://github.com/spfunctions/simplefunctions-cli

2/7 registries
View full server →
get_market_microstructure_history — SimpleFunctions — PRSM MCP