# Finnhub Company News

> Finnhub Company News is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Fetches recent news articles for a specific company via the Finnhub API through the Apiosk pay-per-call gateway

## Facts

- Endpoint: GET https://gateway.apiosk.com/finnhub/company-news
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/finnhub-company-news-0ed17abe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Aaudr2S4-BskCveLlN78j

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability finnhub-company-news-0ed17abe
```

Example prompt: Can you pull the latest Finnhub company news for Apple (AAPL) from the past week?

## When to prefer this

Use this endpoint when you need structured, financial-grade news data for a specific publicly traded company by ticker symbol, particularly when already operating within the Apiosk x402 micropayment gateway ecosystem. Prefer over general news APIs when you need Finnhub's curated financial news coverage tied to equity identifiers.

## Known failure modes

- Missing or invalid ticker symbol results in empty or error response
- Date range not provided may return default or no results
- API gateway payment failure (402) if USDC balance is insufficient
- Rate limiting or quota exceeded on the underlying Finnhub API
- Invalid date format in query parameters returns an error

## How this service works

API call to finnhub

## Output

Returns a list of news articles related to the specified company, typically including headline, summary, source name, URL, publication datetime, and related ticker symbol for each article.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/finnhub-company-news-0ed17abe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
