Hi,
I’ve got a few holdings that have problematic data in Yahoo.
I found this site that has good data and I’ve manually imported historical data for those shares:
https://stooq.com/q/d/?s=lgug.uk
The site also has a JSON option.
https://stooq.pl/q/l/?s=lgug.uk&f=sd2t2ohlcv&h&e=json
I can’t see an option to add a new data feed provider to the application.
Does anybody know how to do that?
Thanks.
This should help:
Just add an empty security:
I’ve tried to get it working, but it’s generating an error.
{
"symbols": [
{
"symbol": "LGUG.UK",
"date": "2025-02-21",
"time": "15:27:58",
"open": 1928.8,
"high": 1933.2,
"low": 1928.8,
"close": 1931.8,
"volume": 9559
}
]
}
Can you see the what I’m doing wrong?
Am I going the wrong way about this? The historical data can be downloaded as a .csv file using this URL
https://stooq.com/q/d/l/?s=lgug.uk&i=d
Is there a way to use that as the feed?
Your payload only contains a single day. So you might want to search for a payload which provides more than just a day.
Further:
Your date format is wrongly formatted.
This is what the error message is telling you as well.
Use: yyyy-MM-dd
instead of YYYY-MM-DD
Sn1kk3r5:
yyyy-MM-dd
Thanks. That’s now working for a daily quote.
Do you think it might be possible to add Stooq as a data provider using the .csv url?
CSV doesn’t work automatically, but you can upload csv files.
If I create a security using yahoo and then import historical data from .csv, does the yahoo feed just update the latest day or will it go back and ‘correct’ the historical data as well?
If you maintain a historical quote feed provider, the missing quotes will be updated every time you either open PP or request a quote update manually.
Historical quotes and recent quotes can be handled independently.