Shoonya-Dev / ShoonyaRestApiWrapper-dotnet

3 stars 3 forks source link

GetDailyTPSeries Documentation #4

Open Josh1-rtd opened 1 year ago

Josh1-rtd commented 1 year ago

It is like this in NorenRestAPI.cs public bool GetDailyTPSeries(OnResponse response, string endpoint, string exch, string token, string starttime, string endtime) {
return true; } I think it is not doing anything. It should give daily OHLC and OI. There is no documentation here -> https://shoonya.com/api-documentation. Some documentation available in Python API.

Josh1-rtd commented 10 months ago

get_daily_price_series(Symbol name, From date, To date):

This is available in Python API. However endpoint is not given.

Please provide function in dotnet wrapper. It is missing here. Please provide endpoint and syntax