Importing quotes from JSON on local drive

Hi,

Is there any way to import data from local drive? Like this:

image
image

I have my own web scraping scripts (in Python) which can modify the PP portfolio file, but I think it would be much better and safer to make PP program to read the data from a JSON.

Unfortunately my German is not so good, so sorry if this topic has been discussed.

Thanks!

Bildschirmfoto_2022-11-26_13-33-55

Use a local webserver, like https://download.ritlabs.com/tinyweb/tinyweb.zip for example.

3 Likes

Use a local webserver, like …

Or also directly with Python:

python3 -m http.server
4 Likes

Thanks a lot for both of you. It works really well.

1 Like