Related Markets
Description: Shows related market information and correlating financial instruments.
API Response Structure:
{
"markets": [
{
"name": "Market Name",
"type": "Index/Commodity/Currency",
"current": {
"value": "4,500.25",
"change": "+15.75",
"percentChange": "+0.35%"
},
"correlation": {
"strength": "Strong",
"coefficient": 0.85,
"direction": "Positive"
}
}
],
"sectors": [
{
"name": "Sector Name",
"performance": {
"daily": "+1.2%",
"weekly": "+3.5%",
"monthly": "+5.8%"
},
"topPerformers": [
{
"symbol": "TICK",
"change": "+2.5%"
}
]
}
],
"globalMarkets": {
"asia": {
"nikkei": "+0.5%",
"hangseng": "-0.3%"
},
"europe": {
"ftse": "+0.7%",
"dax": "+0.4%"
}
},
"type": "relatedMarkets"
}
Fields:
-
markets
(array): Related markets-
name
(string): Market name -
type
(string): Market type -
current
(object): Current values -
correlation
(object): Relationship data
-
-
sectors
(array): Industry sectors -
globalMarkets
(object): International markets -
type
(string): Always "relatedMarkets"