Hi
I am new to this forum and from what you can see, also new to coding. I hope you can help me out.
I have bought access to the dataset ORATS Smoothed Options Market Qutes: https://www.quandl.com/databases/OSMV/data
I am now trying to access the data via R. I just can't figure out how to do that.
They have a free sample of the data: https://www.quandl.com/api/v3/databases/OSMV/download?download_type=20151117&api_key=my-api-key
I have tried different kinds of codes:
Quandl.database.bulk_download_to_file("OSMV", download_type="20151117","./OSMV.zip")
and
Quandl.database.bulk_download_to_file("OSMV/download?download_type=20151117","./OSMV.zip")
I have also included my api-key with Quandl.api_key("my api-key")
I really appreciate anyone who help me getting started.
I am new to this forum and from what you can see, also new to coding. I hope you can help me out.
I have bought access to the dataset ORATS Smoothed Options Market Qutes: https://www.quandl.com/databases/OSMV/data
I am now trying to access the data via R. I just can't figure out how to do that.
They have a free sample of the data: https://www.quandl.com/api/v3/databases/OSMV/download?download_type=20151117&api_key=my-api-key
I have tried different kinds of codes:
Quandl.database.bulk_download_to_file("OSMV", download_type="20151117","./OSMV.zip")
and
Quandl.database.bulk_download_to_file("OSMV/download?download_type=20151117","./OSMV.zip")
I have also included my api-key with Quandl.api_key("my api-key")
I really appreciate anyone who help me getting started.