Skip to main content
GET
/
v1
/
companies
/
{exchange}
/
{ticker}
curl "https://api.okrapdf.com/v1/companies/NASDAQ/AAPL"

Overview

Returns details for a single company identified by exchange and ticker. No authentication required.

Request

exchange
string
required
Stock exchange code (e.g. NASDAQ).
ticker
string
required
Company ticker symbol (e.g. AAPL).
curl "https://api.okrapdf.com/v1/companies/NASDAQ/AAPL"

Response

{
  "exchange": "NASDAQ",
  "ticker": "AAPL",
  "name": "Apple Inc."
}