Loading quotes fail. It looks like the PortfolioPerformance has some troubles with loading the quotes that includes / character in its ticker while trying to load the data from YahooFinance (at leat with that).
For the stock with ticker BF/B it requests the data from https://query1.finance.yahoo.com/v7/finance/spark?symbols=BF%2FB&range=10y&interval=1d (link), while actual data is available here: https://query1.finance.yahoo.com/v7/finance/spark?symbols=BFB&range=10y&interval=1d (link)
🤔 So it tries to substitute the ticker in a request url as is (with encoding special chars), but it looks like they should be removed. Just an assumption❗️
Steps to reproduce
Open the "All securities" page
Click "+" -> "Search for instruments..."
Input the following ISIN: US1156372096.
Chose the company with ticker BF/B (BROWN-FORMAN CORP B DL-15)
Click "Apply"
Go to the "Historical Quotes" tab and select Provider:"Yahoo finance", Exchange: "BF/B (New York)"
Press OK
Expected behaviour
It loads the quotes successfully, display graph etc.
Actual behaviour
The quotes loading fails. I have attached the load debug data below
Additional context
The Debug response:
Error on attempt 1 for ticker BF/B: https://query1.finance.yahoo.com/v7/finance/spark?symbols=BF%2FB&range=10y&interval=1d --> 404
Description
Loading quotes fail. It looks like the PortfolioPerformance has some troubles with loading the quotes that includes
/
character in its ticker while trying to load the data from YahooFinance (at leat with that).For the stock with ticker
BF/B
it requests the data fromhttps://query1.finance.yahoo.com/v7/finance/spark?symbols=BF%2FB&range=10y&interval=1d
(link), while actual data is available here:https://query1.finance.yahoo.com/v7/finance/spark?symbols=BFB&range=10y&interval=1d
(link)🤔 So it tries to substitute the ticker in a request url as is (with encoding special chars), but it looks like they should be removed. Just an assumption❗️
Steps to reproduce
US1156372096
.BF/B
(BROWN-FORMAN CORP B DL-15)Expected behaviour
It loads the quotes successfully, display graph etc.
Actual behaviour
The quotes loading fails. I have attached the load debug data below
Additional context
The Debug response: