CASParserPortfolio ConnectSDK Demo

Configuration

Get your key at app.casparser.in/api-keys
BRANDING
ALLOWED STATEMENT TYPES
FEATURES
PREFILL VALUES (Optional)
EVENT LOG
Events will appear here...

Test Your Integration

Configure options on the left, then click below to launch the widget

GENERATED CODE

<PortfolioConnect
  apiKey="your_api_key"
  config={{
    enableGenerator: true,
    enableCdslFetch: true,
  }}
  onSuccess={(data) => console.log(data)}
>
  {({ open }) => (
    <button onClick={open}>Import Investments</button>
  )}
</PortfolioConnect>