All Projects → prediqtiv → alpha-vantage-cookbook

prediqtiv / alpha-vantage-cookbook

Licence: other
JavaScript examples to help you with accessing market data from https://www.alphavantage.co/

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to alpha-vantage-cookbook

Pytse Client
work with Tehran stock exchange data in Python
Stars: ✭ 130 (+34.02%)
Mutual labels:  stock-market, financial-data
TerminalStocks
Pure terminal stock ticker for Windows.
Stars: ✭ 88 (-9.28%)
Mutual labels:  stock-market, stock-prices
Sec Edgar Downloader
Download SEC filings from the EDGAR database using Python
Stars: ✭ 146 (+50.52%)
Mutual labels:  stock-market, financial-data
Py Sec Edgar
Python application used to download, parse, and extract filings from the SEC Edgar Database (including 10-K, 10-Q, 13-D, S-1, 8-K, etc.)
Stars: ✭ 35 (-63.92%)
Mutual labels:  stock-market, financial-data
StockScreener
A handy tool for screening stocks based on certain criteria from several markets around the world. The list can then be delivered to your email address (one-off or regularly via crontab).
Stars: ✭ 51 (-47.42%)
Mutual labels:  stock-market, stock-prices
Algobot
A C++ stock market algorithmic trading bot
Stars: ✭ 78 (-19.59%)
Mutual labels:  stock-market, financial-data
TradeTheEvent
Implementation of "Trade the Event: Corporate Events Detection for News-Based Event-Driven Trading." In Findings of ACL2021
Stars: ✭ 64 (-34.02%)
Mutual labels:  stock-market, stock-analysis
GoPlan-app
An intuitive portfolio mangaer !
Stars: ✭ 27 (-72.16%)
Mutual labels:  stock-market, stock-analysis
short-fork
Stock market helper: financial data, multipliers (PE, PS, PEG etc), insider selling, debt and short volume charts from various sources. All in one place!
Stars: ✭ 41 (-57.73%)
Mutual labels:  stock-market, financial-data
TradeByte
💸 TradeByte - Stocks Trading Simulation WebApp
Stars: ✭ 30 (-69.07%)
Mutual labels:  stock-market, alpha-vantage
Stock analysis for quant
Different Types of Stock Analysis in Python, R, Matlab, Excel, Power BI
Stars: ✭ 525 (+441.24%)
Mutual labels:  stock-market, financial-data
fhub
Python client for Finnhub API
Stars: ✭ 31 (-68.04%)
Mutual labels:  stock-market, financial-data
Finance Go
📊 Financial markets data library implemented in go.
Stars: ✭ 392 (+304.12%)
Mutual labels:  stock-market, financial-data
Simplestockanalysispython
Stock Analysis Tutorial in Python
Stars: ✭ 126 (+29.9%)
Mutual labels:  stock-market, financial-data
robinhood.tools
📈🤑💰 Advanced trading tools and resources for Robinhood Web.
Stars: ✭ 27 (-72.16%)
Mutual labels:  stock-market, stock-analysis
stock reminder bot
A twitter bot that reminds you of stock and crypto predictions
Stars: ✭ 25 (-74.23%)
Mutual labels:  financial-data, alpha-vantage
stocktwits-sentiment
Stocktwits market sentiment analysis in Python with Keras and TensorFlow.
Stars: ✭ 23 (-76.29%)
Mutual labels:  stock-market, stock-analysis
yliveticker
Get market data from Yahoo Finance websocket in near-real time.
Stars: ✭ 90 (-7.22%)
Mutual labels:  stock-market, financial-data
intrinio-realtime-java-sdk
Intrinio Java SDK for Real-Time Stock Prices
Stars: ✭ 22 (-77.32%)
Mutual labels:  stock-market, stock-prices
market-monitor
Interactive app to monitor market using Python
Stars: ✭ 20 (-79.38%)
Mutual labels:  stock-market, stock-prices

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 )

Alpha Vantage Cookbook Read Me

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

Introduction to JavaScript for Alpha Vantage

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

Symbol Validate

  • 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].