Crypto backtesting
Loading...
Searching...
No Matches
coins Namespace Reference

Variables

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

Variable Documentation

◆ exchange_names

coins.exchange_names = deque(f.read().split())

Definition at line 10 of file coins.py.

◆ exchanges

coins.exchanges = r.json()

Definition at line 16 of file coins.py.

◆ f

coins.f = open("exchanges.txt")

Definition at line 9 of file coins.py.

◆ r

coins.r = requests.get(url)

Definition at line 15 of file coins.py.

◆ url

str coins.url = "https://min-api.cryptocompare.com/data/all/exchanges"

Definition at line 13 of file coins.py.