☰
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
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
April 2018
sujith
April 2018
soumens
Holdings - Insufficient permission
soumens
March 2018
in
Python client
As per flask example when I am trying to get holdings with below function
@app
.route("/holdings.json")
def holdings():
kite = get_kite_client()
return jsonify(holdings=kite.holdings())
I am getting insufficient permission.
Regards,
Soumen
soumens
April 2018
@sujith
Error msg : DEBUG:urllib3.connectionpool:
https://api.kite.trade:443
"GET /portfolio/holdings HTTP/1.1" 403 116
kiteconnect.exceptions.PermissionException: Insufficient permission for that call.
Do I have correct permission for that call?
sujith
April 2018
Hi,
It seems like you don't have permission to fetch holdings.
If you are trying to fetch mutual funds holdings then you need to use
this API
.
soumens
April 2018
I am fetching equity holdings. As I have the subscription for API and historical data I should have access. Who can help to resolve the issue?
sujith
April 2018
You can send a mail to talk(at)rainmatter.com and ask for permission to fetch holdings.
soumens
April 2018
@sujith
, No one is responding from rainmatter. Is there any other way to get the issue fixed.
Sign In
or
Register
to comment.
Error msg : DEBUG:urllib3.connectionpool:https://api.kite.trade:443 "GET /portfolio/holdings HTTP/1.1" 403 116
kiteconnect.exceptions.PermissionException: Insufficient permission for that call.
Do I have correct permission for that call?
It seems like you don't have permission to fetch holdings.
If you are trying to fetch mutual funds holdings then you need to use this API.