Hi,
I am interested in streaming live data from the RIC USDSROIS= during NY trading hours, as we are based in Canada. I would like to know if it's possible to achieve this using the API method. Currently, I am using the following method, but I am open to suggestions for improvement.
Here is the current request:
{
"universe": [
{
"curveParameters": {
"valuationDate": "2025-05-01"
},
"curveDefinition": {
"currency": "USD",
"indexName": "SOFR",
"name": "USD SOFR Swap ZC Curve",
"source": "Refinitiv",
"discountingTenor": "OIS"
}
}
],
"outputs": [
"Constituents"
]
}
https://api.refinitiv.com/data/quantitative-analytics-curves-and-surfaces/v1/curves/zc-curves
*** Removed client info ***