Back to Alpha Vantage Intelligence
Connect Knoon AI with Alpha Vantage Intelligence (Alpha Vantage) to automate AI workflows.
Fetch market news and sentiment data.
alphaVantageIntelligenceNewsSentiment
BETA
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| tickers | mustache | Optional. Comma-separated list of tickers (e.g. "IBM,TSLA"). | No |
| topics | mustache | Optional. Comma-separated list of topics. | No |
| timeFrom | mustache | Optional. Start time in YYYYMMDDTHHMM format. | No |
| timeTo | mustache | Optional. End time in YYYYMMDDTHHMM format. | No |
| sort | mustache | Optional. Sort order ("LATEST", "EARLIEST", "RELEVANCE"). | No |
| limit | mustache | Optional. Number of results to return. | No |
Returns
| Name | Type | Description |
|---|---|---|
| tickers | string | Tickers filter when provided. |
| topics | string | Topics filter when provided. |
| timeFrom | string | Start time when provided. |
| timeTo | string | End time when provided. |
| sort | string | Sort order when provided. |
| limit | number | Limit when provided. |
| data | object | Raw news sentiment payload. |