Skip to content

Commit 64c03af

Browse files
authored
Merge pull request #49 from EodHistoricalData/dev
fix delisted status
2 parents e18b61a + fef8d78 commit 64c03af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eodhd/apiclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ def get_list_of_exchanges(self):
710710
api_call = ListOfExchangesAPI()
711711
return api_call.get_list_of_exchanges(api_token=self._api_key)
712712

713-
def get_list_of_tickers(self, code, delisted=1):
713+
def get_list_of_tickers(self, code, delisted=0):
714714
"""Available args:
715715
delisted (not required) - by default, this API provides only tickers that were active at least a month ago,
716716
to get the list of inactive (delisted) tickers please use the parameter “delisted=1”

0 commit comments

Comments
 (0)