Will Python SDK have the market data feed from V3 when V2 shuts down?

Hi Team

As you have mentioned that v2 api will get shut down around March 3rd.
Currently I am using python sdk for the market data stream fot the candle data.

My question is - by when we can have the python sdk for market data feed using v3.

Or we have to use the non sdk version to get the market data using v3.

Thanks

Yes, i have this same query as well. @MohitGolecha

I can see that there is
class MarketDataStreamerV3(Streamer) in the git repo (above)

I am assuming that we have to import MarketDataStreamerV3 instead of MarketDataStreamer and that should take care of everything.

But if upstox team can confirm, would be quite helpful.

Hi @amit44

If you upgrade to the latest Python SDK version (v2.12.0) and use the MarketDataStreamerV3 class instead of MarketDataStreamer, you will be automatically transitioned to the v3 WebSocket.

Thanks!

1 Like