Introduction
The Sectors Financial API offers a wide range of financial and analytical data for the Indonesian market. You can access real-time stock prices, historical data, market trends, and more. To make it easier for developers to interact with our API, we have created a Postman Collection that contains all the necessary endpoints and example requests.Prerequisites
Before you begin, ensure you have the following:- Postman: Download and install Postman if you haven’t already.
- API Key: You will need an API key to authenticate your requests. If you don’t have one, please go to Sectors Financial API to generate API key for your account.
- Basic Knowledge of APIs: Familiarity with RESTful APIs and JSON formats is recommended.
Getting Started with Postman
Postman is a powerful tool for testing and interacting with APIs. It allows you to send HTTP requests, view responses, and organize your API calls into collections. If you’re new to Postman, check out their official documentation to get familiar with the interface.Importing the Sectors Financial API Postman Collection
To start using our API, follow these steps to import the Sectors Financial API Postman Collection:-
Download the Postman Collection:
- Click here Postman Collection and download the latest version of the Postman collection file.
-
Open Postman:
- Launch the Postman application on your computer.
-
Import the Collection:
- Click on the Import button in the top-left corner of the Postman interface.
- Select the downloaded
Supertype_API_09-2025_v1.0.postman_collection.jsonfile and click Open. - The collection will now appear in your Postman workspace under the Collections tab.
API Endpoints
Our API provides several endpoints to fetch different types of financial data. Here is the full API Reference for you to check the detailsCollection Structure
The collection is organized into folders, each representing a specific functionality or endpoint group. Each folder contains one or more requests.Folder Structure:
- Helper List
GET SubsectorsGET SubindustriesGET IndustriesGET Companies by IndexGET Companies by SubsectorGET Companies by SubindustryGET Companies with Revenue and Cost SegmentsGET Quarterly Financial Dates of a Company
- Since IPO Performance
GET Company's Performance since IPO
- Detailed Reports
GET Company ReportGET Company Revenue and Cost SegmentsGET Company Quarterly FinancialsGET Subsector Aggregated Statistics
- Company Ranking by Dimensions
GET Most Traded Stocks by VolumeGET Top Companies RankedGET Top Company MoversGET Top Companies by Growth Metrics
- Historical Market Cap and Transaction Data
GET IDX Historical Market Cap DataGET Daily Transaction DataGET Index Daily Transaction Data
- Singapore Stock Exchange (SGX)
GET SGX SectorsGET SGX Companies by SectorGET SGX Company ReportGET SGX Top Companies Ranked
- Malaysia Stock Exchange (KLSE)
GET KLSE SectorsGET KLSE Companies by SectorGET KLSE Company ReportGET KLSE Top Companies Ranked
Using Variables
The collection uses variables to make it reusable and customizable. There are two types of variables:-
Collection Variables: These are shared across all requests in the collection. Examples include:
{{environment}}: The base URL for the API (default data: https://api.sectors.app).{{apikey}}: Your API key (replace this with your own key).{{ticker}}: The stock ticker symbol (e.g.,AAPL).
-
Request-Specific Variables: Some parameters are unique to specific requests and are defined within the request itself. For example:
{{report_date}}: The report date for financial data (e.g.,2023-09-30).
