We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f724a5 commit fef8d78Copy full SHA for fef8d78
1 file changed
eodhd/apiclient.py
@@ -710,7 +710,7 @@ def get_list_of_exchanges(self):
710
api_call = ListOfExchangesAPI()
711
return api_call.get_list_of_exchanges(api_token=self._api_key)
712
713
- def get_list_of_tickers(self, code, delisted=1):
+ def get_list_of_tickers(self, code, delisted=0):
714
"""Available args:
715
delisted (not required) - by default, this API provides only tickers that were active at least a month ago,
716
to get the list of inactive (delisted) tickers please use the parameter “delisted=1”
0 commit comments