FinanceDatabase icon indicating copy to clipboard operation
FinanceDatabase copied to clipboard

[DATA] Add mic to the database

Open PythonPeterr opened this issue 8 months ago • 3 comments

In my opinion it would be very nice to have a mic_code, or at least a mapping between the current exchange code that is used and the respective "generally accepted" ISO mic_code. If you share the source of this exchange code I can make the mapping.

PythonPeterr avatar Aug 05 '25 15:08 PythonPeterr

Hi @Python,

Exchange code comes from a variety of sources but something like Yahoo Finance should use about the same code. Does that work for you?

I believe current exchange codes are also well-known, e.g. LSE, AMS, NYSE.

JerBouma avatar Aug 15 '25 20:08 JerBouma

That is indeed why it would be nice to have a standardised exchange code (MIC) as I suspected it already to come from different sources --> different exchange notations --> difficult to map. If you say it is from yahoo finance I can check if I can map it myself. Moreover, I was curious is it easy for you to add the ISIN column to the ETFs and the Funds tables?

PythonPeterr avatar Aug 22 '25 21:08 PythonPeterr

I currently do not have the capacity to work on this which is also why it has taken me so long to respond to your comment. Primary source should be Yahoo Finance but many other platforms follow the same structure. If you can see if you can find a way to map them then please!

ISIN codes are difficult to obtain programatically. At best you could see if something like a LLM tool could help in the initial exploration.

JerBouma avatar Nov 14 '25 08:11 JerBouma