addedOutput schema / properties / afterHours
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / currencies
Added value: +{
+ "properties": {
+ "crypto": {
+ "type": "string"
+ },
+ "fx": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / earlyHours
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / exchanges
Added value: +{
+ "properties": {
+ "nasdaq": {
+ "type": "string"
+ },
+ "nyse": {
+ "type": "string"
+ },
+ "otc": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / indicesGroups
Added value: +{
+ "properties": {
+ "cccy": {
+ "type": "string"
+ },
+ "cgi": {
+ "type": "string"
+ },
+ "dow_jones": {
+ "type": "string"
+ },
+ "ftse_russell": {
+ "type": "string"
+ },
+ "msci": {
+ "type": "string"
+ },
+ "mstar": {
+ "type": "string"
+ },
+ "mstarc": {
+ "type": "string"
+ },
+ "nasdaq": {
+ "type": "string"
+ },
+ "s_and_p": {
+ "type": "string"
+ },
+ "societe_generale": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / market
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / results
Removed value: -{
- "description": "Current market status",
- "properties": {
- "after_hours": {
- "description": "After-hours status",
- "type": "boolean"
- },
- "exchanges": {
- "description": "Exchange statuses",
- "items": {
- "properties": {
- "name": {
- "description": "Exchange name",
- "type": "string"
- },
- "status": {
- "description": "Exchange status",
- "type": "string"
- },
- "tape": {
- "description": "Tape identifier",
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "market": {
- "description": "Overall market status",
- "type": "string"
- },
- "pre_market": {
- "description": "Pre-market status",
- "type": "boolean"
- },
- "status": {
- "description": "Market status (open/closed)",
- "type": "string"
- }
- },
- "type": "object"
-}
addedOutput schema / properties / serverTime
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / status
Removed value: -{
- "description": "API response status",
- "type": "string"
-}