Bug with online Json data

Hello !

I just saw that some online data returns “null” when I try to read it on PP while it works on the web since november/december 2025.

some examples: https://www.bloomberg.com/professional/wp-json/history/v1/ticker/I38849US:IND/period/1y

https://www.spglobal.com/spdji/en/util/redesign/index-data/get-performance-data-for-datawidget-redesign.dot?indexId=92030275&language_id=1

https://tvc4.investing.com/7b3273823567032d9f9a7a8100c40553/1775684988/1/1/8/history?symbol=1088869&resolution=D&from=1498953600&to=2533060320 using $.t[*] for date path and $.c[*] for closing price

Is it an issue on my side, or did they change something?

Thanks !

grafik
Maybe they changed something

grafik
Maybe they changed something

https://tvc4.investing.com/7b3273823567032d9f9a7a8100c40553/1775684988/1/1/8/history?symbol=1088869&resolution=D&from=1498953600&to=2533060320

from=1498953600&to=2533060320    really????

Works for me

Why you are using this crazy from / to stuff?
Remember Import data from http - #15 by Wick and following answers
The answers also works with unixtime, {TODAY:unixtime:-P3M} for example

Thanks for your answer as always!

I’ll retry this evening.

Of course I use Today’s modular date in PP! It was just for covenience so that you can check the data just by clicking on it (and I just choose a random big number)

1 Like

Ok, it works for the 3rd while I didn’t change anything but nevermind.

Do you know if there is another way to access the 2 firsts since it is accessible freely on the web without account?

For the bloomberg one, I sometimes have to click on “not a robot” maybe it comes from there? But nothing with sp on my side

multi layerd anti bot strategies on server side? I don’t know