Alpha Vantage · Schema

ErrorResponse

Error or rate limit response from Alpha Vantage

FintechMarket DataStocksFXCryptoCommoditiesEconomic IndicatorsTechnical IndicatorsFundamentalsNewsSentimentFree

Properties

Name Type Description
Note string API rate limit or usage note
Information string Premium endpoint or invalid request information
Error Message string Error message for invalid parameters
View JSON Schema on GitHub

JSON Schema

alpha-vantage-error_response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.alphavantage.co/schemas/alpha-vantage-error_response-schema.json",
  "title": "ErrorResponse",
  "type": "object",
  "description": "Error or rate limit response from Alpha Vantage",
  "properties": {
    "Note": {
      "type": "string",
      "description": "API rate limit or usage note"
    },
    "Information": {
      "type": "string",
      "description": "Premium endpoint or invalid request information"
    },
    "Error Message": {
      "type": "string",
      "description": "Error message for invalid parameters"
    }
  }
}