Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quandl installation #119

Open
Jacques2101 opened this issue Jan 14, 2021 · 1 comment
Open

Quandl installation #119

Jacques2101 opened this issue Jan 14, 2021 · 1 comment

Comments

@Jacques2101
Copy link

Jacques2101 commented Jan 14, 2021

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
Copy link

you need to load in Pkg package.

This is done as follows:

using Pkg 

or you can also do this

] add Quandl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants