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
-
Intraday Time Series GET {{baseUrl}}/query?function=TIME_SERIES_INTRADAY&symbol=<string>&interval=<string>&outputsize=<string>&datatype=<string>
-
Commodity Channel Index (CCI) GET {{baseUrl}}/query?function=CCI&symbol=<string>&interval=<string>&time_period=<string>
-
Bollinger bands (BBANDS) GET {{baseUrl}}/query?function=BBANDS&symbol=<string>&interval=<string>&time_period=<string>&series_type=<string>
-
Chaikin A/D line (AD) GET {{baseUrl}}/query?function=AD&symbol=<string>&interval=<string>
-
Balance Volume (OBV) GET {{baseUrl}}/query?function=OBV&symbol=<string>&interval=<string>
-
Sector Performance GET {{baseUrl}}/query?function=SECTOR
-
Daily Time Series Adjusted GET {{baseUrl}}/query?function=TIME_SERIES_DAILY_ADJUSTED&symbol=<string>
-
Daily Time Series GET {{baseUrl}}/query?function=TIME_SERIES_DAILY&symbol=<string>
-
Monthly Time Series Adjusted GET {{baseUrl}}/query?function=TIME_SERIES_MONTHLY_ADJUSTED&symbol=<string>
-
Batch Stock Quotes GET {{baseUrl}}/query?function=BATCH_STOCK_QUOTES&symbols=<string>