Amundi Prime Global PRAW merged into F50A, and PRAW prices missing

Late last year the PRAW (Amundi Prime Global) ETF from Amundi has been merged into F50A (Amundi Prime Global ACC) ETF. Practicall all PRAW stocks has been replaced by the same number of F50A.

In PP, I cannot find the PRAW prices, even though I can find them in Yahoo Finance (take a look in this link: Yahoo ist Teil der Yahoo-Markenfamilie.).

I tried to insert all buy/sell order as F50A, but obviously I get wrong representations of the profits, since in 2024 there was no F50A.

Do you have any suggestions?

Hey yyy,
The Amundi Prime Global has the ISIN LU1931974692 (just guessing as there are many Amundi Prime Globvals aut there). Some internet sources suggest a ticker symbol of PR1W, others redirect directly to IE000QIF5N15, but that has ticker symbol MWOL.
Some clearer information are vital and the ticker symbol is the least informative one.

Add an empty security

Use the JSON-Provider for historic quotes

URL: https://query2.finance.yahoo.com/v8/finance/chart/PRAW.DE?period1=1546300800&period2=1924905600&interval=1d&events=history&includeAdjustedClose=false
Path to date: chart.result[0].timestamp[*]
Path to quote: chart.result[0].indicators.quote[0].close[*]

Fetch the quotes and change to


No automatic Download

The ISIN is LU2089238203.

@ProgFriese thank you very much!

Why is it necessary to change the “Historical Quotes” to “No automatic quote download”? After all, there are no values after the 21st of November 2024.

While playing around with options, I also found the following solution:




This gives me the same prices as well!
I just do not understand why the search function could not find it, but here that I do it manually, it just worked!

Another question though: How should I handle the merge? In Trading212, there was a sell entry of PRAW at the price of 0 EUR (!!), and then a share distribution of the same number of F50A shares!

I tried a sell order at 0 EUR, but it is not accepted in PP. I then tried a sell of all PRAW at a total of 0.01 EUR, and buying the same number of F50A at a total price of 0.01 EUR. This gives me some strange results in the performance graphs of these 2 ETFs. Particularly the F50A shows a profit yield of some thousands percent!!!

Another option I thought is to give a sell order at the final price of PRAW and a buy order the same day, for the same value for the F50A.

What do you think?

Instead of buy and sell could I use deliveries inbound and outbound?

You fetch the quote once, then you have it. There is no need to ask yahoo twice.

So it is. Why should you look for new quotes every day?

It worked just for the latest quote, but not for historical quotes.

Not everything brokers document makes sense. In that case, you just have to document it correctly in PP. Sell PRAW, e.g., at the last closing price, and use the proceeds to buy shares in F50A.

I just did that, with selling all PRAW at the close price of 21/11/2024, and the same date buy F50A at the same price.

Thank you very much for your time and help!