question

Upvotes
Accepted
1 1 0 2

Corporate Action Excel getting wrong data

Hi guys!

i am new to vba and thomson reuters eikon. I am currently working on a project that needs to use VBA to achieve the corporate action in order to avoid problems in subsequent when updating my data. However, the data from corporate action comes up with null data and the data is wrong.

The formula is here: =TR($A$1:$A$76,"TR.CACorpActDesc;TR.AdjmtFactorAdjustmentDate;TR.AdjmtFactorAdjustmentFactor;TR.AdjmtFactorAdjustmentType","SDate=-1M CH=Fd RH=IN Transpose=Y NULL=NA CODE=MULTI",B2)

And the photo is here:

So this is what I want to do:

- I want to achieve the corporate action from the previous month(which can auto update every month)

- I want to achieve the corporate action from 75 companies in a sector

- Need the corporate action adjustment factor so that it can adjust my price data

But this is what I did:

1. Click on the Build Formula

2. select instrument from my cells

3. click the data type i need (corporate action adjustment data, date)

4. set the parameters to -1M (so it can achieve data from last month)

5. click ok

I have no idea how to do this since it keeps coming up with wrong and null data.

Thank you!

eikoneikon-com-apiexcelvbacorporate-actions
s.png (4.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.

Hello @student221

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 reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,
AHS

Hello again!

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 reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

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

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
39.4k 77 11 27

1. Thomson Reuters automatically adjusts timeseries of stock price history for capital changes in line with industry practice. If you're retrieving timeseries of stock price history from Eikon, by default you get price history adjusted for every capital change the stock ever had.
2. If you need to adjust something other than the stock price history retrieved from Eikon, then based on the info you provided regarding what you're looking to achieve the formula you want to use is =TR($A$1:$A$76,"TR.CACorpActDesc;TR.CAEffectiveDate;TR.CAAdjustmentType;TR.CAAdjustmentFactor","DateType:ED SDate=-1M EDate=0D CH=Fd RH=IN",B2)
3. This forum is for software developers using Thomson Reuters APIs. Your question is about Thomson Reuters data and capabilities of Eikon Excel add-in. Any questions other than how to use Thomson Reuters APIs would be best directed to Thomson Reuters Helpdesk. For explanation of the formula I provided and how it's different from the one you used, for any other questions on how to retrieve anything you're interested in using Eikon Excel, please call Thomson Reuters Helpdesk number in your country or use Contact Us capability in Eikon application.

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.