For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 0 0 0

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

#technologydss-rest-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hi @chandan.bhaskar0

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS


Hi @chandan.bhaskar0 ,

Please be informed that a reply has been verified as correct in answering the question, and marked as such.

Thanks,

AHS

Upvotes
Accepted
78.8k 250 52 74

@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.


1680237868612.png (83.9 KiB)
1680237955247.png (76.3 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
78.8k 250 52 74

@chandan.bhaskar0

Thanks for reaching out to us.

Is it for an on-demand extraction or a scheduled extraction?

If it is a scheduled extraction, you can specify it when creating a report template.

1680169845296.png

If it is an on-demand extraction, please share the request message that you are using.

Typically, if you use the /Extractions/ExtractWithNotes endpoint, the output will be in JSON format. If you use the /Extractions/ExtractRaw endpoint, the output will be in CSV.

I hope that this information is of help.


1680169845296.png (12.4 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

I am using the below end point for my on demand price history extarction

https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.