Skip to main content
GET
https://api.sectors.app
/
v1
/
news
News Articles
curl --request GET \
  --url https://api.sectors.app/v1/news/ \
  --header 'Authorization: <authorization>'
[
  {
      "id": 5642,
      "created_at": "2025-06-28T04:21:45.467814Z",
      "title": "Bank Indonesia Records 43.77% Increase in Financial Surplus in 2024",
      "body": "Bank Indonesia reported a financial surplus of IDR 52.19 trillion in 2024, a 43.77% increase from IDR 36.3 trillion in 2023, driven by high revenue of IDR 228.66 trillion and expenses of IDR 161.3 trillion.",
      "source": "https://insight.kontan.co.id/news/surplus-bank-indonesia-naik-berkat-kebijakan-moneter",
      "timestamp": "2025-06-28T04:35:00Z",
      "sector": "financials",
      "sub_sector": [
          "banks"
      ],
      "tags": [
          "Bank Indonesia",
          "Financial Ratios",
          "Capital Allocation",
          "Profit",
          "Revenue",
          "Bullish"
      ],
      "tickers": [],
      "dimension": {
          "future": 0,
          "dividend": 0,
          "ownership": 0,
          "technical": 0,
          "valuation": 0,
          "financials": 2,
          "management": 0,
          "sustainability": 0
      }
  },
  {
      "id": 5646,
      "created_at": "2025-06-28T04:32:52.825906Z",
      "title": "Indonesian Banks Host Large Events to Attract New Customers and Boost Digital Transactions",
      "body": "Several national banks in Indonesia are hosting large events, such as concerts and marathons, to attract new customers and increase digital transactions. Bank Tabungan Negara (BTN) is expecting a 15-20% increase in transactions and digital service activations through its Jakarta International Marathon event.",
      "source": "https://insight.kontan.co.id/news/bank-menjaring-nasabah-lewat-event-lari-hingga-konser-musik",
      "timestamp": "2025-06-27T06:30:00Z",
      "sector": "financials",
      "sub_sector": [
          "banks"
      ],
      "tags": [
          "Bank Indonesia",
          "Digital Payments",
          "Financial Ratios",
          "Loan Growth",
          "Bullish"
      ],
      "tickers": [
          "BTPN.JK"
      ],
      "dimension": {
          "future": 2,
          "dividend": 0,
          "ownership": 0,
          "technical": 0,
          "valuation": 0,
          "financials": 1,
          "management": 0,
          "sustainability": 0
      }
  },
  ...
]
[
  {
      "id": 5642,
      "created_at": "2025-06-28T04:21:45.467814Z",
      "title": "Bank Indonesia Records 43.77% Increase in Financial Surplus in 2024",
      "body": "Bank Indonesia reported a financial surplus of IDR 52.19 trillion in 2024, a 43.77% increase from IDR 36.3 trillion in 2023, driven by high revenue of IDR 228.66 trillion and expenses of IDR 161.3 trillion.",
      "source": "https://insight.kontan.co.id/news/surplus-bank-indonesia-naik-berkat-kebijakan-moneter",
      "timestamp": "2025-06-28T04:35:00Z",
      "sector": "financials",
      "sub_sector": [
          "banks"
      ],
      "tags": [
          "Bank Indonesia",
          "Financial Ratios",
          "Capital Allocation",
          "Profit",
          "Revenue",
          "Bullish"
      ],
      "tickers": [],
      "dimension": {
          "future": 0,
          "dividend": 0,
          "ownership": 0,
          "technical": 0,
          "valuation": 0,
          "financials": 2,
          "management": 0,
          "sustainability": 0
      }
  },
  {
      "id": 5646,
      "created_at": "2025-06-28T04:32:52.825906Z",
      "title": "Indonesian Banks Host Large Events to Attract New Customers and Boost Digital Transactions",
      "body": "Several national banks in Indonesia are hosting large events, such as concerts and marathons, to attract new customers and increase digital transactions. Bank Tabungan Negara (BTN) is expecting a 15-20% increase in transactions and digital service activations through its Jakarta International Marathon event.",
      "source": "https://insight.kontan.co.id/news/bank-menjaring-nasabah-lewat-event-lari-hingga-konser-musik",
      "timestamp": "2025-06-27T06:30:00Z",
      "sector": "financials",
      "sub_sector": [
          "banks"
      ],
      "tags": [
          "Bank Indonesia",
          "Digital Payments",
          "Financial Ratios",
          "Loan Growth",
          "Bullish"
      ],
      "tickers": [
          "BTPN.JK"
      ],
      "dimension": {
          "future": 2,
          "dividend": 0,
          "ownership": 0,
          "technical": 0,
          "valuation": 0,
          "financials": 1,
          "management": 0,
          "sustainability": 0
      }
  },
  ...
]
Authorization
string
required
Authorization header that should be filled with your Sectors Financial API key.

Query Parameters

sector
string
Exact match on the news sector (e.g. energy, financials).
sub_sector
string
Comma‑separated list of subsectors to filter by.
Get the available sub_sector from the Subsectors endpoint.
banks, financing-service, insurance, retailing, tobacco
The API endpoint only accepts sub_sector in the kebab case format (lowercase and separated by ”-”).
tags
string
Comma‑separated list of tags (e.g. Bank Indonesia, Digital Payments, Bullish).
Get the available tags from the News Tags endpoint.
acquisition, allocation-service, ai, b2b, automotive
The API endpoint only accepts sub_sector in the kebab case format (lowercase and separated by ”-”).
tickers
string
Comma‑separated list of normalized ticker symbols (e.g. BBNI, BBCA, BMRI).
start
string
ISO date (YYYY‑MM‑DD) for the start of the timestamp filter range.
end
string
ISO date (YYYY‑MM‑DD) for the end of the timestamp filter range.
n
integer
Return the top N most recent articles, up to a maximum of 30. If a value for N isn’t provided, it will default to 20. This setting overrides any pagination.
page
integer
Page number for paginated results (default is 1).
page_size
integer
Number of items per page (default defined in CustomNewsPagination).

Response

[]
Idx News