@pocket-portfolio/sharesight-csv-parser

v1.0.8

Published

Parse Sharesight CSV exports into normalized format. Free & open-source. Support: pocketportfolio.app/sponsor

Downloads

411

Readme

Pocket Portfolio

The Local-First Investment Tracker

Founder's Club License NPM Downloads


sharesight-csv-parser

Parse Sharesight CSV exports into normalized format

Installation

npm install @pocket-portfolio/sharesight-csv-parser

Usage

import { parseCSV } from '@pocket-portfolio/sharesight-csv-parser';

const file = // ... File object
const result = await parseCSV(file, 'en-US');

console.log(`Parsed ${result.trades.length} trades`);

Visualize Your Data

After parsing, visualize your portfolio instantly at pocketportfolio.app - no signup required!

Support the Project

This package is 100% free and open-source. Help us keep the servers running:

Support the work → pocketportfolio.app/sponsor

Every contribution helps us maintain and improve this tool for the community.

Related

License

MIT