Tried the following code.
download.file("https://www.nasdaq.com/api/v1/historical/AAPL/stocks/2020-09-09/2020-10-09", destfile = "./data.csv", method="auto")
I keep receiving the error -> Fehler in function (type, msg, asError = TRUE) : error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
I tried everything suggested to solve that error but i still cant download that file. Hope someone can help thanks in advance.