Skip to content

search dataset on the basis of database  #13

@sachingoel

Description

@sachingoel

This is the basic code for searching a dataset

quandl.search("crude oil", { format: "xml" }, function(err, response){ console.log(err); console.log(response); })

It will result in dataset corresponding to crude oil in all the databases.

How we can make a search for a dataset in particular database say yahoo.
for example search crude oil in yahoo or ZEP database

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions