Skip to content

Instantly share code, notes, and snippets.

@mocon
Created February 11, 2018 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mocon/25b4812a51ad8961e7dd9ea4b886a9d0 to your computer and use it in GitHub Desktop.
Save mocon/25b4812a51ad8961e7dd9ea4b886a9d0 to your computer and use it in GitHub Desktop.

Quandl service

TODO

  • Get price for one stock symbol
  • Current day, last 150 days

checkStockPrice()

GET https://dev-api.myles.link/quandl/check-stock-price?symbol=AAPL&start_date=2018-02-05&end_date=2018-02-09&transform=none

Check a symbol's prices, using the Quandl API.

checkStockRecent()

GET https://dev-api.myles.link/quandl/check-stock-recent?symbol=AAPL&start_date=2018-02-09&last_days=150

Check a symbol's recent prices starting at start_date, for the preceding last_days days, using the Quandl API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment