Hi Team
I need to build a feed in java that can connect to Data Scope via REST API and pull the EOD price by RIC’s
but I need to pass a particular Date for EOD Price.
Cloud you please help me how we can do it .
For a deeper look into our DataScope Select SOAP API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials
Hi Team
I need to build a feed in java that can connect to Data Scope via REST API and pull the EOD price by RIC’s
but I need to pass a particular Date for EOD Price.
Cloud you please help me how we can do it .
The End of Day pricing extraction request (described in REST tutorial 2, and available in downloadable Java sample DSS2OnDemandEndOfDay as described in this document) only delivers data for the previous day.
To get data for a set of days (one or more) in the past, you can use a Time Series extraction (described in REST tutorial 4, and available in downloadable Java sample DSS2OnDemandTimeSeries as described in this document).
Note: available field names are not the same for these two API calls.