get_article_by_link
Retrieve financial news article details by URL, including sentiment analysis and optional full content. Get title, summary, date, source, and tagged company entities.
Instructions
Retrieve a specific financial news article by its URL from the Finlight database.
Use this when you have an article URL and want to get its full details including:
Title, summary, and publication date
Source domain and language
Sentiment analysis (positive/negative/neutral) with confidence score
Optionally: full article content and tagged company entities
This is useful for getting details about a specific article you found elsewhere or for enriching article data with sentiment and entity information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | Yes | The full URL of the article to retrieve. Example: "https://www.reuters.com/technology/nvidia-reports-record-revenue-2024" | |
| includeContent | No | Include the full article text content. Requires a subscription plan with content access. Default: false | |
| includeEntities | No | Include tagged company entities with ticker symbols, exchange info, sector/industry classification, ISIN codes, and OpenFIGI identifiers. Requires subscription. Default: false |