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 26, 2021
1 parent 2a860fa commit 85f7ebd
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 24 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/symbolscanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,11 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python }}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
commit-message: 'fix: update stock symbols'
title: 'fix: update index components'
body: |
Auto-generated PR by pysymbolscanner
labels: Cron
branch-suffix: timestamp
branch: feature/fix_indices_components
base: master
- name: Install dependencies
run: pip install tox
- name: Run tests
run: |
tox
run: tox
continue-on-error: true
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
with:
Expand All @@ -58,6 +47,17 @@ jobs:
with:
parallel: true
debug: true
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
commit-message: 'fix: update stock symbols'
title: 'fix: update index components'
body: |
Auto-generated PR by pysymbolscanner
labels: Cron
branch-suffix: timestamp
branch: feature/fix_indices_components
base: master
coveralls_finish:
needs: scan
runs-on: ubuntu-latest
Expand Down
23 changes: 12 additions & 11 deletions .github/workflows/symbolscannersymbols.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,11 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python }}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
commit-message: 'fix: added symbols to stocks'
title: 'fix: added symbols to stocks'
body: |
Auto-generated PR by pysymbolscanner
labels: Cron
branch-suffix: timestamp
branch: feature/add_symbols_components
base: master
- name: Install dependencies
run: pip install tox
- name: Run tests
run: tox
continue-on-error: true
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
with:
Expand All @@ -57,6 +47,17 @@ jobs:
with:
parallel: true
debug: true
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
commit-message: 'fix: added symbols to stocks'
title: 'fix: added symbols to stocks'
body: |
Auto-generated PR by pysymbolscanner
labels: Cron
branch-suffix: timestamp
branch: feature/add_symbols_components
base: master
coveralls_finish:
needs: scan
runs-on: ubuntu-latest
Expand Down
27 changes: 27 additions & 0 deletions stocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5324,6 +5324,9 @@ companies:
- yahoo: 27MB.F
google: FRA:27MB
currency: EUR
- yahoo: MLSYY
google: OTCMKTS:MLSYY
currency: USD
metadata:
founded: 2003
employees: ''
Expand Down Expand Up @@ -10795,6 +10798,9 @@ companies:
- yahoo: BAC
google: NYSE:BAC
currency: USD
- yahoo: BOAPL
google: OTCMKTS:BOAPL
currency: USD
metadata:
founded: 1956
employees: 213000
Expand Down Expand Up @@ -13525,6 +13531,9 @@ companies:
- yahoo: CAG
google: NYSE:CAG
currency: USD
- yahoo: 0I2P.L
google: LON:0I2P
currency: GBP
metadata:
founded: 1919
employees: 16500
Expand Down Expand Up @@ -15073,6 +15082,9 @@ companies:
- yahoo: HAS
google: NASDAQ:HAS
currency: USD
- yahoo: 0J3K.L
google: LON:0J3K
currency: GBP
metadata:
founded: 1923
employees: 5800
Expand Down Expand Up @@ -15459,6 +15471,9 @@ companies:
- yahoo: INFO
google: NASDAQ:INFO
currency: USD
- yahoo: 0UAI.L
google: LON:0UAI
currency: GBP
metadata:
founded: 1959
employees: 14000
Expand Down Expand Up @@ -16182,6 +16197,9 @@ companies:
- yahoo: LKQ
google: NASDAQ:LKQ
currency: USD
- yahoo: 0JSJ.L
google: LON:0JSJ
currency: GBP
metadata:
founded: 1998
employees: 51000
Expand Down Expand Up @@ -17488,6 +17506,9 @@ companies:
- yahoo: RL
google: NYSE:RL
currency: USD
- yahoo: 0KTS.L
google: LON:0KTS
currency: GBP
metadata:
founded: 1967
employees: 18250
Expand Down Expand Up @@ -24913,6 +24934,9 @@ companies:
- yahoo: NXS.F
google: FRA:NXS
currency: EUR
- yahoo: NEXNY
google: OTCMKTS:NEXNY
currency: USD
isins:
- FR0000044448
metadata:
Expand Down Expand Up @@ -25022,6 +25046,9 @@ companies:
- yahoo: RBSFY
google: OTCMKTS:RBSFY
currency: USD
- yahoo: RUBSF
google: OTCMKTS:RUBSF
currency: USD
isins:
- FR0013269123
metadata:
Expand Down

0 comments on commit 85f7ebd

Please sign in to comment.