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 Latest Postman Collection (v1.3 - 2026-03) to download the latest all-in-one version.
-
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_03-2026_v1.3.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 two main folders for v1 and v2, with logical sub-groupings for easy discovery.Folder Structure:
v1 (Legacy & Core)
- Metadata & Enumerations: Standard helper lists like subsectors, industries, and tags.
- Detailed Reports: Company reports, segments, and historical financials.
- Market Movers & Rankings: Top companies, price changes, and growth stats.
- Regional Markets: Dedicated folders for SGX (Singapore) and KLSE (Malaysia) data.
v2 (Modern & Mining Extension)
- Unified Screener: The powerful SQL-style and Natural Language search interface.
- Mining Intelligence Service:
- Companies & Operators: Discovery and deep-dives into mining firms.
- Mining Sites & Assets: Ground-level data on specific mine sites and production.
- National Stats & Commodities: Aggregated statistics and mineral price history.
- Legal & Regulatory: License tracking and auction results.
- Migrated v1 Endpoints (v2 namespace): V1-equivalent endpoints reachable via the
/v2/base path for consistency.
Using Variables
The collection is designed to be plug-and-play. Only one variable is required to be set at the collection level:- Collection Variables:
{{apikey}}: Your unique API key.
ticker, slug, index_code, year, etc.) are hardcoded with working examples in each request for immediate testing. You can easily override these examples in the Params tab of each request in Postman.