This commit is contained in:
TerenceLiu98 2021-06-09 10:32:43 +08:00
parent b10e29128a
commit da4ece7944
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ url = {
"moneywatch": "https://www.marketwatch.com/investing/"
}
def forex(instrument="eurusd", startdate="2019-01-01", enddate="2021-01-01"):
startdate = datetime.strptime(startdate, "%Y-%m-%d").strftime("%m/%d/%y")
enddate = datetime.strptime(enddate, "%Y-%m-%d").strftime("%m/%d/%y")