cas-generatorcamscdslapi

Auto Generate CAS Statement from CAMS via API

Automate CAS statement generation from CAMS and KFintech via API. Request CAS for any date range without manual intervention.

Sameer Kumar · · Updated October 1, 2025

Originally published April 2022. Updated October 2025 with current API details.

Auto Generate CAS Statement from CAMS via API

Requesting a CAS Statement from CAMS normally requires visiting CAMSOnline.com, filling out a form, and waiting for a mailback. CASParser’s CAS Generator API automates this entirely.

With a single API call, you can request a CAS statement for any date range, even 50 years of transaction history. CAMS and KFintech share data internally, so the generated CAS contains the complete mutual fund portfolio regardless of which RTA holds the folios. The CAS PDF is delivered to the investor’s registered email.

How It Works

curl -X POST https://api.casparser.in/v4/kfintech/generate \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"pan": "ABCDE1234F", "email": "investor@example.com"}'

The CAS PDF is sent to the investor’s registered email within minutes. You can then parse it using the smart parse endpoint.

Use Cases

  • Client onboarding: Request complete portfolio history for new clients
  • Periodic portfolio refresh: Automate monthly CAS imports
  • Compliance audits: Pull historical statements on demand

Get Started


Related reading: