Hello, I'm using Python.
I want to retreive the BID/ASK of Eur at a specific time(seconds).
I'm using data, error=ek.get_data('EUR=', ['TR.ASKPRICE.Date', 'TR.ASKPRICE','TR.BIDPRICE'], parameters={'SDate':'2018-06-20', 'EDate':'2018-06-22'})
I would like to Know how to Change the SDate EDate format and add Hour/min/sec to it.
thank you