How can I specify an issue by its SEDOL number in the Datafeed Toolbox?

1 view (last 30 days)
Rather than specify an issue by a string when connecting to Bloomberg using the FETCH function, I want to use its SEDOL number.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
This enhancement has been incorporated in Release 14 Service Pack 3 (R14SP3). For previous product releases, there are no workarounds.
Here's a sample function call:
blb = bloomberg;
% Return today's trade time series for the given security SEDOL1 id
% aggregated into 5 minute intervals.
d = fetch(blb,'2224563','TIMESERIES',NOW,5,'Trade','SEDOL1');

More Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!