Authorizations
Body
application/json
Object specifying which identifier you are using to request the company profile. You must supply one type and its corresponding value.
Response
200 - application/json
Successful Response
Response model for company profile query.
Company profile data keyed by RP entity ID
Examples:
{
"results": [
{
"address": "1600 Amphitheatre Parkway",
"average_volume": 36559933,
"beta": 1.011,
"ceo": "Sundar Pichai",
"change": 0.75,
"change_percentage": 0.30514,
"cik": "0001652044",
"city": "Mountain View",
"company_name": "Alphabet Inc.",
"country": "US",
"currency": "USD",
"cusip": "02079K305",
"default_image": false,
"description": "Alphabet Inc. provides various products and platforms in the United States, Europe, the Middle East, Africa, the Asia-Pacific, Canada, and Latin America. It operates through Google Services, Google Cloud, and Other Bets segments. The Google Services segment offers products and services, including ads, Android, Chrome, hardware, Gmail, Google Drive, Google Maps, Google Photos, Google Play, Search, and YouTube. It is also involved in the sale of apps and in-app purchases and digital content in the Google Play store; and Fitbit wearable devices, Google Nest home products, Pixel phones, and other devices, as well as in the provision of YouTube non-advertising services. The Google Cloud segment offers infrastructure, platform, and other services; Google Workspace that include cloud-based collaboration tools for enterprises, such as Gmail, Docs, Drive, Calendar, and Meet; and other services for enterprise customers. The Other Bets segment sells health technology and internet services. The company was founded in 1998 and is headquartered in Mountain View, California.",
"exchange": "NASDAQ",
"exchange_full_name": "NASDAQ Global Select",
"full_time_employees": 185719,
"image": "https://images.financialmodelingprep.com/symbol/GOOGL.png",
"industry": "Internet Content & Information",
"ipo_date": "2004-08-19",
"is_actively_trading": true,
"is_adr": false,
"is_etf": false,
"is_fund": false,
"isin": "US02079K3059",
"market_cap": 2981795821806,
"phone": "650 253 0000",
"price": 246.54,
"range": "140.53-256",
"rp_entity_id": "4A6F00",
"sector": "Communication Services",
"state": "CA",
"target_identifier_id": "GOOGL",
"volume": 18503194,
"website": "https://www.abc.xyz",
"zip": "94043"
}
]
}