upstox

Retrieve and summarize Upstox portfolio, holdings, positions, and live market data via API v2.

779|139|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/taracodlabs/aiden --skill upstox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: upstox
Source: https://github.com/taracodlabs/aiden/tree/main/skills/upstox
Command: npx skills add https://github.com/taracodlabs/aiden --skill upstox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Programmatic access to Upstox brokerage data and trading actions, enabling effortless retrieval of portfolio, holdings, positions, margins, and live market quotes from Upstox API v2.

Core Features & Use Cases

  • Portfolio & holdings retrieval: fetch current holdings and positions to monitor exposure.
  • Live market data: obtain live quotes for NSE/BSE instruments and track P&L.
  • Trading actions: place, modify, or cancel orders; fetch order history.
  • Margin & funds view: query available margin and funds to manage risk.

Quick Start

Authenticate with Upstox API credentials and start querying portfolio, quotes, and order endpoints.

Frequently Asked Questions about upstox

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve live market quotes for NSE and BSE instruments?

You can retrieve live market quotes by querying the Upstox API v2 endpoints, which requires proper handling of instrument tokens and token-based authorization to fetch real-time data for NSE and BSE instruments.

Can I place and cancel orders programmatically across NSE and BSE instruments?

Yes, you can place, modify, or cancel orders across NSE and BSE instruments using the Upstox API v2, and you can also fetch your order history to monitor trading actions.

How do I check my portfolio holdings and track P&L?

You can fetch current portfolio holdings and positions to monitor exposure and track P&L by calling the Upstox API v2 endpoints to retrieve your latest brokerage data.

Do I need API credentials to query available margin and funds?

Yes, you need Upstox API credentials and token-based authorization to query available margin and funds, enabling you to manage risk and monitor your account balance programmatically.

What is required to authenticate with the Upstox API v2?

Authenticating with the Upstox API v2 requires valid Upstox API credentials and token-based authorization, ensuring proper handling of instrument tokens and response payloads for secure data retrieval.