☰
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
13.8K
All Categories
0
Incidents
152
Node JS client
39
Go client
791
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
402
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
December 2017
sujith
December 2017
harikongu
How to calculate brokerage in python API?
harikongu
December 2017
in
Python client
I want to know profit or loss on my trade using a program. I want to know the charges as like this
https://zerodha.com/brokerage-calculator
. I want to make some decisions based on brokage whether to hold the stock or not.
Tagged:
brokerage
harikongu
December 2017
If somebody can help me with breakdown charges. I can build brokerage API myself.
harikongu
December 2017
I think this link
https://zerodha.com/charges
gives the charges used in zerodha brokage calculator. Somebody help me if I am not correct.
sujith
December 2017
You can check out charges
here
harikongu
December 2017
Can I add this functionality to kite API? Can I contribute to kite API?
sujith
December 2017
Hi,
The brokerage calculation is more like a client-side calculation. You can fork the pykiteconnect repository and add functionality to that.
Sign In
or
Register
to comment.
The brokerage calculation is more like a client-side calculation. You can fork the pykiteconnect repository and add functionality to that.