Hello,
I am using a formula to return the implied volatility for a CALL option.
However, the formula I use does not work use to return the PUT options implied volatility. When inputing the PUT option price in the formula, I return a completely wrong value. So another formula must be used for PUT options.
Seen on this calculator, it is possible to calculate the IV for CALL and PUT options:
http://www.option-price.com/implied-volatility.php
When googling, I only find examples for the CALL option and not the PUT.
I code in C# so if there is any code for this, that would work also.
I am using a formula to return the implied volatility for a CALL option.
However, the formula I use does not work use to return the PUT options implied volatility. When inputing the PUT option price in the formula, I return a completely wrong value. So another formula must be used for PUT options.
Seen on this calculator, it is possible to calculate the IV for CALL and PUT options:
http://www.option-price.com/implied-volatility.php
When googling, I only find examples for the CALL option and not the PUT.
I code in C# so if there is any code for this, that would work also.