afadil / wealthfolio

A Beautiful Private and Secure Desktop Investment Tracking Application
https://wealthfolio.app
GNU Lesser General Public License v3.0
3.69k stars 168 forks source link

API endpoint to import holdings/activities via API #60

Closed vpereira closed 1 week ago

vpereira commented 1 week ago

To import holdings from my bank, I have to download a bunch of PDF files, parse it and generate a csv. I would like to move then this PDF file parser, that i wrote in python, to a microservice and be able to submit a PDF to it, and have it process it and push it to wealthfolio i.e in a json format. Is already possible to add holdings via API?

Thank you for your great work!