☰
Login
Signup
Home
›
.Net API 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
14K
All Categories
0
Incidents
157
Node JS client
41
Go client
795
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
Resoponse are not consistent GetQuote
vishwash_yadav
February 2018
in
.Net API client
I am calling GetQuote method but results are not consistent.
output:
Exception thrown: 'System.Collections.Generic.KeyNotFoundException' in mscorlib.dll
DEBUG: 429 {"status": "error", "message": "Too many requests", "error_type": "NetworkException"}
DEBUG: GET
https://api.kite.trade/instruments/NSE/VEDL?access_token=***&api_key=***
DEBUG: 200 {"status": "success", "data": {"last_price": 348.45, "volume": 3043180, "sell_quantity": 928637, "open_interest": 0.0, "last_quantity": 19, "change": 8.45, "ohlc": {"high": 352.05, "close": 340.0, "open": 338.9, "low": 338.8}, "last_time": "2018-01-25 09:50:29", "change_percent": 2.48, "depth": {"sell": [{"price": 348.45, "orders": 1, "quantity": 6}, {"price": 348.5, "orders": 1, "quantity": 139}, {"price": 348.55, "orders": 1, "quantity": 200}, {"price": 348.6, "orders": 2, "quantity": 260}, {"price": 348.65, "orders": 5, "quantity": 998}], "buy": [{"price": 348.4, "orders": 1, "quantity": 500}, {"price": 348.3, "orders": 6, "quantity": 3885}, {"price": 348.25, "orders": 10, "quantity": 5728}, {"price": 348.2, "orders": 12, "quantity": 5510}, {"price": 348.15, "orders": 15, "quantity": 8670}]}, "buy_quantity": 697894}}
DEBUG: GET
https://api.kite.trade/instruments/NSE/VEDL?access_token=***&api_key=***
Exception thrown: 'System.Collections.Generic.KeyNotFoundException' in mscorlib.dll
DEBUG: 429 {"status": "error", "message": "Too many requests", "error_type": "NetworkException"}
DEBUG: GET
https://api.kite.trade/instruments/NSE/VEDL?access_token=***&api_key=***
DEBUG: 429 {"status": "error", "message": "Too many requests", "error_type": "NetworkException"}
Exception thrown: 'System.Collections.Generic.KeyNotFoundException' in mscorlib.dll
DEBUG: GET
https://api.kite.trade/instruments/NSE/VEDL?access_token=***&api_key=***
DEBUG: 200 {"status": "success", "data": {"last_price": 348.45, "volume": 3043352, "sell_quantity": 930038, "open_interest": 0.0, "last_quantity": 43, "change": 8.45, "ohlc": {"high": 352.05, "close": 340.0, "open": 338.9, "low": 338.8}, "last_time": "2018-01-25 09:50:29", "change_percent": 2.48, "depth": {"sell": [{"price": 348.55, "orders": 1, "quantity": 200}, {"price": 348.6, "orders": 3, "quantity": 409}, {"price": 348.65, "orders": 6, "quantity": 1378}, {"price": 348.7, "orders": 14, "quantity": 5126}, {"price": 348.75, "orders": 9, "quantity": 8935}], "buy": [{"price": 348.45, "orders": 1, "quantity": 5}, {"price": 348.4, "orders": 1, "quantity": 351}, {"price": 348.3, "orders": 6, "quantity": 3885}, {"price": 348.25, "orders": 10, "quantity": 5728}, {"price": 348.2, "orders": 13, "quantity": 5659}]}, "buy_quantity":
Exception thrown: 'System.Collections.Generic.KeyNotFoundException' in mscorlib.dll
DEBUG: 429 {"status": "error", "message": "Too many requests", "error_type": "NetworkException"}
Sign In
or
Register
to comment.