curl --request GET \
--url 'https://api.benzinga.com/api/v1/api/v2.1/fundamentals/company?token='{
"result": [
{
"company": {
"primarySymbol": "AAPL",
"primaryExchange": "NAS",
"cik": "320193",
"isin": "CA03785Y1007",
"cusip": "03785Y100",
"standardName": "Apple",
"countryId": "USA",
"isReit": false,
"industryTemplateCode": "N",
"businessCountryId": "USA",
"isLimitedPartnership": false,
"yearofEstablishment": 1977,
"isLimitedLiabilityCompany": false
},
"symbol": "AAPL",
"idType": "SYMBOL",
"id": "AAPL"
}
]
}
Get Company Data
curl --request GET \
--url 'https://api.benzinga.com/api/v1/api/v2.1/fundamentals/company?token='{
"result": [
{
"company": {
"primarySymbol": "AAPL",
"primaryExchange": "NAS",
"cik": "320193",
"isin": "CA03785Y1007",
"cusip": "03785Y100",
"standardName": "Apple",
"countryId": "USA",
"isReit": false,
"industryTemplateCode": "N",
"businessCountryId": "USA",
"isLimitedPartnership": false,
"yearofEstablishment": 1977,
"isLimitedLiabilityCompany": false
},
"symbol": "AAPL",
"idType": "SYMBOL",
"id": "AAPL"
}
]
}
{
"result": [
{
"company": {
"primarySymbol": "AAPL",
"primaryExchange": "NAS",
"cik": "320193",
"isin": "CA03785Y1007",
"cusip": "03785Y100",
"standardName": "Apple",
"countryId": "USA",
"isReit": false,
"industryTemplateCode": "N",
"businessCountryId": "USA",
"isLimitedPartnership": false,
"yearofEstablishment": 1977,
"isLimitedLiabilityCompany": false
},
"symbol": "AAPL",
"idType": "SYMBOL",
"id": "AAPL"
}
]
}
Comma separated list of symbols
Return results for dates greater than or equal date specified in this parameter
Specifies the time period of the returned results
TTM, A (as originally reported), R (restated). P (Preliminary anouncements)
OK
The response is of type string.
Was this page helpful?