GithubHelp home page GithubHelp logo

getquandldata's Introduction

About me

I'm an associate professor of Finance at EA/UFRGS.

You can find more details about my work at my personal site.

Fell free to reach me at [email protected].

getquandldata's People

Contributors

msperlin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

getquandldata's Issues

Issue with get_database_info

Hi, and thanks for making a package for improving Quandl performance/ usage in R.

I am trying to use your package for the first time but am getting an error message - do you know what might be the problem?

This is an example from your own documentation. I am obviously using my own api key.

library(GetQuandlData)
library(tidyverse)

db_id <- 'RATEINF'
my_api <- MY_API_KEY'
df <- get_database_info(db_id, my_api)

This results in the following output. Do you know what might be causing this? I am trying the standard Quandl package and that seems to work well.

df <- get_database_info(db_id, my_api)
trying URL 'https://www.quandl.com/api/v3/databases/RATEINF/metadata?api_key=MY_KEY_HERE'
Content type 'application/zip' length 748 bytes
downloaded 748 bytes

Error in read_connection_(con, tempfile()) :
Evaluation error: error reading from the connection.

I am getting a similar error when using the get_Quandl_series

df <- get_Quandl_series(id_in = my_id,

  •                     api_key = my_api, 
    
  •                     first_date = first_date,
    
  •                     last_date = last_date, 
    
  •                     cache_folder = tempdir())
    

Fetching data for RATEINF/INFLATION_USA (Inflation USA)
PROBLEM: no table found for RATEINF/INFLATION_USA. Check your Quandl code at https://www.quandl.com/search
Returning 0 rows

If you have any suggestions I will be very grateful!

Best regards, Espen

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.