Tell me more ×
Quantitative Finance Stack Exchange is a question and answer site for finance professionals and academics. It's 100% free, no registration required.

Is it possible to have different stocks with the same stock code on different stock exchanges.

share|improve this question
Hi Liu Lu. This site is meant for professionals with quantitative questions, not a general Q&A on the markets. FYI, it's called a ticker. – Tal Fishman Jun 14 '12 at 13:09

closed as off topic by Tal Fishman Jun 14 '12 at 14:03

Questions on Quantitative Finance Stack Exchange are expected to relate to quantitative finance within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

There is no reason that two different exchanges would be prevented from using the same code, although they usually have different conventions. So if you're writing code or spreadsheets that depend on a unique stock code, consider creating a unique code that combines the exchange identifier with the stock code. If this is in a database, use multiple keys in the table; include the exchange ID as one of the key fields.

So the answer is yes, it is possible.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.