# Finnhub Stock Company Profile via gateway.apiosk.com

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

Returns company profile data for a public stock including name, logo, IPO date, exchange, industry, market cap, and shares outstanding

## Facts

- Endpoint: GET https://gateway.apiosk.com/finnhub/stock/profile2
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/finnhub-stock-company-profile-via-gateway-apiosk-com-7b597053
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yydIDCpqxh2gGSwo38ywA

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-stock-company-profile-via-gateway-apiosk-com-7b597053
```

Example prompt: Can you pull up the company profile for Apple — I need their IPO date, market cap, exchange, and industry from Finnhub using ticker AAPL?

## When to prefer this

Use this endpoint when you need structured company profile metadata (industry, exchange, IPO date, market cap, logo) for a publicly traded stock by ticker, ISIN, or CUSIP. Prefer this over news or price endpoints when the goal is to identify or enrich information about a company entity rather than get a live quote or recent events.

## Known failure modes

- Missing required identifier: returns error if none of symbol/isin/cusip is provided
- Unknown ticker or ISIN: returns empty object or 404 if the security is not covered by Finnhub
- Rate limit exceeded: gateway may return 429 if too many requests
- Payment failure: x402 payment of $0.07 USDC must succeed before data is returned
- Invalid CUSIP/ISIN format: may return empty or error response

## How this service works

API call to finnhub

## Output

Returns a JSON object with: company name, ticker symbol, logo image URL, IPO date, company website URL, country of domicile, reporting currency, exchange name, Finnhub industry classification, shares outstanding (in millions), and market capitalization (in millions of reporting currency).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/finnhub-stock-company-profile-via-gateway-apiosk-com-7b597053/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)
