Skip to content

Overview

TEJ

Static Badge Static Badge Static Badge R .Net Static Badge Static Badge


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.

Example

api_key=a8sb1jska2lz03hc2

When to use the API Key

You need to provide your API Key each time you access the data.

Example

?api_key="YOURAPIKEY"
tejapi.ApiConfig.api_key = "YOURAPIKEY"

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.

  • REST API


    Instructions on accessing the REST API via HTTPS

    Reference

  • Python API


    Instructions on using TEJ API with Python

    Reference

  • R API


    Instructions on using TEJ API with R

    Reference

  • .NET API


    Instructions on using TEJ API with .NET

    Reference