Getting Stock data using Knime – KNIME Community Hub


This is a companion discussion topic for the original entry at https://hub.knime.com/-/spaces/-/latest/~c6jDkhPv6wxfKwnC/

Hi,
I tried to use this option with a GET node, but it is not working. I have following error:

WARN GET Request 4:883 Call #1 failed: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.net.SocketException: SocketException invoking https://query1.finance.yahoo.com/v7/finance/download/GC%3DF?period1=1&period2=9999999999&interval=1d&events=history&includeAdjustedClose=true: Unexpected end of file from server

I tried the link itself using a web browser and from browser it is working fine. Do anyone have any suggestion what may be wrong here?

Tomek

Hi @TomekKis

That sounds like a security setting on your side somewhere. The posted workflow is running fine with GC=F :wink:

Perhaps you could try to trust all certificates and ignore hostname mismatches.

image

1 Like

@ArjenEX thanks for advice with security settings. It was not a missing tick box in a node but my company proxy settings.

2 Likes