We were trying to download the instrument master from the following url:
https://assets.upstox.com/market-quote/instruments/exchange/complete.csv.gz
We have couple of queries on this:
- We assume this file is updated every day like other brokers. Would you mind sharing at what time this file is updated, so that we can run our download job after that time?
- We assumed that the instrument_key column in the master file is unique for each instrument. But doing a simple vlookup on the file showed that there are multiple entries for same key. Would you mind taking a look (details given below)?
Keys with multiple entries:
- BSE_EQ|NA
- BSE_EQ|0
- BSE_EQ|IN0020150044
This needs a fix, as this will lead to incorrect identification of instrument while loading orders/holdings etc.