Stock Market Index API

Receive an API key immediately and have access to the stock market index data right away​.

Stock Market Index API

The Stock Market Index API delivers instantly real-time and historical stock market index data. The stock market index data captures data on certain group of stocks in particular industries on a national level.  By using the Stock Market Index API you can track the performance of both the country’s economy, but also of the leading companies in certain industries. The stock market indices are an indicator of the economic growth of one country while the stock market data is a valuable tool for research and analysis of the economic background. Finnworlds offers you more than fifty global stock market indices as we cover the most important stock market quotes in North and South America, Europe and Africa, as well as Asia and Australia. Within Finnworlds Stock Market Index Databases, you will find big amount of stock market data on the national and global stock market indices like US30, US500, USNDX, MOEX, FR40, GB100, DE40, Stockholm, ES35, JP25, CSI 300, AU50, SA40, SAALL, and many more. Once you subscribe to Finnworlds Stock Market Index API and Database, you will get the following stock market data output: current stock prices, day percentage change, yearly percentage change all occurring on a particular date.

Stock Market index Data Usage

Many investors use predominantly the data on stock market index to track the financial performance of company stocks within a given industry or sector, and the economic performance of countries worldwide. By examining closely the stocks traded on national stock exchanges, investors check the degree of their liquidity. The stock market data helps them compare the historical and real-time stock quotes. In this way, they carry out a more comprehensive financial analysis. The stock market data is often used as an input to in-house data operations. For example, some financial analysts use it to create in-house stock market benchmark indices.

Check Developer Documentation

How many API calls?

Starter

25.000 calls
40 calls/min

Developers

85.000 calls
120 calls/min

Enterprise

200.000 calls
300 calls/min

Individual

10.000 calls
15 calls/min


 
 
 
 
 
 
 
 
 
 

Starter

Includes

(Other APIs coming soon!)

$199

$19,-

The discounted price is for the initial month, allowing developers to test and implement the API without being charged the full price. The subscription is automatically renewed each month at the normal rate of 199$ for the Starter package. In case the API is not what you are looking for, you can cancel 10 days before renewal by emailing to support@finnworlds.com. If you have questions about our premium monthly subscription packages, contact support@finnworlds.com.

Also see our Cancellation Policy and Terms and Conditions.

Developers

Includes

(Other APIs coming soon!)

$499

$49,-

The discounted price is for the initial month, allowing developers to test and implement the API without being charged the full price. The subscription is automatically renewed each month at the normal rate of 499$ for the Developers package. In case the API is not what you are looking for, you can cancel 10 days before renewal by emailing to support@finnworlds.com. If you have questions about our premium monthly subscription packages, contact support@finnworlds.com.

Also see our Cancellation Policy and Terms and Conditions.

Enterprise

Includes

(Other APIs coming soon!)

$1000

$99,-

The discounted price is for the initial month, allowing developers to test and implement the API without being charged the full price. The subscription is automatically renewed each month at the normal rate of 1000$ for the Enterprise package. In case the API is not what you are looking for, you can cancel 10 days before renewal by emailing to support@finnworlds.com. If you have questions about our premium monthly subscription packages, contact support@finnworlds.com.

Also see our Cancellation Policy and Terms and Conditions.

Individual

Includes

(Other APIs coming soon!)

$99

$9,-

The discounted price is for the initial month, allowing developers to test and implement the API without being charged the full price. The subscription is automatically renewed each month at the normal rate of 99$ for the Individual package. In case the API is not what you are looking for, you can cancel 10 days before renewal by emailing to support@finnworlds.com. If you have questions about our premium monthly subscription packages, contact support@finnworlds.com.

Also see our Cancellation Policy and Terms and Conditions.

Code examples for stock index data

