Zerodha Positions API

Net vs Day in positions API

From WebNotes, a public knowledge base. Last updated . Reading time ~2 min.

The Kite Connect /portfolio/positions endpoint returns two buckets:

BucketContents
netAll open positions including overnight carry
dayOnly today’s activity (opened today, closed today)

When to use which

Use caseBucket
Total portfolio viewnet
Same-day intraday reviewday
MTM trackingnet (for carry positions) or day (for intraday)
Realised P&L todayday (closed-today positions)

Example response

{
  "net": [{...all open positions...}],
  "day": [{...today's activity...}]
}

Both buckets are arrays of position objects with similar structure.

See also

External references

References

  1. Zerodha, Kite Connect API docs, kite.trade.

Reviewed and published by

The WebNotes Editorial Team covers Indian capital markets, payments infrastructure and retail investor procedures. Every article is fact-checked against primary sources, principally SEBI circulars and master directions, NPCI specifications and the official support documentation published by the intermediary in question. Drafts go through a second-pair-of-eyes review and a separate compliance read before publication, and revisions are tracked against the SEBI and NPCI rule changes referenced in the methodology section.

Last reviewed
Conflicts of interest
WebNotes is independent. No relationship with any broker, registrar or bank named in this article.