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.

1 Answer

· Write an Answer
Upvote
Accepted
5.9k 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.