EodHistoricalData / EODHD-APIs-Python-Financial-Library

MIT License
29 stars 12 forks source link

Add ability to get delisted symbols? #16

Closed ddm-j closed 1 year ago

ddm-j commented 1 year ago

The method get_exchange_symbols does not support the request argument delisted=1. Consider adding? Not sure which other keyword arguments are not supported across this API.

Nawado commented 1 year ago

Hello. Try to use this function: get_list_of_tickers You can find documentation about this func:


from eodhd import APIClient
#add your token here
api = APIClient('demo')
help(api.get_list_of_tickers)