Oh! A circular was aired this year: https://zerodha.com/marketintel/Bulletin/316
Got it.
Anyway, what is the time range for placing AMOs on the previous day?
6:30 PM (prev day) to 9:15 (next day). Was there any change?
Hi @sujith
I set autoReconnect(false) but still, the existing connection is not disconnecting.
ticker.autoReconnect(false)
function setTick(ticks) {
console.log("ticks received")
ticker.disconnect()
}
First time single "ticks rec…
Which of the following data can be fetched from historical data API?
1) OHLC and time framed prices.
2) Historic order details of transactions (i.e. data which we can see in our trade-book).
If we can't get second specified data then is there any …
How to check whether the security is blocked on MIS product?
This link (https://api.kite.trade/margins/equity) provides details of around 400 equities which have MIS margins above 1. Remaining have 1 MIS_multiplier. But as per this spreadsheet ther…
We are getting 2 types of margins when fetched equity margin from above-stated link. Here's an example:
{
"margin": 0,
"co_lower": 4.0,
"mis_multiplier": 3.0,
"tradingsymbol": "3MINDIA",
"co_upper": 16.5,
…
I got the links:
https://api.kite.trade/margins/futures
https://api.kite.trade/margins/equity
https://api.kite.trade/margins/commodity
https://api.kite.trade/margins/currency
On more question:
When are these APIs are updated? When should I store …
@botany02 Is it anyhow possible to automate task internally on server-to-server without login into kite?
Like, I'm trying to get alerts of my portfolio stocks whenever its price creased the limits. And I don't open my Kite Trade account every day.…
Yes @sujith , we tried that too. But there is no parameter named as "Product" in JS publisher. Have a look: https://kite.trade//docs/connect/v1/#generating-dynamic-buttons-with-javascript
7 parameters are as follows:
exchange
tradingsymbol
transact…
The spreadsheet is showing "could not fetch URL". Maybe because of extreme data as it shows: "Resource at url contents exceeded maximum size."
Is there any downloadable excel file. Later I'll convert that excel file into Google spreadsheet.
One more problem @vivek.
Why it's showing NRML as default product type in the Zerodha popup after we click the BUY button. We need CNC to be the default. How to do it?
Here is the image link: https://dl2.pushbulletusercontent.com/Oq9Ur61pT6AlwWfby…
I need the whole list in Google Spreadsheet. Is there any link to any webpage from where I can import data using importdata(link) function in excel/spreadsheet.
Actually, I had integrated Zerodha button on a dynamic web page which is redirected fro…