Can we use Extract instead of ExtractWithNotes in the PriceHistoryExtractionRequest to get the re...

...sponse faster

Currently we are using ExtractWithNotes in PriceHistoryExtractionRequest to get the currency exchange rates. My question is if we Extract instead of ExtractWithNotes will I get the response faster from DSS Api? Please share your thoughts ASAP.

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @gurukrishna.santosh.kumar.ippili

    Refer to the FAQ about the DataScope Select REST API page, it states in the question "What is the difference between endpoints Extract, ExtractWithNotes and ExtractRaw?" that:

    You can also use the Extract endpoint, which provides the data in uncompressed JSON format in the body of the HTTP response. This is usually only recommended for requests that deliver a small amount of data. We do not recommend usage of this endpoint, it might become obsolete in the future.