quandl / quandl-r

This is Quandl's R Package
https://cran.r-project.org/web/packages/Quandl/
Other
139 stars 55 forks source link

Unable to use Quandl to access data #73

Open RishavDaredevil opened 11 months ago

RishavDaredevil commented 11 months ago

i tried this

data_ts <- as_tsibble(Quandl::Quandl("ODA/PBEVE_INDEX"), index = Date)

But i am getting this error :-

Error in curl::curl_fetch_memory(url, handle = handle) : 
  Timeout was reached: [www.quandl.com] Connection timeout after 10010 ms

For context i tried and got this result from GET

httr::GET("http://cran.r-project.org/Rlogo.jpg")
Response [http://cran.r-project.org/Rlogo.jpg]
  Date: 2023-09-26 15:03
  Status: 200
  Content-Type: image/jpeg
  Size: 16 kB

what should i do?