Skip to content

prediqtiv/alpha-vantage-cookbook

Repository files navigation

You are now in a GitHub source code view - click this link to view Read Me file as a web page

![]( https://prediqtiv.github.io/images/predIQtiv-logo2.png =200x50 )

Here is how the Alpha Vantage describes itself:

Alpha Vantage offers free APIs in JSON and CSV formats for realtime and historical stock and forex data, digital/crypto currency data and over 50 technical indicators. Supports intraday, daily, weekly, and monthly quotes and technical analysis with chart-ready time series. 100% free with unlimited API calls.

The web pages here offer you JavaScript examples to help you with accessing market data from Alpha Vantage

Everything here is plain-vanilla JavaScript - designed to be easy to transfer into your preferred library or language.

Scripts

Five simple and basic scripts to get you started with coding the calls to Alpha Vantage that suit your specific needs.

These scripts have two objectives:

  • Easy enough for beginner programmers to read and edit
  • Generic enough to be easily translated to other languages or JavaScript libraries
  • Scripts to help you correlate and validate symbols with company names and other pertinent data
  • Scripts to help you confirm that Alpha Vantage supports particular symbols from a variety of exchanges

Tips

Click any of the links in the left menu to view the file or run the demo.

Wherever you see this icon, click it to view source code on GitHub.


Links of Interest

Alpha Vantage Users

Apps

Comments of feedback?

Please leave a message here: https://github.com/prediqtiv/alpha-vantage-cookbook/issues

Change Log

2018-01-14 ~ Theo

  • Move intro scripts to own folder
    • Updates to each file
  • Add much text to read me files

2018-01-09 ~ Theo

  • Add symbol-to-name-plus-details.html

2018-01-07 ~ Theo

  • Add symbol-check-iex.html

2018-01-06 ~ Theo

  • Add symbol-to-name.html
  • symbol-lists.md

2018-01-05 ~ Theo

  • Add three more examples
  • Add basic CMS

2018-01-04 ~ Theo

  • First commit
  • Add Read Me