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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
3 0 0 0

Graphical representation of price history-Is it possible to do this using the DSS API in Python or Matlab ?

@amanda.bleau@refinitiv.com

dss-rest-apidatascope-selectdss
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.

Hello @avneeshkumar.mishra,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

Upvotes
Accepted
22k 58 14 21

Hi @avneeshkumar.mishra,

In addition to what Zoya mentioned, Matlab has a Datafeed toolbox, which supports Refinitiv Tick History out of the box. You can get the details about it here - https://www.mathworks.com/help/datafeed/tick-history.html

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
32.2k 40 11 20

Hello @avneeshkumar.mishra,

Yes.

You would first retrieve the Price History using python, and next feed the result set into a python graphing library or visualization application.

For example, this article

Request Tick History Time and Sales Data using Python goes step by step over requesting in python with Time and Sales request, you would replace the Time and Sales request with your target PriceHistory request.

Next, you will feed the result into one of the python charting libraries, such as Plotly or into Matlab.

Or as the article writes the result into a csv file, you can optionally also save the result as a CSV file and consequently open it how you prefer for a graphical representation, such as Excel.

Hope this helps

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
3 0 0 0

Thanks a lot Zoya and Gurpreet for sharing the details. This is helpful!

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.

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.