You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been reported earlier (#4), where I have put the same comments as below. However, the issue was in the closed state, so I was not sure if it would be flagged to the owners. Sorry for the duplicate one here.
I came across the resolution to this issue which states that SAS Alpha Web platform does not support historical/intraday data. However, this does not seem to be true.
I think I have figured out what should be used for different indices and FNOs for the 'exchange' and 'symbol' names.
Eg:
For indices, we need to have the following in the 'PARAMS' in the functions that get the historical and intra-day data:
exchange: NSE_INDICES
symbol: 'Bank Nifty' / 'Nifty 50' / 'Nifty IT' / 'Nifty Auto' etc => Note that there are spaces and it is case sensitive
For FUT, we need to have the following in the 'PARAMS':
exchanbe: FNO
symbol: 'BANKNIFTY21DECFUT' / 'BANKNIFTY21DEC37800CE' / 'BANKNIFTY21D0937300PE' etc => Note that there are no spaces in between
Can this package be updated to handle the above?
The text was updated successfully, but these errors were encountered:
This issue has been reported earlier (#4), where I have put the same comments as below. However, the issue was in the closed state, so I was not sure if it would be flagged to the owners. Sorry for the duplicate one here.
I came across the resolution to this issue which states that SAS Alpha Web platform does not support historical/intraday data. However, this does not seem to be true.
I think I have figured out what should be used for different indices and FNOs for the 'exchange' and 'symbol' names.
Eg:
For indices, we need to have the following in the 'PARAMS' in the functions that get the historical and intra-day data:
exchange: NSE_INDICES
symbol: 'Bank Nifty' / 'Nifty 50' / 'Nifty IT' / 'Nifty Auto' etc => Note that there are spaces and it is case sensitive
For FUT, we need to have the following in the 'PARAMS':
exchanbe: FNO
symbol: 'BANKNIFTY21DECFUT' / 'BANKNIFTY21DEC37800CE' / 'BANKNIFTY21D0937300PE' etc => Note that there are no spaces in between
Can this package be updated to handle the above?
The text was updated successfully, but these errors were encountered: