HI,
I'm trying to create a request to get historical price from RIC with java, how to get bid/ask price and filter by date? any idea?
JSONObject searchJSONObject = new JSONObject() .put("SearchRequest", new JSONObject() .put("IdentifierType", "Ric") //.put("Identifier", "US10YT=RRPS") .put("Identifier", "JPY=") .put("InstrumentTypeGroups", new JSONArray() .put("CollatetizedMortgageObligations") .put("Equities") .put("FuturesAndOptions") .put("GovCorp") .put("MortgageBackedSecurities") .put("Money") .put("Municipals") .put("Funds")) .put("PreferredIdentifierType", "Ric") );
Thanks,
Regards