changedInput schema / properties / symbol / description
Previous value: -"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\")."New value: +"Ticker/symbol. Stocks e.g. \"AAPL\", \"MSFT\"; forex \"EUR/USD\"; crypto \"BTC/USD\"; ETFs \"SPY\". Comma-separate for a batch (e.g. \"AAPL,MSFT\"). Market indices (SPX, N225, …) need a Grow-or-higher Twelve Data key passed via _apiKey — the shared key cannot quote them."
addedOutput schema / properties / close
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / code
Removed value: -{
- "description": "Response code",
- "type": "number"
-}
addedOutput schema / properties / currency
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / datetime
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / exchange
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / message
Removed value: -{
- "description": "Response message",
- "type": "string"
-}
addedOutput schema / properties / mic_code
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / status
Removed value: -{
- "description": "Response status",
- "type": "string"
-}
addedOutput schema / properties / symbol
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / timestamp
Added value: +{
+ "type": "number"
+}