← Back to catalog
finnhub.company_news
mock data$0.002 / callCompany News
Latest news articles about a specific company — headline, source, summary, date, image. Filter by date range (Finnhub)
Input schema
to
stringEnd date in YYYY-MM-DD format (default: today)
from
stringStart date in YYYY-MM-DD format (default: 7 days ago)
symbolrequired
stringStock ticker symbol (e.g. "AAPL")
Call via REST
curl -X POST https://unifyapi.pro/api/call/finnhub.company_news \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"to":"<to>","from":"<from>","symbol":"<symbol>"}'