# MSFT Earnings Call Transcript API in JSON

**Use case:** 

Get Microsoft (MSFT) earnings call transcripts as JSON: speaker-tagged turns, analyst Q&A pairs, guidance sentences, and sentiment.

## Input

```json
{
  "tickers": [
    "MSFT"
  ],
  "dataType": "transcripts",
  "filingsLimit": 10,
  "transcriptsLimit": 4,
  "includeFullText": false,
  "metadataOnly": false,
  "onlyNew": false
}
```

## Output

```json
{
  "recordType": {
    "label": "Record Type",
    "format": "string"
  },
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "eventDate": {
    "label": "Event Date",
    "format": "string"
  },
  "itemCodes": {
    "label": "8-K Items",
    "format": "array"
  },
  "fiscalQuarter": {
    "label": "Fiscal Quarter",
    "format": "string"
  },
  "sentimentNet": {
    "label": "Sentiment Net",
    "format": "number"
  },
  "guidanceSentences": {
    "label": "Guidance Sentences",
    "format": "array"
  },
  "url": {
    "label": "Filing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Earnings Call Transcript API - SEC 8-K Filings Parser & Monitor](https://apify.com/johnvc/earnings-call-transcript-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/earnings-call-transcript-api) to learn more, explore other use cases, and run it yourself.