Skip to main content
Welcome to the Sectors Financial API documentation! This guide is designed to help developers and integrators get started with our API, which provides market and analytical data specific to Indonesia. Whether you’re building financial applications, conducting market research, or integrating data into your platform, this API will provide you with the tools you need. In this tutorial, we’ll walk you through how to use our Postman Collection to explore and test our API endpoints.

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:
  1. Download the Postman Collection:
  2. Open Postman:
    • Launch the Postman application on your computer.
  3. 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.json file 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 details

Collection 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.
Each request is pre-configured with the necessary parameters and variables.

Using Variables

The collection is designed to be plug-and-play. Only one variable is required to be set at the collection level:
  1. Collection Variables:
    • {{apikey}}: Your unique API key.
All other parameters (like 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.