{
"StatusCode": 200,
"Status": "ESUCC or EFAIL",
"Message": "Request OK. ",
"Debug": null,
"Result": {}
}
Example
{
"StatusCode": 200,
"Status": "ESUCC",
"Message": "Request OK. Request OK. {0}",
"Debug": null,
"Result": {
"company_id": null,
"symbol_code": "1COV",
"symbol_type": "Common Stock",
"exchange_code": "GR",
"data": [
{
"company_id": "45642",
"symbol_name": "Covestro AG",
"symbol_code": "1COV",
"symbol_type": "Common Stock",
"exchange_name": "Xetra",
"exchange_code": "GR",
"exchange": "XETRA",
"currency_code": "EUR",
"currency_name": "Euro",
"currency_symbol": "€",
"country_name": "Germany",
"country_iso": "DE",
"figi": null,
"isin": "DE0006062144",
"lei": "3912005AWHKLQ1CPLV11",
"primary_ticker": "1COV.XETRA",
"cusip": "-",
"cik": null,
"ein": "",
"fiscal_year_end": "December",
"ipo_date": null,
"international_domestic": "International/Domestic",
"sector": "Basic Materials",
"industry": "Specialty Chemicals",
"gic_sector": "Materials",
"gic_group": "Materials",
"gic_industry": "Chemicals",
"gic_sub_industry": "Specialty Chemicals",
"home_category": "-",
"is_delisted": "-",
"description": "Covestro AG supplies (..........) in Leverkusen, Germany.",
"address": "Kaiser-Wilhelm-Allee 60, Leverkusen, Germany, 51373",
"address_data": {
"Street": "Kaiser-Wilhelm-Allee 60",
"City": "Leverkusen",
"Country": "Germany",
"ZIP": "51373"
},
"listings": {},
"officers": {
"0": {
"Name": "Dr. Markus Steilemann",
"Title": "CEO & Chairman of Management Board",
"YearBorn": "1970"
},
"1": {
"Name": "Dr. Thomas Toepfer",
"Title": "CFO, Labor Director & Member of Management Board",
"YearBorn": "1972"
},
"2": {...}
},
"phone": "49 214 6009 2000",
"web_url": "https://www.covestro.com",
"logo_url": "/img/logos/XETRA/1COV.png",
"full_time_employees": "17591"
}
]
}
}
On Failure
{
"StatusCode": 401,
"Status": "EFAIL",
"Message": "Invalid Timestamp or Request too old.",
"Debug": null,
"Result": null
}