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 download data on electronic municipal market access (EMMA) municipal trade statistics through python API?

#product#contentpython api
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
Upvotes
Accepted
80.1k 257 52 75

@eikon11

Thank you for reaching out to us.

If you mean the data on this website, you can use the get_data method in Refinitiv Data Library for Python to get those values. The code looks like this:

rd.get_data([".ADCB.MSRB",".ADCS.MSRB",".ADID.MSRB",".AD.MSRB"],
            ["CF_NAME","CF_DATE","CF_TIME","TOT_ISSUES","TRDVOL_1"])

The output is:

1706078629518.png

You can also refer to the example on GitHub.


1706078629518.png (19.4 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.