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 / average_volume
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / change
Added value: +{
+ "type": "string"
+}
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"
+}
addedOutput schema / properties / fifty_two_week
Added value: +{
+ "properties": {
+ "high": {
+ "type": "string"
+ },
+ "high_change": {
+ "type": "string"
+ },
+ "high_change_percent": {
+ "type": "string"
+ },
+ "low": {
+ "type": "string"
+ },
+ "low_change": {
+ "type": "string"
+ },
+ "low_change_percent": {
+ "type": "string"
+ },
+ "range": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / high
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / is_market_open
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / last_quote_at
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / low
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / message
Removed value: -{
- "description": "Response message",
- "type": "string"
-}
addedOutput schema / properties / mic_code
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / name
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / open
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / percent_change
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / previous_close
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"
+}
addedOutput schema / properties / volume
Added value: +{
+ "type": "string"
+}