In options greek api could you please add max pain and pcr ratio

Hello Team,

It will be beneficial for options traders to know about PCR ratio and max pain, could you please add it in the options greek or some other sutiable api

1 Like

Hi @athma_prathisti

This was in the pipeline. Progress there is bit halted as we’re first making our systems compliant based on the new regulations.

1 Like

But your systems are already complaint, what additional regulations you are referring?
You just have to add ip whitelisting for the api, but that is already taken care by your login flow which needs a website and have a static ip address.

As simple as it seems, think of this as an iceberg. Sharing a few things here

Frontend:

  1. Input box for client IP and algo-ID (if applicable)
  2. Documentation changes
  3. Algo approval from exchange flow (if applicable)

Backend:

  1. Client IP check on each order
  2. Rate limits updated for place/modify/cancel orders
  3. Generic & approved Algo-ID provisions
  4. Sharing reports and stats for audit on a live system bases
  5. Ad-hoc communications/reporting system about API orders to SEBI/Exch
  6. Algo-registration process for Exch Approval

@MohitGolecha
Thanks for the broader context, please allow multiple Ips in the input box. I think two is approved by the exchange as well.

I hope you have a big team if not then does that mean the other requested changes will not happen till September

  1. MTF interest report, showing MTF, total amount and percentage changes in UI.
  2. Fundamental apis (This is the most important one) → result date is extra feature in api
  3. Trailing stoploss and BO orders in apis
  4. Max pain and pcr ratio in apis
1 Like

Hi @MohitGolecha ,

  1. So the IP check will be only for placing/modifying/cancelling orders?
  2. Will market data feed work without static IP?
  3. Can we just tunnel order requests through static IP?

Also it would be nice to have a community post about the changes that we can except, so that we can also prepare accordingly.

Thanks.

  1. Yes
  2. Yes
  3. Yes

Shall make a detailed post soon. A few things are still in ā€œTo be decidedā€ state by exchange and SEBI. Once that’s done, shall roll out the new regulations compliant post