yahoo-finance / yahoo-finance

Python module to get stock data from Yahoo! Finance
1.31k stars 353 forks source link

Use exchange and stock symbol #55

Open Wikunia opened 8 years ago

Wikunia commented 8 years ago

Hi,

thanks for the package. Some symbols aren't unique like MTX (MTX NYSE Minerals Technologies Inc) and (MTX Frankfurt MTU Aero Engines) Is it possible to specify the exchange in some way? Something like MTX_NYSE = Share('NYSE:MTX')

Thanks!

jwallden commented 7 years ago

Hi, MTX.F is MTU Aero Engines on the Frankfurt exchange. Yahoo adds a . (dot) and one or two letters for distinguishing stocks between exchanges. LM Ericsson is for example ERIC on NASDAQ and ERIC-A.ST on Stockholm

lukaszbanasiak commented 7 years ago

Need to add this to doc https://github.com/lukaszbanasiak/yahoo-finance/issues/88