Code examples for stock index data

				
					https://api.finnworlds.com/api/v1/benchmark
    ?key=API-KEY
        &country=france
{
    "status": {
        "code": 200,
        "message": "OK",
        "details": ""
    },
    "result": {
        "output": [
            {
                "region": "europe",
                "country": "france",
                "benchmark": "fr40",
                "price": "6158",
                "price_change_day": "27",
                "percentage_day": "0.44%",
                "percentage_week": "1.50%",
                "percentage_month": "6.74%",
                "percentage_year": "-8.99%",
                "date": "2022:10:25"
            }
        ]
    }
}
				
			

				
					https://api.finnworlds.com/api/v1/benchmark
    ?key=API-KEY
        &region=europe
{
    "status": {
        "code": 200,
        "message": "OK",
        "details": ""
    },
    "result": {
        "output": [
            {
                "region": "europe",
                "country": "austria",
                "benchmark": "atx",
                "price": "2819",
                "price_change_day": "1",
                "percentage_day": "-0.04%",
                "percentage_week": "0.82%",
                "percentage_month": "3.61%",
                "percentage_year": "-25.43%",
                "date": "2022:10:25"
            },
            {
                "region": "europe",
                "country": "bosnia and herzegovina",
                "benchmark": "sasx-10",
                "price": "1127",
                "price_change_day": "1",
                "percentage_day": "-0.10%",
                "percentage_week": "-3.69%",
                "percentage_month": "7.52%",
                "percentage_year": "7.99%",
                "date": "2022:10:24"
            },
            {
                "region": "europe",
                "country": "belgium",
                "benchmark": "be20",
                "price": "3486",
                "price_change_day": "9",
                "percentage_day": "-0.26%",
                "percentage_week": "0.06%",
                "percentage_month": "2.86%",
                "percentage_year": "-17.41%",
                "date": "2022:10:25"
            },
            {
                "region": "europe",
                "country": "bulgaria",
                "benchmark": "sofix",
                "price": "581",
                "price_change_day": "1",
                "percentage_day": "0.13%",
                "percentage_week": "0.18%",
                "percentage_month": "-1.83%",
                "percentage_year": "1.58%",
                "date": "2022:10:25"
            },
            {
                "region": "europe",
                "country": "switzerland",
                "benchmark": "ch20",
                "price": "10661",
                "price_change_day": "65",
                "percentage_day": "0.61%",
                "percentage_week": "0.77%",
                "percentage_month": "5.84%",
                "percentage_year": "-12.23%",
                "date": "2022:10:25"
            },
            {
                "region": "europe",
                "country": "cyprus",
                "benchmark": "cse general",
                "price": "76",
                "price_change_day": "0",
                "percentage_day": "0.38%",
                "percentage_week": "2.77%",
                "percentage_month": "-0.60%",
                "percentage_year": "15.12%",
                "date": "2022:10:25"
            },
            {
                "region": "europe",
                "country": "czech republic",
                "benchmark": "px",
                "price": "1166",
                "price_change_day": "5",
                "percentage_day": "-0.42%",
                "percentage_week": "-0.12%",
                "percentage_month": "1.34%",
                "percentage_year": "-13.00%",
                "date": "2022:10:25"
            },
            {
                "region": "europe",
                "country": "germany",
                "benchmark": "de40",
                "price": "12803",
                "price_change_day": "128",
                "percentage_day": "-0.99%",
                "percentage_week": "0.30%",
                "percentage_month": "4.71%",
                "percentage_year": "-18.75%",
                "date": "2022:10:25"
            },
            {
                "region": "europe",
                "country": "denmark",
                "benchmark": "copenhagen",
                "price": "1625",
                "price_change_day": "15",
                "percentage_day": "0.93%",
                "percentage_week": "-0.11%",
                "percentage_month": "6.67%",
                "percentage_year": "-11.48%",
                "date": "2022:10:25"
            },
            {
                "region": "europe",
                "country": "europe",
                "benchmark": "eu600",
                "price": "401.37",
                "price_change_day": "0.47",
                "percentage_day": "-0.12%",
                "percentage_week": "0.38%",
                "percentage_month": "3.25%",
                "percentage_year": "-15.63%",
                "date": "2022:10:25"
            },
            {
                "region": "europe",
                "country": "estonia",
                "benchmark": "tallinn",
                "price": "1659",
                "price_change_day": "8",
                "percentage_day": "-0.50%",
                "percentage_week": "-0.80%",
                "percentage_month": "-2.24%",
                "percentage_year": "-15.08%",
                "date": "2022:10:25"
            },
            {
                "region": "europe",
                "country": "spain",
                "benchmark": "es35",
                "price": "7680",
                "price_change_day": "0",
                "percentage_day": "0.00%",
                "percentage_week": "0.91%",
                "percentage_month": "2.29%",
                "percentage_year": "-14.68%",
                "date": "2022:10:25"
            },
            {
                "region": "europe",
                "country": "finland",
                "benchmark": "helsinki 25",
                "price": "4561",
                "price_change_day": "19",
                "percentage_day": "-0.42%",
                "percentage_week": "-1.02%",
                "percentage_month": "4.40%",
                "percentage_year": "-17.25%",
                "date": "2022:10:25"
            },
            {
                "region": "europe",
                "country": "france",
                "benchmark": "fr40",
                "price": "6142",
                "price_change_day": "10",
                "percentage_day": "0.17%",
                "percentage_week": "1.23%",
                "percentage_month": "6.45%",
                "percentage_year": "-9.23%",
                "date": "2022:10:25"
            },
            {
                "region": "europe",
                "country": "united kingdom",
                "benchmark": "gb100",
                "price": "6956",
                "price_change_day": "58",
                "percentage_day": "-0.83%",
                "percentage_week": "0.28%",
                "percentage_month": "-0.93%",
                "percentage_year": "-4.42%",
                "date": "2022:10:25"
            },
            { ETC
				
			

				
					https://api.finnworlds.com/api/v1/benchmark
    ?key=API-KEY
        &benchmark=us500
{
    "status": {
        "code": 200,
        "message": "OK",
        "details": ""
    },
    "result": {
        "output": [
            {
                "region": "america",
                "country": "united states",
                "benchmark": "us500",
                "price": "3783.36",
                "price_change_day": "13.21",
                "percentage_day": "-0.35%",
                "percentage_week": "1.94%",
                "percentage_month": "3.55%",
                "percentage_year": "-17.27%",
                "date": "2022:10:25"
            }
        ]
    }
}
				
			

Objects Description
region Region or continent of which you want all benchmarks
country Country of which you want all benchmarks
benchmark Specific benchmark of which you want the data
price Last known price of benchmark (updated every minute)
price_change_day The point change of the day of the price
percentage_day The day to day percentage change
percentage_week The week-based percentage change
percentage_month The month-based percentage change
percentage_year The Year over Year percentage change
date The date of the given information

Formats to Download the Data

The stock market index data is accessible in three main formats. In this way, Finnworlds fully addresses your needs for data delivery formats. Request your data format and get stock market index data instantly. No matter the format of your choice, you obtain stock market index data without any differences in the data transfer time. Please, contact support@finnworlds.com for notifying which data format you prefer. You can always change the data delivery format.

Contact us
Excel and CSV
If you choose this data format, you will access stock market index prices data through database downloads formatted as either Excel or CSV files.
E-mail link
If you choose this data format, you will receive an email containing a link through which you can download stock market index prices data.
Pdf Report
If you choose this data format, you will get stock market index data in a downloadable PDF report.

Developer Notes

A big advantage of using the Stock Market Index API is the retrieval of filtered and bulk data from Finnworlds database. Thus, you are able to get stock market index data about different countries filtered on the country’s name.

SDKs and Devkits

The API works with: Javascript, JQuery, VueJS, Angular, JAVA, PHP, NodeJS, Python, Go, Ruby, C#, R, Strest, Rust, Swift and Scala.

REST JSON and XML

Data output can be requested in REST Json format or XML format.

Excel and CSV

In case you do not want the data through our API, request it in Excel or CSV format.

Access Stock Market Index Now!

Set up your subscription and receive your API key in a minute! No further authorization required, simply choose your plan and start getting data with the automatically generated API key sent to your email address immediately. Benefit from the trial month advantages to fully test the data. Upgrade or cancel your plan anytime. Finnworlds APIs have the finance data you have been looking for! Get started with your finance project and focus on your business without having to worry about finding a data source to work with any longer!

Control the Data

/benchmark&country= us france brazil netherlands russia south_africa

country= us france brazil netherlands russia south_africa