Market Data Incomplete

Hi all,

When trying to get market data from api:

with the following json

getChartJson = """
        {
            "symbol":"NQM2",
            "chartDescription":{
                "underlyingType":"MinuteBar",
                "elementSize":1,
                "elementSizeUnit":"UnderlyingUnits",
                "withHistogram": false
                },
                "timeRange":{
                    "asMuchAsElements":14400
                    }
        }
        """

I just get a little bit more than a thousand minute bars. Do you know why this is happening?

url used:
md.tradovateapi.com/v1/

There is a batch size limit to transmissions from the market data servers. To get large batches, you must make additional requests. There’s more information in this FAQ page.

1 Like