Article Structure
News articles are delivered with the following data structure based on the official API:Field Descriptions
Core Fields:_id
- Unique article identifiertitle
- Article headline (primary, usually English)koTitle
- Korean title (optional)content
- Article content or summary (optional; may be absent)koContent
- Korean content or summary (optional; may be absent)url
- Link to original articledate
- Article date (ISO 8601 format)
source
- News source name (always “byul.ai”)timestamp
- Unix timestampsymbols
- Related stock symbols array (optional)
importanceScore
- Market importance (0-10 integer, higher = more important)category
- News categorysentiment
- Sentiment analysis result (“positive”, “negative”, “neutral”) (optional)
Receiving Data
Listen for incoming news articles:WebSocket Response Format
The complete WebSocket response structure:Data Validation
Always validate incoming data structure:Language Support
Articles include multi-language titles:title
- Primary title (usually English)koTitle
- Korean version (optional)