Getting Started with the Quandl API
Every single dataset on Quandl is available via our API. The API is simple, consistent and completely free to use. Here's a quick and easy guide to get you started. This is not meant to be a formal reference for the Quandl API; merely a quick-start guide. To read the complete and definitive documentation, please click here. To start using the Quandl API: Sign up for a free API key Synopsis Here is an API call for FB stock data in CSV format: https://www.quandl.com/api/v3/datasets/WIKI/FB/data.csv Here is the same call, with some additional parameters appended: https://www.quandl.com/api/v3/datasets/WIKI/FB/data.csv?column_index=4&exclude_column_names=true&rows=3&start_date=2012-11-01&end_date=2013-11-30&order=asc&collapse=quarterly&transform=rdiff The second call gets FB stock...