I want to get the settlement price for a specific identifier. I have tried with the following request, but this returns a response code of 400. What am I doing wrong?
- {
- "ExtractionRequest": {
- "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.IntradayPricingExtractionRequest",
- "ContentFieldNames": [
- "Settlement Date",
- "Settlement Price",
- "Universal Close Price Date",
- "Universal Close Price",
- "Contract Month and Year",
- "RIC",
- ],
- "IdentifierList": {
- "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
- "InstrumentIdentifiers": [
- {
- "Identifier": "TFOM3000Q4",
- "IdentifierType": "Ric"
- }
- ]
- }
- }
- }
