Hi there, 

I am trying to get the current 'Open', 'High', 'Low', 'Close' prices.

I tried implementing the below code in onData function.

price = data["EURUSD"].Price

Any idea what does the price refers to and how exactly can i get the OHLC prices for the current day? 

Thanks in advance

Author