UnifyAPI
← Back to catalog

finnhub.company_news

mock data$0.002 / call

Company News

Latest news articles about a specific company — headline, source, summary, date, image. Filter by date range (Finnhub)

Financeprovider: Finnhub#finnhub#finance

Input schema

to

End date in YYYY-MM-DD format (default: today)

string
from

Start date in YYYY-MM-DD format (default: 7 days ago)

string
symbolrequired

Stock ticker symbol (e.g. "AAPL")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.