Skip to content

Commit

Permalink
fix: added symbols to stocks
Browse files Browse the repository at this point in the history
  • Loading branch information
SlashGordon committed Oct 15, 2021
1 parent 31b0648 commit c95dae5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 27 deletions.
1 change: 1 addition & 0 deletions src/pytickersymbols/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class Indices:
ES_IBEX_35 = 'IBEX 35'
US_DOW = 'DOW JONES'
DE_DAX = 'DAX'
DE_CDAX = 'CDAX'
FR_CAC_60 = 'CAC Mid 60'
DE_TECDAX = 'TECDAX'
US_NASDAQ = 'NASDAQ 100'
Expand Down
38 changes: 12 additions & 26 deletions stocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,9 @@ companies:
- yahoo: EVD0.F
google: FRA:EVD0
currency: EUR
- yahoo: CEVMF
google: OTCMKTS:CEVMF
currency: USD
metadata:
founded: 1989
employees: 3202
Expand Down Expand Up @@ -25079,21 +25082,6 @@ companies:
metadata:
founded: 1957
employees: 20
- name: Verallia Deutschland AG
wiki_name: Verallia Deutschland AG
symbol: OLG
country: Germany
indices: []
industries: []
symbols:
- yahoo: OLG.F
google: FRA:OLG
currency: EUR
isins:
- DE0006851603
metadata:
founded: 1946
employees: 3066
- name: Virbac
wiki_name: Virbac
symbol: VRBCF
Expand Down Expand Up @@ -27045,12 +27033,6 @@ companies:
- yahoo: 7EL.F
google: FRA:7EL
currency: EUR
- yahoo: 0P00015014.F
google: FRA:0P00015014
currency: EUR
- yahoo: ELMUF
google: OTCMKTS:ELMUF
currency: USD
isins:
- FR0012435121
metadata:
Expand All @@ -27075,14 +27057,18 @@ companies:
metadata:
founded: 1989
employees: 49185
- name: Verallia Deutschland AG
wiki_name: Verallia Deutschland AG
- name: Verallia Deutschland AG
wiki_name: Verallia Deutschland AG
symbol: null
country: Germany
indices:
- CAC Mid 60
industries: []
symbols: []
- CDAX
industries:
- glass container
symbols:
- yahoo: OLG.F
google: FRA:OLG
currency: EUR
isins:
- DE0006851603
metadata:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_dynamic_methods(self):
lambda x: (
x.endswith('_google_tickers') or x.endswith('_yahoo_tickers')
)
and '_moscow' not in x,
and '_moscow' not in x and '_cdax' not in x,
myvars,
):
result = getattr(stock_data, method)()
Expand Down

0 comments on commit c95dae5

Please sign in to comment.