Crypto backtesting
Loading...
Searching...
No Matches
coins.py File Reference

Go to the source code of this file.

Namespaces

namespace  coins

Variables

 coins.f = open("exchanges.txt")
 coins.exchange_names = deque(f.read().split())
str coins.url = "https://min-api.cryptocompare.com/data/all/exchanges"
 coins.r = requests.get(url)
 coins.exchanges = r.json()