Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 1

How can I know the security type and the number of underwriters of a municipal on rdp api?

I wanna get the type of the municipal bonds, like whether it is GO or revenue, I am also trying to count how many underwriters are there in the manager group. So I made python code like this:

df1 = rdp.search(
        view = rdp.SearchViews.MunicipalInstruments,
        filter = fil,
        top = 10000,
        select = "CUSIP,SecurityType,UnderWriterAmount"
    )

But I got nothing from the returned dataframe, what should I do?

refinitiv-dataplatform-eikonworkspaceworkspace-data-api#product#contentdatabondsdeveloper-community
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.

@eikon11

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

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
Upvote
Accepted
5.8k 21 2 6

Hi @eikon11,

Have you tried looking for field names that you can request for with the RD Python Library using the DIB? This is an example, is this the kind of info you are after? If so, you can see how you can mix Search and the RD Python Library's get_history function in this article.

1677753330867.png


1677753330867.png (143.9 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.

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.