MCP Avantage

by MissionSquad

technicalIndicators_obv

Analyze stock trends using On Balance Volume (OBV) with specified time intervals and symbols to assess volume flow and price momentum. Output in JSON or CSV format for precise financial insights.

Instructions

On Balance Volume (OBV)

Input Schema

NameRequiredDescriptionDefault
datatypeNoData format for the response.json
intervalYesTime interval (e.g., "daily", "60min", "weekly"). Check Alpha Vantage docs for valid intervals per indicator.
monthNoSpecific month for intraday intervals (YYYY-MM format).
symbolYesThe stock symbol (e.g., "IBM").

Input Schema (JSON Schema)

{ "additionalProperties": false, "description": "Common parameters for many technical indicators.", "properties": { "datatype": { "default": "json", "description": "Data format for the response.", "enum": [ "json", "csv" ], "type": "string" }, "interval": { "description": "Time interval (e.g., \"daily\", \"60min\", \"weekly\"). Check Alpha Vantage docs for valid intervals per indicator.", "type": "string" }, "month": { "description": "Specific month for intraday intervals (YYYY-MM format).", "type": "string" }, "symbol": { "description": "The stock symbol (e.g., \"IBM\").", "type": "string" } }, "required": [ "symbol", "interval" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Avantage

Related Tools

    ID: rrb3v0d7c5