milktrader / Quandl.jl

Julia api to Quandl open source financial, economic and social datasets
Other
67 stars 31 forks source link

Quandl installation #119

Open Jacques2101 opened 3 years ago

Jacques2101 commented 3 years ago

Hi, I am new to Julia and tried to install Quandl (with Julia 1.5.3) but I got an error message.

UndefVarError: Pkg not defined

Stacktrace:
 [1] top-level scope at In[1]:1
 [2] include_string(::Function, ::Module, ::String, ::String) at ./loading.jl:1091

Secondly is there others Julia package to download economic/financial data ?

Any help will be helpful.

Thx.

korilium commented 2 years ago

you need to load in Pkg package.

This is done as follows:

using Pkg 

or you can also do this

] add Quandl