Alpha Vantage · JSON Structure

Alpha Vantage Error_Response Structure

Error or rate limit response from Alpha Vantage

Type: object Properties: 3
FintechMarket DataStocksFXCryptoCommoditiesEconomic IndicatorsTechnical IndicatorsFundamentalsNewsSentimentFree

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

Properties

Note Information Error Message

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-error_response-structure.json",
  "title": "ErrorResponse",
  "type": "object",
  "description": "Error or rate limit response from Alpha Vantage",
  "properties": {
    "Note": {
      "type": "xs:string",
      "description": "API rate limit or usage note"
    },
    "Information": {
      "type": "xs:string",
      "description": "Premium endpoint or invalid request information"
    },
    "Error Message": {
      "type": "xs:string",
      "description": "Error message for invalid parameters"
    }
  }
}