yongghongg / stock-symbol

Get a list of stock symbols from all major stock exchanges across various regions and markets.
https://stock-symbol.herokuapp.com/
MIT License
32 stars 2 forks source link

Typo in german symbol list #9

Open fabianjuelich opened 12 months ago

fabianjuelich commented 12 months ago

Calling ss.get_symbol_list(market='de') -> market property of resulting stock entries has the value _drmarket instead of de_market. e.g.:

{
    "symbol": "SAP.DE",
    "shortName": "sap",
    "longName": "SAP SE O.N.",
    "exchange": "XETR",
    "market": "dr_market",
    "quoteType": "EQUITY"
}