☰
Login
Signup
Home
›
General
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
December 2017
srinicipher
December 2017
sujith
How to get the Mutual Fund trading ticker
srinicipher
December 2017
edited December 2017
in
General
Hi,
I got the instrument ticker dump from this url.
https://api.kite.trade/instruments?api_key=
Now I want to know what is the trading ticker for a specific mutual fund.
as example:
https://coin.zerodha.com/funds/14057616.00218300/axis-banking-debt-fund-direct-plan
What is the trading ticker for this?
sujith
December 2017
Hi,
The URL
https://kite.trade/connect/login?api_key=
is a login url.
Mutual funds instrument dump URL is "
https://api.kite.trade/mf/instruments?api_key=xxx
"
The change and CAGR data are not provided as of now. We may provide it in future.
For now, you can store today's NAV and use it to compute change from next day.
srinicipher
December 2017
I want to know what is the trading symbol for this mutual fund
https://coin.zerodha.com/funds/14057616.00218300/axis-banking-debt-fund-direct-plan
How do i which mutual fund is attached to this trading symbol?
That is my question
sujith
December 2017
You do get tradingsymbol in the instrument dump and fund name as the fund field in the API.
Refer to the
right section of the documentation
srinicipher
December 2017
thanks kindly close this ticket.
Your quick response got me work it faster
I manage to resolve it.
This discussion has been closed.
The URL https://kite.trade/connect/login?api_key= is a login url.
Mutual funds instrument dump URL is "https://api.kite.trade/mf/instruments?api_key=xxx"
The change and CAGR data are not provided as of now. We may provide it in future.
For now, you can store today's NAV and use it to compute change from next day.
https://coin.zerodha.com/funds/14057616.00218300/axis-banking-debt-fund-direct-plan
How do i which mutual fund is attached to this trading symbol?
That is my question
Refer to the right section of the documentation
Your quick response got me work it faster
I manage to resolve it.