How to get price history extraction out in zip format via DSS API

How to get price history extraction out in zip format via DSS API

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @chandan.bhaskar0

    You can use the /Extractions/ExtractRaw endpoint to extract data in CSV format.

    When the extraction is complete, you will get a JobID.

    1680237868612.png

    Then, you can use the JobID with the /Extractions/RawExtractionResults('<job id>')/$value endpoint to download a CSV file.

    1680237955247.png

    I hope that this information is of help.

Answers