we have two users who have a unique requirement :
- They have a dynamic list of instruments (instruments covers globally) along placement/execution date and time, each instrument will have different date and time and would be for a different market.
 
- They just want to extract just the quote BID/ASK/MID or Trade price for that given instrument for that specific trade date and time.
 
 
  SM_SEC_TYPE
  EXECUTION_TIME
  TRD_TRADE_DATE
  DESC_INSTMT
  SEC_DESC1
  RED_CODE
  SEC_DESC2
  CUSIP
  SEDOL
  ISIN
  TBILL
  08:19.0
  01/08/2018
  TREASURY BILL
  TREASURY BILL
  NULL
  NULL
  912796NV7
  BD5YGX2
  US912796NV77
  TBILL
  55:04.0
  11/09/2018
  TREASURY BILL
  TREASURY BILL
  NULL
  NULL
  912796NV7
  BD5YGX2
  US912796NV77
  TBILL
  44:51.0
  11/09/2018
  TREASURY BILL
  TREASURY BILL
  NULL
  NULL
  912796NV7
  BD5YGX2
  US912796NV77
  TBILL
  08:21.0
  01/08/2018
  TREASURY BILL
  TREASURY BILL
  NULL
  NULL
  912796PU7
  BFX74C2
  US912796PU76
Can this be extracted using Rest API ?