Bloomberg API v3:通过ISIN(或CUSIP)查询

时间:2015-02-03 19:41:49

标签: c# bloomberg

问题:我给出了各种未指定类型仪器的ISIN列表。在Bloomberg Excel API中,这没有问题;我可以说,= BDP(" CA5054401156 ISIN"," NAME"),并得到我的答案。但是在使用Bloomberg API V3的C#程序中,这并不起作用。使用

request.GetElement("securities").AppendValue("CA5054401156 Equity");

确实有效,但当我不知道该工具是否为股权时,这没有任何帮助。有没有办法在不知道工具类型的情况下通过ISIN指定证券?

2 个答案:

答案 0 :(得分:8)

找到答案:

request.GetElement("securities").AppendValue("/isin/CA5054401156");

答案 1 :(得分:1)

请注意,在使用$( "form.start_timer, .form.end_timer" ).submit(function(e) { var form = $(this); if( $(this).children( ".latitude" ).val().length === 0 || $(this).children( ".longitude" ).val().length === 0 ) { e.preventDefault(); var geolocated = function(position) { foundLocation(position); form.submit(); }; navigator.geolocation.getCurrentPosition(geolocated, noLocation,{timeout:10000}); } else { return true; } }); 的.NET和Python中,您可以执行以下操作:

  

request.getElement("证券&#34)。appendValue(" / ISIN / CA5054401156&#34);

  

request.append("证券"," / isin / CA5054401156")