question

Upvotes
Accepted
1 0 1 2

Data point mapping questions

Hi all,


After reviewing Appendix A Data Fields of REDI API Spec, we have some questions on data point mappings.

Market Data:

Is there a data point that tracks the percentage change of a security's current price compared to the last price?

Position Data:

Is there a data point that tracks the net intraday execution in shares of an account?

Is there a data point that tracks the cumulative intraday sell short in shares of an account?

Documentation:

Where can we find the detailed definition of data points that are being offered by the API?

Implementation:

We assumed that to use REDIplus, we have to have some windows instance running REDI and our app will live there (that's the nature of COM)
Can that Windows be in the cloud or does REDI licensing protect against that, meaning we need dedicated machines?

Thanks in advance for the help.

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

@zoya.farberov

The user posted a follow up question on 13-Nov-20. Could you please take a look and respond? Thank you.

<AHS>

Hello @zoya.farberov , could you please help the client regarding the follow-up question on 17 Nov?

@AxelTech

Thank you for your participation in the forum. Are any of the replies below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply that best answers your question. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

@AxelTech

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

Thanks,

-AHS

Upvotes
Accepted
32.2k 40 11 20

Hello @AxelTech,

Please find the answers from REDI team:

Market Data: Is there a data point that tracks the percentage change of a security's current price compared to the last price?

Is this a request for Bid/Ask vs Last Trade? Or Pct Change vs Prev Close?

Position Data: Is there a data point that tracks the net intraday execution in shares of an account?

Is this a request for "Quantity Bought" and "Quantity Sold"? This will show what was done for the current day.

Code can be written to aggregate this.

Position Data: Is there a data point that tracks the cumulative intraday sell short in shares of an account?

Again, it is possible to build in your program using position data. We do not offer a specific data point.

Documentation: Where can we find the detailed definition of data points that are being offered by the API? Thanks in advance for the help.

The best resource is the REDI API spec, which we will continue making updates and improvements to. If there is something you need that cannot be answered here please let us know.

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
1 0 1 2

@

Thanks for the reply.

"Bid/Ask vs Last Trade Or Pct Change vs Prev Close"

Are these two represented in percentage format? Is "Prev Close" referencing the previous day close price? We are looking for an intraday market price percent change data point.

Can you please also share some insights on the question below?

"Implementation:

We assumed that to use REDIplus, we have to have some windows instance running REDI and our app will live there (that's the nature of COM)
Can that Windows be in the cloud or does REDI licensing protect against that, meaning we need dedicated machines?"

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 @AxelTech,

I think what you are looking for is "PercentChange"

Yes on the last, your REDI API app will run on the same machine as REDIPlus desktop is running on and connect via COM interface.

---

Please note, that empty tag "@" does not apply as a tag.

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
1 0 1 2

@zoya.farberov

Thanks for the help. Can you confirm whether if the API and the APP can be set up in a remotely hosted cloud machine or local desktop server?

----

I am using chrome but not sure why every time I @ you it became blank

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 @AxelTech,

REDI API is is a local, COM-based API .

It is designed to run on the same local machine where REDIPlus desktop is running.

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.