Retrieve a specific sector
Developing
Overview#
This endpoint provides detailed information about a single sector.Data Provided#
For each sector, the endpoint returns:Code: A unique identifier for the sector
Name: The name of the sector
Usage#
This endpoint is valuable for:Obtaining specific information about a particular economic sector
Verifying sector codes encountered in company data
Integrating sector information into applications or reports
Analysts and researchers can use this endpoint to get precise information about a specific sector for their economic and industry analyses.Request samples
curl --location --request GET 'https://api.financialreports.eu/sectors//' \
--header 'x-api-key;'
Responses
application/json {
"code": "25",
"name": "territo"
}
Modified at 2024-10-09 08:22:56