X-API-Key: ********************Authorization: ********************curl --location 'https://api.financialreports.eu/security-listings/?company=undefined&exch_code=undefined&figi=undefined&mic=undefined&ordering=undefined&page=undefined&page_size=undefined&ticker=undefined' \
--header 'x-api-key;' \
--header 'X-API-Key: <api-key>'{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"id": 0,
"company": {
"id": 0,
"name": "string",
"tagline": "string",
"isins": [
"string"
],
"lei": "string",
"sub_industry_code": "string",
"country_code": "string"
},
"mic": "string",
"ticker": "string",
"exch_code": "string",
"exchange_name": "string",
"security_type": "string",
"market_sector": "string",
"figi": "string",
"composite_figi": "string",
"share_class_figi": "string"
}
]
}