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
98 27 33 35

Active MIC in Eikon.

Where can I get a list of all active MICs from Eikon at the moment (like it appears in this older question)?


Thanks in advance for any help!

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-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.

Hello @aquilesjlp300

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

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

Upvotes
Accepted
18.2k 21 13 21

Hi @aquilesjlp300

So I am not sure I understand the term active MIC in your question.

SCREENER app can query for the active instruments but in this case, this is not what you are looking for.

So I think it is better to contact Refinitiv Helpdesk at https://my.refinitiv.com/ and clarify the content you are looking for.

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.

Upvotes
18.2k 21 13 21

Hi @aquilesjlp300

I am assuming that Active MIC is Active Market Identifier Code.

In Refinitiv, we use RIC as the primary identifier so you will get RIC back.

You can use the SCREENER app on Eikon Desktop to find a formula based on your filter options.


Optional: Once you have RIC list, you can use get_symbology to map RIC to other identifier types.

df = ek.get_symbology(['IBM.N','VOD.L'])
df

ahs.png (341.6 KiB)
ahs1.png (127.8 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.

Hello again @chavalit.jintamalit and thanks for your reply.

No, not exactly RICs, I was trying to get an up-to-date list of all MICs active at the moment. Is that possible?

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.