addedInput schema / properties / end_date
Added value: +{
+ "description": "Optional end of range, \"YYYY-MM-DD\" or \"YYYY-MM-DD HH:MM:SS\".",
+ "type": "string"
+}
addedInput schema / properties / exchange
Added value: +{
+ "description": "Optional exchange filter (e.g. \"NASDAQ\", \"NYSE\", \"Binance\").",
+ "type": "string"
+}
addedInput schema / properties / interval
Added value: +{
+ "description": "Bar interval: 1min, 5min, 15min, 30min, 45min, 1h, 2h, 4h, 1day, 1week, or 1month.",
+ "type": "string"
+}
addedInput schema / properties / order
Added value: +{
+ "description": "Sort order: \"asc\" or \"desc\" (default desc, newest first).",
+ "type": "string"
+}
addedInput schema / properties / outputsize
Added value: +{
+ "description": "Number of data points to return (1–5000, default 30).",
+ "type": "number"
+}
addedInput schema / properties / start_date
Added value: +{
+ "description": "Optional start of range, \"YYYY-MM-DD\" or \"YYYY-MM-DD HH:MM:SS\".",
+ "type": "string"
+}
addedInput schema / properties / symbol
Added value: +{
+ "description": "Ticker/symbol. Stocks e.g. \"AAPL\", \"MSFT\"; forex \"EUR/USD\"; crypto \"BTC/USD\"; ETFs \"SPY\"; indices \"IXIC\". Comma-separate for a batch (e.g. \"AAPL,MSFT\").",
+ "type": "string"
+}
addedInput schema / properties / timezone
Added value: +{
+ "description": "Optional timezone, e.g. \"America/New_York\" or \"UTC\".",
+ "type": "string"
+}