Skip to content

Commit fef8d78

Browse files
committed
fix delisted status
1 parent 1f724a5 commit fef8d78

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)