v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

SEC Sentiment Analysis

Get sentiment analysis of 10-K and 10-Q filings from SEC. An abnormal increase in the number of positive/negative words in filings can signal a significant change in the company's stock price in the upcoming 4 quarters. We make use of <a href= "https://sraf.nd.edu/textual-analysis/resources/" target="_blank">Loughran and McDonald Sentiment Word Lists</a> to calculate the sentiment for each filing.

get/stock/filings-sentiment

Query parameters

accessNumberstring required

Access number of a specific report you want to retrieve data from.

Response

successful operation

accessNumberstring

Access number.

symbolstring

Symbol.

cikstring

CIK.

Example response

{
  "symbol": "symbol",
  "sentiment": {
    "modal-strong": 9.301444,
    "negative": 0.8008282,
    "constraining": 2.302136,
    "modal-weak": 7.0614014,
    "modal-moderate": 3.6160767,
    "positive": 6.0274563,
    "uncertainty": 5.637377,
    "polarity": 1.4658129,
    "litigious": 5.962134
  },
  "cik": "cik",
  "accessNumber": "accessNumber"
}