Bulk update quote feed for all my securities

Hi

Is there a way to update the quote feed for all my securities at once? I would like to make yahoo finance the provider for all my securities. Is there a quicker way of doing it than going into every single security and updating the quote tab? thanks

Portfolio Performance Manual - Online Menu

FYI: Every 30 minutes the quotes will be updated automatically, you don`t have to do this manually.

Nice misunderstanding :wink:

No, there is no way in PP itself. If you don’t want to do it manually you have too much securities or you have to learn how to edit the xml-file with tools like sed, awk, python or an other tool of your choice.

1 Like

It’s might be a misunderstanding of @mop_pop’s question but it’s sounds like that he would like to configure the quote feed rather than downloading quotes.

Obviously a mass updating of the quote feed is not available.

1 Like

ok thank you. I am going through it manually.

Search and replace on the XML file (maximum, with a regex search pattern) can easily handle it. For more complex updates, there’re tools like Portfolio Performance database – ppxml2db import/export - #23 by pfalcon

ppxml2db can most likely import your data into a db but it can’t be relied on for updates until it can rewrite the original xml file without omissions. If it can do that it is fantastic but for many there will be unsupported features.

The developer will fix file object omissions that have been isolated but they can be hard to isolate, especially when they need recreating without confidential data.