Finance Tools MCP

MIT License
16
  • Apple

get_historical_fng_tool

Retrieve historical CNN Fear & Greed Index data for a specified period to analyze market sentiment trends. Input the number of days to access past index values.

Instructions

Get historical CNN Fear & Greed Index data for a specified number of days. Parameters: days (int): Number of days of historical data to retrieve (limited by the API). Returns: str: Historical Fear & Greed Index values for the specified period.

Input Schema

NameRequiredDescriptionDefault
daysYes

Input Schema (JSON Schema)

{ "properties": { "days": { "title": "Days", "type": "integer" } }, "required": [ "days" ], "title": "get_historical_fng_toolArguments", "type": "object" }
ID: o7bclp5ave