scientific notation by REFINITIV

Rajath_Katwale
edited May 13 in DSS

For Extractions/ExtractWithNotes, when does the field value get converted to scientific notation by REFINITIV?   How many digits should it exceed for conversion?

Tagged:

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @Rajath_Katwale

    Thank you for reaching out to us.

    This forum is dedicated to software developers using LSEG APIs. The moderators on this forum do not have deep expertise in every bit of content available through LSEG products, which is required to answer content questions such as this one.

    The best resource for content questions is the DSS support team, which can be reached by submitting queries through MyAccount. The support team will either have the required content expertise ready available or can reach out to relevant content experts to get the answer for you.

  • @Jirapongse

    Thanks for the response. We do not find this to be content related as the client is receiving value the way it is available via GUI, however facing issue while extracting the same via API. Example :

    In GUI we have the output in decimal i.e. “0.000001” however it is coming like ( "Trade Price1": 1E-06, ) via API

    This is the API request which the client is using :
    API request :{
    "ExtractionRequest": {
    "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.PriceHistoryExtractionRequest",
    "ContentFieldNames": [
    "Bid Price",
    "Exchange Code",
    "Currency Code",
    "Last Trade Price",
    "Mid Price",
    "Asset Type",
    "Trade Date",
    "Asset Type Description",
    "Ask Price",
    "Trade Price1",
    "Official Close Price"
    ],
    "IdentifierList": {
    "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
    "UseUserPreferencesForValidationOptions": false,
    "InstrumentIdentifiers": [
    {
    "Identifier": "BKT6B38",
    "IdentifierType": "Sedol"
    },
    {
    "Identifier": "2746915",
    "IdentifierType": "Sedol"
    }
    ]
    },
    "Condition": {
    "QueryStartDate": "2025-04-30T00:00:00.000Z",
    "QueryEndDate": "2025-04-30T00:00:00.000Z"
    }
    }
    }

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    The response is from the server.

    image.png

    Please contact the DSS support team directly via MyAccount to verify it.