EXCUTION WORKING PERFECTLY
FOR DATA FETCHING USING INSTRUMENTS.CSV
BUT RE ENTRY FACING ERROR DUE TO THIS KINDLY HELP WHAT IS SOLUTION FOR THAT
Error: No quote data for NSE_FO|79508 after 3 attempts
Error: No quote data for NSE_FO|79506
Error: No quote data for NSE_FO|79506
These contracts seem to be expired. If you pass expired contracts to the market quote API, it will not return any data. To get the latest and updated instruments, please read and parse the instrument JSON file daily from Instruments | Upstox Developer API. Also, as per the documentation, the CSV file will be deprecated soon.
Thanks!
I AM DOING ON 24TH APRIL EXPIRY WHICH HAVE TIME, STILL SAME ERROR . [quote=“ARCHANA_35442897, post:1, topic:8834, full:true”]
EXCUTION WORKING PERFECTLY
FOR DATA FETCHING USING INSTRUMENTS.CSV
BUT RE ENTRY FACING ERROR DUE TO THIS KINDLY HELP WHAT IS SOLUTION FOR THAT
Error: No quote data for NSE_FO|79508 after 3 attempts
Error: No quote data for NSE_FO|79506
Error: No quote data for NSE_FO|79506
[/quote]
CONTRACT NOT EXPIRY
ITS EXPIRY ON 24TH APRIL
SAME ERROR FOR MAY CONTRACT
PLS PROVIDE SOLUTION
CONTRACT NOT EXPIRED
ITS EXPIRY ON 24TH APRIL
SAME ERROR FOR MAY CONTRACT
PLS PROVIDE SOLUTION
MR KETAN WILL YOU PLEASE ANSWER SAME ERROR COMING IN JSON FILE ALSO
As previously mentioned, please utilize the JSON file. The instruments referenced are located within this file. You can download the file to your local machine and then use a text editor to search for the specific instrument and examine its corresponding JSON data.
Here is the example of NSE_FO|79508
{
"weekly": false,
"segment": "NSE_FO",
"name": "NIFTY",
"exchange": "NSE",
"expiry": 1745519399000,
"instrument_type": "PE",
"asset_symbol": "NIFTY",
"underlying_symbol": "NIFTY",
"instrument_key": "NSE_FO|79508",
"lot_size": 75,
"freeze_quantity": 1800.0,
"exchange_token": "79508",
"minimum_lot": 75,
"asset_key": "NSE_INDEX|Nifty 50",
"underlying_key": "NSE_INDEX|Nifty 50",
"tick_size": 5.0,
"asset_type": "INDEX",
"underlying_type": "INDEX",
"trading_symbol": "NIFTY 23650 PE 24 APR 25",
"strike_price": 23650.0,
"qty_multiplier": 1.0
}
Thank you!
If you need any further assistance let us know.