CAS Generator
CAS Generator (Email Mailback)
Generate a mutual fund CAS statement via email mailback. The CAS PDF will be sent to the investor's email.
KFintech and CAMS have a mutual partnership for data sharing and consolidation, so this endpoint retrieves mutual fund data from both RTAs, covering all mutual funds in India.
This is an async operation - the investor receives the CAS via email within a few minutes.
By default, a Detailed CAS is generated, which includes the complete transaction history. The parsing layer supports all statement types (Detailed, Summary, etc.), but generation always requests the Detailed variant for maximum data coverage.
post/v4/generate
Request body
Example request
{
"email": "user@example.com",
"from_date": "2023-01-01",
"pan_no": "ABCDE1234F",
"password": "Abcdefghi12$",
"to_date": "2023-12-31"
}Response
Request submitted successfully
Example response
{
"msg": "CAS request submitted. Check email shortly.",
"status": "success"
}