Skip to main content
Portfolio Connect is a white-label UI widget for importing Indian portfolios. One component handles file upload, Gmail import, and CDSL OTP fetch.

Live Demo

Try the widget at connect.casparser.in
Drag and drop CAS PDFs or browse files

Supported Statements

Cross-depository coverage: Both CDSL and NSDL eCAS statements contain holdings from both depositories, not just the issuing depository.

Installation

Quick Start

React / Next.js

Vanilla JavaScript

Access Tokens

Never expose your API key to the frontend. Generate short-lived access tokens from your backend.
Access tokens:
  • Are prefixed with at_ for easy identification
  • Valid for up to 60 minutes
  • Can be used in place of API keys on all v4 endpoints
  • Cannot be used to generate other access tokens

Response Data

See full schema: Response Schema

Security

Full Configuration Guide

Complete configuration options, events, error handling, and framework examples