matbarofex/pyRofex

No hay live market data

Closed this issue · 0 comments

Describe the bug
Hi, I want to start off by saying thank you for this very helpful repo!

When I try to pull live bids and offers using the Remarket environment, the json has values none when there should be actual values. For example, if i try to run the example code market_data.py, the response from trying to get the best bid and offer for DLR/ENE24 is

Market Data Response for DLR/ENE24: {'status': 'OK', 'marketData': {'LA': None, 'OF': None, 'BI': None}, 'depth': 2, 'aggregated': True}

When there is in fact an actual bid an offer shown on the scree in Visor de Precios...

I'm running python 3.11.7 and using pyrofex 0.5.0, but the issue persists if i use python=3.7 and a slightly older verson of pyrofex

To Reproduce
run the market_data.py script in samples folder

Expected behavior
I would expect the response to reflect what is on the Matba Visor de precios.

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser Chrome
  • Version [e.g. 22]