F4FinData4AI

Company

GET
/company/facts

Authorization

apiKeyAuth
X-API-Key<token>

In: header

Query Parameters

ticker*string

股票代码,如 AAPL

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/company/facts?ticker=string"
{  "ticker": "AAPL",  "name": "Apple Inc.",  "exchange": "NASDAQ",  "currency": "USD",  "sector": "Technology",  "industry": "Consumer Electronics",  "market_cap": 3010000000000,  "shares_outstanding": 15204100000,  "employees": 164000,  "ipo_date": "1980-12-12",  "cik": "0000320193",  "website": "https://www.apple.com",  "pe": 30.12,  "pb": 46.8,  "ps": 7.63,  "eps": 6.42,  "roe": 147.2,  "debt_to_equity": 1.87,  "dividend_yield": 0.44}