Overview

Providing a comprehensive financial data API for seamless programmatic integration
Getting Started¶
The following documentation explains how to use the TEJ API to access the TEJ database.
API Authentication¶
Obtain an API key¶
You must first register an account with our company, then apply for an API key required for data access.
When to use the API Key¶
You need to provide your API Key each time you access the data.
Free and Paid Databases¶
We provide both free and paid databases:
-
Trial Database
- Limited to tables provided within the trial database
- Up to 500 API calls per day
- Maximum of 10,000 records per call (additional data can be retrieved using pagination, total records capped at 50,000)
- Maximum of 50,000 records per day
-
Paid Database
- Up to 2,000 API calls per day
- Maximum of 10,000 records per call (additional data can be retrieved using pagination, total records capped at 1,000,000)
- Maximum of 3,000,000 records per day
API for Various Programming Languages¶
Tejapi offers APIs for various programming languages. Please select from the following programming languages for detailed information.