Hi,
I am getting null response when I query below RIC NGLNMc1. I even tried to get IBM.N which is mentioned on REST API tutorial but still see null. If I try the price history I get the response. Below is my debug log
{
"ExtractionRequest": {
"@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.IntradayPricingExtractionRequest",
"ContentFieldNames": [
"RIC",
"Ask Price",
"Bid Price",
"Last Price",
"Volume"
],
"IdentifierList": {
"@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{
"Identifier": "NGLNMc1",
"IdentifierType": "Ric"
}
]
},
"Condition": {
"ScalableCurrency": true
}
}
}
{"@odata .context":"https://selectapi.datascope.refinitiv.com/RestApi/v1/$metadata#DataScope.Select.Api.Extractions.ExtractionRequests.ExtractionResult",
"Contents":[{"IdentifierType":"Ric","Identifier":"NGLNMc1","RIC":"NGLNMc1","Ask Price":null,"Bid Price":null,"Last Price":null,"Volume":null}],"Notes":["Extraction Services Version 18.3.1.48082
(0d5e6bbb8e4a), Built Jan 10 2025 19:43:09\r\nProcessing started at 07/12/2025 17:31:36.\r\nUser ID: 9039421\r\nExtraction ID: 2000000954182898\r\nCorrelation ID:
CiD/9039421/AAAAAA.09770fd1596b35a7/RA\r\nSchedule: 0x09770fd1597b35a7 (ID = 0x0000000000000000)\r\nInput List (1 items): (ID = 0x09770fd1597b35a7) Created: 07/12/2025 17:31:35 Last Modified:
7/12/2025 17:31:35\r\nReport Template (11 fields): _OnD_0x09770fd1597b35a7 (ID = 0x09770fd159cb35a7) Created: 07/12/2025 17:31:35 Last Modified: 07/12/2025 17:31:35\r\nSchedule
dispatched via message queue (0x09770fd1597b35a7)\r\nSchedule Time: 07/12/2025 17:31:35\r\nTemporary Integration Test Checkpoint 22\r\nSuccessful operation -
data received from RDP\r\nNo prices needed currency scaling.\r\nReal-time data was snapped at the following times:\r\n 07/12/2025 17:31:35\r\n07/12/2025 17:31:36 for data scheduled to snap at 07/12/2025 17:31:35.\r\nProcessing completed successfully at 07/12/2025 17:31:36, taking 0.307 Secs.\r\nExtraction finished at 07/12/2025 17:31:36 UTC, with servers: xc15wpgzQ16, QSDHA1 (0.0 secs), QSHC05 (0.0 secs)\r\nNo embargo required for this report.\r\nUsage Summary for User 9039421, Client 117999, Template Type Intraday Pricing\r\nBase Usage\r\n Instrument Instrument Terms Price\r\n Count Type Subtype Source Source\r\n------- ----------------------------------- ---------------------------- -------------- ----------------------------------------\r\n 1 Derivatives N/A N/A\r\n-------\r\n 1 Total instrument charged.\r\n 0 Instruments with no reported data.\r\n=======\r\n1 Instrument in the input list.\r\nNo Evaluated Pricing Service complex usage to report -- 1 Instrument in the input list had no reported data.\r\n"]}
Thanks for looking into the issue and please let me know if any more info is needed