Pradip Mukhopadhyay

Results 4 issues of Pradip Mukhopadhyay

In my project my intention is to configure fastify-swagger with OpenAPI version 3.0.0 with the following configuration: I am using [fastify-oas](https://www.npmjs.com/package/fastify-oas) as fastify plugin such that my existing configuration does...

Hi, I am getting the data like this: ` def highest_oi_CE(num,step,nearest,url): strike = nearest - (step*num) start_strike = nearest - (step*num) response_text = get_data(url) data = json.loads(response_text) currExpiryDate = data["records"]["expiryDates"][0]...

Hello, While Option OI data for Nifty and BankNifty is working perfectly, not able to make the FIIDII data. Neither this: `part_oi_df = nd.get_part_oi_df(start=None,end=None,periods=None,dayfirst=False,workers=None) ` When I changed it just...

**Is your feature request related to a problem? Please describe.** My client is Angular9(typescript). It's client only. Server is not in my control. So I would like to browerify the...