mariostoev/finviz

Can't Call get_crypto(pair) with the pair name only it's number

Opened this issue · 0 comments

i tried using the function like this :
pair_data = get_crypto('BTCUSD') print(pair_data)

But it only works with a number :
pair_data = get_crypto(13) print(pair_data)