Alpha Vantage

Number of APIs: 24

Alpha Vantage APIs are grouped into four categories: (1) Stock Time Series Data, (2) Physical and Digital/Crypto Currencies (e.g., Bitcoin), (3) Stock Technical Indicators, and (4) Sector Performances. All APIs are realtime: the latest data points are derived from the current trading day.

Contact Support: Name: No Contact Email: email@example.com

  1. Intraday Time Series GET {{baseUrl}}/query?function=TIME_SERIES_INTRADAY&symbol=<string>&interval=<string>&outputsize=<string>&datatype=<string>

  2. Commodity Channel Index (CCI) GET {{baseUrl}}/query?function=CCI&symbol=<string>&interval=<string>&time_period=<string>

  3. Bollinger bands (BBANDS) GET {{baseUrl}}/query?function=BBANDS&symbol=<string>&interval=<string>&time_period=<string>&series_type=<string>

  4. Chaikin A/D line (AD) GET {{baseUrl}}/query?function=AD&symbol=<string>&interval=<string>

  5. Balance Volume (OBV) GET {{baseUrl}}/query?function=OBV&symbol=<string>&interval=<string>

  6. Sector Performance GET {{baseUrl}}/query?function=SECTOR

  7. Daily Time Series Adjusted GET {{baseUrl}}/query?function=TIME_SERIES_DAILY_ADJUSTED&symbol=<string>

  8. Daily Time Series GET {{baseUrl}}/query?function=TIME_SERIES_DAILY&symbol=<string>

  9. Monthly Time Series Adjusted GET {{baseUrl}}/query?function=TIME_SERIES_MONTHLY_ADJUSTED&symbol=<string>

  10. Batch Stock Quotes GET {{baseUrl}}/query?function=BATCH_STOCK_QUOTES&symbols=<string>