Thank helpful library.
Is it possible to list all valid symbols and exchanges through the API? I mean all valid values for the first and second argument of dtc_download() function:
|
def dtc_download(symbol, exchange="Bitcoin", start_date="01.01.1970", server=("127.0.0.1", 11101), debug=False): |
Thank helpful library.
Is it possible to list all valid symbols and exchanges through the API? I mean all valid values for the first and second argument of
dtc_download()function:pydtc/pydtc/main.py
Line 503 in d34e43d