1
0
espelhamento de https://github.com/bspeice/metrik sincronizado 2025-11-04 02:10:43 -05:00

Add CBOE Optionable list

Esse commit está contido em:
bspeice
2016-11-24 13:34:37 -05:00
commit 80e5a17acf
3 arquivos alterados com 45 adições e 1 exclusões

12
test/tasks/test_cboe.py Arquivo normal
Ver arquivo

@ -0,0 +1,12 @@
from unittest import TestCase
from metrik.tasks.cboe import CboeOptionableList
class CboeTest(TestCase):
def test_optionable_list(self):
companies = CboeOptionableList.retrieve_data()['companies']
assert len(companies) > 2000
# TODO: Get lists of companies from ETF holdings and verify that they
# can be found here as well - this should be a superset