how to get real time data in python for .gdaxi ?

how to get real time data in python for .gdaxi ?

i was able to get the history data but how can i get the real time data .

Best Answer

  • Eikon Scripting API is in Beta and does not currently provide streaming real-time data. You can get the current snapshot requesting real-time fields, such as CF_LAST

    image