Hi Team,
I ask this question on behalf of an existing client of IPA in Hong Kong, who asked some questions described as below.
As we are developing some fallback mechanisms in case of no data returned, would like to know when would we be able to access previous day end data for US indices (say, .SPX)?
May I also confirm that we can retrieve previous day end data using the field “marketDataDate”, and it also has to align with “valuationDate”, like below? And which time zone should I use for the date?
{
"universe": [
{
"underlyingType": "Eti",
"underlyingDefinition": {
"instrumentCode": ".SPX"
},
"surfaceParameters": {
"marketDataDate": "2020-06-23",
"valuationDate": "2020-06-23"
}
}
]
}
So could you advise on above questions?
Thanks,
Leo