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?
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!