curl "https://api.okrapdf.com/v1/companies/NASDAQ/AAPL"
Companies (Data API)
Get Company
Retrieve details for a specific company.
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
string
required
Stock exchange code (e.g.
NASDAQ).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."
}