idx-bei
v1.0.0-prealpha.3
Published
## Overview **edx-bei** is a Node.js application designed to facilitate the easy download of data from the Indonesia Stock Exchange (IDX) / Bursa Efek Indonesia (BEI). This tool allows users to list available API endpoints from the IDX website and export
Downloads
8
Readme
edx-bei
Overview
edx-bei is a Node.js application designed to facilitate the easy download of data from the Indonesia Stock Exchange (IDX) / Bursa Efek Indonesia (BEI). This tool allows users to list available API endpoints from the IDX website and export the retrieved data in either JSON or CSV formats.
Purpose
The primary purpose of this tool is educational. It provides a straightforward way to access financial data from IDX, helping users learn about financial data retrieval and manipulation. Users should review and comply with IDX's Terms of Service and Conditions (ToC) for proper usage.
Features
- API Listing: Automatically fetch and list available API endpoints from the IDX website.
- Data Export: Export retrieved data in JSON or CSV format for easy analysis and reporting.
Prerequisites
- Node.js (v14 or higher)
- npm (Node Package Manager)
Installation
Clone the repository:
git clone https://github.com/ichsanulamal/edx-bei.git cd edx-bei
Install dependencies:
npm install
Usage
- TODO
Notes
- Educational Use Only: This tool is intended for educational purposes. Please review IDX's Terms of Service and Conditions for any restrictions on data usage.
- Data Accuracy: The accuracy and availability of data depend on the IDX website.
Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.