Dear FYERS Team,
I used below VBA code:
Public Function FYERSgetQUOTES() As Variant
URLFyers = "https://api-t1.fyers.in/data/quotes?symbols=" & "NSE:BANKNIFTY24NOV51500CE"
Set URLInfo = CreateObject("Microsoft..XMLHTTP")
With URLInfo
Ā Ā Ā Ā Ā Ā .Open "GET", URLFyers, False
Ā Ā Ā Ā Ā Ā .setRequestHeader "Authorization", FYERS_AppTOKEN
Ā Ā Ā Ā Ā Ā .setRequestHeader "Content-type", "application/json"
Ā Ā Ā Ā Ā Ā .setRequestHeader "Accept", "application/json"
Ā Ā Ā Ā Ā Ā .Send
Ā Ā Ā Ā Ā Ā While .readyState = 4
Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā DoEvents
Ā Ā Ā Ā Ā Ā Wend
Ā Ā Ā Ā Ā Ā FYERSgetQUOTES = .ResponseText
End With
End Function
The data received by FYERS V3 API has been logged into a FILE that has been attached here; If you check the TIME-STAMP from 11 AM till 330PM the API sent values are all no-change in ithttps://files-us-east-1.t-cdn.net/files/mMk5AeoBSbE3lyb6F3wmg .
Please look into this technical issue.
Please prioritize this as the Trading and Coding work is stopped as of now.
Regards,
-- Krish
Investor