Skip to main content

Annual Investment in Telecom Sector

Aggregated annual investment figures (CAPEX) for the telecom sector.

GET/3.0/alternate/telecom-ann-investment

Request

Authentication

  • Type: Bearer Token
  • Required: Yes

Parameters

This endpoint does not accept any query parameters.

Response

Success Response (200)

{
"status":"ok",
"data":[
{
"year": "2023",
"total": 1234,
"sectors": [
{
"key": "cellular",
"value": 1000,
},
{
"key": "local_loop",
"value": 234,
}
]
}

]
}

Response Fields

FieldTypeDescription
statusstringValue for status
data.yearintegerValue for year
data.investmentintegerValue for investment
data.currencystringValue for currency

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET Annual Investment in Telecom Sector

curl -X GET "https://csapis.com/3.0/alternate/telecom-ann-investment" -H "Authorization: Bearer YOUR_API_TOKEN"

Use Cases

  • Data analysis
  • Dashboard / metrics