I downloaded the SFC java edition (jsfc3.5.6.L1.all.rrg.zip). I have setup the examples in my eclipse.
I ran this example TimeSeriesDump inside the package com.reuters.sfc.examples.timeSeriesDump.
For most of the RIC codes, it is able to display the data, but when I pass the RIC GBRPIN=ECI, it give me the below output
DATE CLS
2020.01.31 No data available before this point (chronologically)
But when I use the excel plugin and use the formula =RHistory("GBRPIN=ECI","","INTERVAL:1MO",,"CH:Fd",I16), it is able to retrieve the data,
appreciate, if you could provide some pointers on how exactly to retrieve the historical data for this RIC from java, would be really helpful.