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

Variables

 data = json.load(sys.stdin)
 epoch = parser.parse(row["date"]).timestamp()
 end

Variable Documentation

◆ data

marketstack2csv.data = json.load(sys.stdin)

Definition at line 8 of file marketstack2csv.py.

◆ end

marketstack2csv.end

Definition at line 24 of file marketstack2csv.py.

◆ epoch

marketstack2csv.epoch = parser.parse(row["date"]).timestamp()

Definition at line 22 of file marketstack2csv.py.