PGPortfolio
PGPortfolio copied to clipboard
Issue while Downloading Data
I was trying to download the data and is encountering following error:
File "C:\Users\AIO\Downloads\PGPortfolio-master\pgportfolio\marketdata\poloniex.py", line 28, in
How I can resolve this issue? Thanks in advance.
self.timestamp_str = lambda timestamp=time.time(), format="%Y-%m-%d %H:%M:%S": \
datetime.fromtimestamp(timestamp).strftime(format)