How can I fetch data from Bloomberg by using the CUSIP for a security with the Datafeed Toolbox 1.3.1 (R13)?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I would like to fetch data from Bloomberg by using the CUSIP for a security with the Datafeed Toolbox 1.3.1 (R13).
Risposta accettata
MathWorks Support Team
il 27 Giu 2009
The CUSIP for a security signifies the security and the market. The Datafeed Toolbox can fetch data using the CUSIP of a security.
For example the following returns the same results:
c = bloomberg;
data = fetch(b,'IBM US Equity')
data1 = fetch(b,'459200101')
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Bloomberg Desktop in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!