Alpha Vantage · JSON Structure

Alpha Vantage Api_Response Structure

Generic Alpha Vantage API response containing Meta Data and time series or indicator data

Type: object Properties: 1
FintechMarket DataStocksFXCryptoCommoditiesEconomic IndicatorsTechnical IndicatorsFundamentalsNewsSentimentFree

Alpha Vantage Api_Response Structure is a JSON Structure definition published by Alpha Vantage, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Meta Data

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://www.alphavantage.co/structures/alpha-vantage-api_response-structure.json",
  "title": "ApiResponse",
  "type": "object",
  "description": "Generic Alpha Vantage API response containing Meta Data and time series or indicator data",
  "properties": {
    "Meta Data": {
      "type": "object",
      "description": "Metadata about the response including symbol, indicator, and refresh timestamps"
    }
  }
}