rob_c  
                
                  
                    February 6, 2024,  8:48pm
                   
                  1 
               
             
            
              Hi, I am trying to import data for the following fund
Royal London Global Equity Income M 
I have tried using a JSON guide but I am unable to get the data pulling through.  I have the following set up in PP
I don’t really know what I am doing, so any help would be great.https://tools.morningstar.co.uk/api/rest.svc/timeseries_cumulativereturn/t92wz0sj7c?currencyId=GBP&idtype=Morningstar&frequency=daily&startDate=2021-07-07&id=F000014SEJ ]2]0]FOGBR$$ALL
I could use help with the other fields in the Historical Quotes section.
Thanks
             
            
              
            
           
          
            
            
              In your URL is “…/rest.svc/timeseries_cumulativereturn/…”
For the prices you need “…/rest.svc/timeseries_price/…”
https://tools.morningstar.co.uk/api/rest.svc/timeseries_price/t92wz0sj7c?currencyId=GBP&idtype=Morningstar&frequency=daily&outputType=JSON&startDate=2020-12-31&id=F000014SEJ]2]0]FOGBR$$ALL
$.TimeSeries.Security[0].HistoryDetail[*].EndDate
yyyy-MM-dd
$.TimeSeries.Security[0].HistoryDetail[*].Value
Maybe it is more easy to use FT
https://markets.ft.com/data/funds/tearsheet/historical?s=GB00BL6V1118:GBP
             
            
              3 Likes 
            
            
           
          
            
              
                rob_c  
              
                  
                    February 7, 2024,  9:02pm
                   
                  3 
               
             
            
              Hi,
I tried your json, but was still not working, managed to copy and cross reference your main changes to replicate your screenshot as well and have got it working. For my future reference I will post the url.
https://tools.morningstar.co.uk/api/rest.svc/timeseries_price/t92wz0sj7c?currencyId=GBP&idtype=Morningstar&frequency=daily&outputType=JSON&startDate=2020-12-31&id=F000014SEJ ]2]0]FOGBR$$ALL
Seems like when posting as code it is deleting the “]2]0]FOGBR$$ALL” part, which is probably what made it not work for me.
Thanks again.
             
            
              1 Like 
            
            
           
          
            
            
              
https://tools.morningstar.co.uk/api/rest.svc/timeseries_price/t92wz0sj7c?currencyId=GBP&idtype=Morningstar&frequency=daily&outputType=JSON&startDate=2020-12-31&id=F000014SEJ]2]0]FOGBR$$ALL
Uups, your right, I will edit my post