We are looking at the data using the IDS API using the following query:
{
"service": "dIDN_SELECTFEED",
"token": "our group’s DACS ID here",
"item": ["CLc1"],
"filter": [
"CF_LAST",
"CF_DATE",
"CF_TIME",
"TRDPRC_1"
]}
And get a response of:
{
"stsCode": 0,
"stsTxt": "OK",
"result": [
{
"_service": "dIDN_SELECTFEED",
"_qos": "",
"_item": "CLc1",
"stsCode": 0,
"stsTxt": "OK",
"chainLink": [],
"TRDPRC_1": "71.78"
}
]
}