For the below UVIX options position I was getting such data all the time up until today before market open :
But since today market open it now changed to this:
Another important change in the data (and with negative effect for program trading) is that it no longer gives the correct "averagePrice", instead now just says "averagePrice" : 0.0, which of course is wrong.
Anybody any insight into this?
Is it maybe a bug at TD Ameritrade?
Code:
"instrument" : {
"assetType" : "OPTION",
"cusip" : "0UVIX.MJ40004000",
"symbol" : "UVIX_011924P4",
"description" : "UVIX Jan 19 2024 4.0 Put",
"type" : "VANILLA",
"putCall" : "PUT",
"underlyingSymbol" : "UVIX"
},
But since today market open it now changed to this:
Code:
"instrument" : {
"assetType" : "OPTION",
"cusip" : "0UVIX1MJ40004000",
"symbol" : "UVIX1_011924P4",
"description" : "VS TRUST PUT January 4",
"type" : "VANILLA",
"putCall" : "PUT",
"underlyingSymbol" : "UVIX"
},
Another important change in the data (and with negative effect for program trading) is that it no longer gives the correct "averagePrice", instead now just says "averagePrice" : 0.0, which of course is wrong.
Anybody any insight into this?
Is it maybe a bug at TD Ameritrade?
Last edited:

