Alpha Vantage · JSON Structure

Alpha Vantage News_Article Structure

News article with sentiment analysis scores

Type: object Properties: 5
FintechMarket DataStocksFXCryptoCommoditiesEconomic IndicatorsTechnical IndicatorsFundamentalsNewsSentimentFree

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

Properties

title url timePublished overallSentimentScore overallSentimentLabel

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-news_article-structure.json",
  "title": "NewsArticle",
  "type": "object",
  "description": "News article with sentiment analysis scores",
  "properties": {
    "title": {
      "type": "xs:string",
      "description": "Article headline"
    },
    "url": {
      "type": "xs:string",
      "description": "Article URL"
    },
    "timePublished": {
      "type": "xs:string",
      "description": "Publication timestamp in YYYYMMDDTHHMMSS format"
    },
    "overallSentimentScore": {
      "type": "xs:decimal",
      "description": "Sentiment score from -1 (bearish) to +1 (bullish)"
    },
    "overallSentimentLabel": {
      "type": "xs:string",
      "description": "Human-readable sentiment label"
    }
  }
}