Get Price Target News
OpenAPI JSON Spec Retrieve price target news within a time range, ordered by published date
Feature Overview Get analyst price target news articles published within a specified time range. Returns news articles with analyst information, price targets, and publication details.
Main Use Cases
- Market Analysis: Track analyst price target updates and recommendations
- News Aggregation: Collect price target news from various publishers
- Research Tools: Analyze analyst sentiment and price target trends
- Media Applications: Display price target news in financial applications
Parameters
- symbol: Stock symbol (optional, e.g., META, AAPL)
- start_time: Start time (required, Unix timestamp in seconds)
- end_time: End time (required, Unix timestamp in seconds)
- limit: Maximum number of results (optional, default: 20)
Response Data Structure
Each news record includes:
- symbol: Stock symbol (e.g., “AEO”, “META”)
- observedAt: Observed timestamp (Unix seconds, optional)
- newsUrl: Full URL to the news article
- newsTitle: Title of the news article
- analystName: Name of the analyst (optional)
- analystCompany: Company of the analyst (e.g., “BMO Capital”, “Raymond James”)
- priceTarget: Price target value
- adjPriceTarget: Adjusted price target value
- priceWhenPosted: Stock price when the news was posted
- newsPublisher: Publisher name (e.g., “StreetInsider”, “TheFly”)
- newsBaseUrl: Base URL of the publisher
Usage Examples
-
Get price target news for 2024:
?start_time=1704067200&end_time=1735689600&limit=20 -
Get price target news for specific symbol:
?symbol=META&start_time=1704067200&end_time=1735689600&limit=50
Important Notes
- Time parameters are Unix timestamps in seconds
- end_time must be greater than start_time
- Results are ordered by published date (newest first)
- Limit defaults to 20 if not specified
Authorizations
API Key authentication. Example: "your-api-key-here"
Query Parameters
Stock symbol (e.g., META, AAPL)
Start time (Unix timestamp in seconds)
End time (Unix timestamp in seconds)
Maximum number of results (default: 20)

