☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
798
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
March 6
sujith
March 6
pradeepng
March 6
Sravanthi_bh
Option Greeks
pradeepng
March 5
in
Python client
volt = 18;
int_rate = 7;
div_yld = 0;
how to calculate these values to calculate greeks??
Sravanthi_bh
March 6
You can use formula stated
here
to caclulate the greek values.
pradeepng
March 6
i can calculate the greeks from that where to get these volt = 18;
int_rate = 7;
div_yld = 0;
values
Sravanthi_bh
March 6
You may use the
WebSockets AP
I to fetch live market data of the option contracts. Check out the similar discussions
here
pradeepng
March 6
it doesn't contain volatility, interest rate and dividend yield
sujith
March 6
@pradeepng
,
Kite Connect doesn't provide greeks data for options instruments.
pradeepng
March 6
without these how can i calculate
Sign In
or
Register
to comment.
int_rate = 7;
div_yld = 0;
values
Kite Connect doesn't provide greeks data for options instruments.