To improve and streamline our data services, certain fields in the Market Data Feed API will be deprecated from 10 October 2024. To ensure you’re ready for this update, please take note of the following:
–
1) Effective Date: 10 October 2024
2) Updated Proto File: To facilitate the transition, please download the updated proto file from: Download Proto File. You can find this in the updated documentation and announcements here.
3) Deprecating Fields: The following fields will be deprecated without direct replacements:
* bidAskQuote.ano
* bidAskQuote.bno
* eFeedDetails.fp
* eFeedDetails.fv
* eFeedDetails.dhoi
* eFeedDetails.dloi
4) Fields Transitioning to new int64 types:
* bidAskQuote.bq → bidAskQuote.bidQ
* bidAskQuote.aq → bidAskQuote.askQ
* marketOHLC.ohlc[ ].volume → marketOHLC.ohlc[ ].vol
5) Field Availability: All current fields, including those slated for deprecation, will remain available until 10 October 2024. The new int64 fields are now available to facilitate a seamless transition.
Recommended Actions:
- For fields being replaced, please update your systems to utilise the new int64 fields to ensure continued compatibility and prevent data loss.
- For fields being removed, please adjust your systems to ensure they do not expect or depend on these fields post-deprecation.
- Upstox generated SDKs are updated with the published proto, and the transmitted tickers will include all the mentioned changes for you to adjust your functionality accordingly.
Transition Details:
Deprecated Fields | Replacement int64 Fields | Status |
---|---|---|
bidAskQuote.aq | bidAskQuote.askQ | Replaced |
bidAskQuote.bq | bidAskQuote.bidQ | Replaced |
marketOHLC.ohlc[ ].volume | marketOHLC.ohlc[ ].vol | Replaced |
bidAskQuote.ano | None | Removed |
bidAskQuote.bno | None | Removed |
eFeedDetails.fp | None | Removed |
eFeedDetails.fv | None | Removed |
eFeedDetails.dhoi | None | Removed |
eFeedDetails.dloi | None | Removed |
If you’re stuck somewhere and need help, feel free to reach out to our support team via our developer community. we are committed to providing support and facilitating a smooth transition for all users.
Thank you for your continued trust in our services.
Best Regards,
Team Upstox