Markets Quotes by Category

Trading Economics can provide multiple quotes for several markets in a single request. The market categories that we have available are exchange rates, stock market indexes, share prices, commodity prices, government bonds and crypto currencies. The Snapshot endpoint offers a momentary view of data, capturing specific information at a particular point in time. It generally includes details such as date, units, and general information, providing a static representation of current data.

At Trading Economics we strive for accuracy. However, please consider that while our economic data is rooted in official sources, our financial market data is aggregated from a diverse range of third-party providers. Trading Economics provides all content and data on an “as is” basis without any warranties and some of our market-related methods are under heavy development. If you are looking for official data, please contact the official exchange of that particular market or a recognized distributor.

 

Commodities  •  Currencies  •  Crosses  •  Crypto  •  Stock Market  •  Index Shares  •  Bonds  •  Response fields

Commodities

Using Requests:

import requests
your_api_key = 'your_api_key'
url = f'https://api.tradingeconomics.com/markets/commodities?c={your_api_key}'
data = requests.get(url).json()
print(data)

Or using our package:

import tradingeconomics as te
te.login('your_api_key')
te.getMarketsData(marketsField = 'commodities')

Using Requests:

const axios = require('axios');
(async () => {
    const your_api_key = 'your_api_key'
    const response = await axios.get(`https://api.tradingeconomics.com/markets/commodities?c=${your_api_key}`)
    console.log(response.data)
})()

Or using our package:

const te = require('tradingeconomics');
te.login('your_api_key');
data = te.getMarketSnap(marketsField = 'commodities').then(function(data){
  console.log(data)     
});

Using Requests:

using (var httpClient = new HttpClient())
{
    using (var request = new HttpRequestMessage(new HttpMethod("GET"), "https://api.tradingeconomics.com/markets/commodities?c=your_api_key"))
    {
        request.Headers.TryAddWithoutValidation("Upgrade-Insecure-Requests", "1");
        var response = await httpClient.SendAsync(request);
        if (response.IsSuccessStatusCode)
        {
            var content = await response.Content.ReadAsStringAsync(); 
            Console.WriteLine(content);
        }
    }
}

The response data format can be configured by appending the &f= parameter to the URL request.

https://api.tradingeconomics.com/markets/commodities?c={your_api_key}&f=json
[
  {
    "Symbol": "DCE:COM",
    "Ticker": "DCE",
    "Name": "Eggs CH",
    "Country": "Commodity",
    "Date": "2026-06-01T00:00:00",
    "State": "CLOSED",
    "Last": 4360,
    "Close": 4360,
    "CloseDate": "2026-06-01T00:00:00",
    "Group": "Livestock",
    "URL": "/commodity/eggs-ch",
    "Importance": 1000,
    "DailyChange": 217,
    "DailyPercentualChange": 5.2378,
    "WeeklyChange": 418,
    "WeeklyPercentualChange": 10.6038,
    "MonthlyChange": 758,
    "MonthlyPercentualChange": 21.0439,
    "YearlyChange": 1452,
    "YearlyPercentualChange": 49.9312,
    "YTDChange": 1429,
    "YTDPercentualChange": 48.7547,
    "day_high": 4360,
    "day_low": 4360,
    "yesterday": 4143,
    "lastWeek": 3942,
    "lastMonth": 3602,
    "lastYear": 2908,
    "startYear": 2931,
    "allTimeHigh": 5700,
    "allTimeHighDate": "2021-01-18T00:00:00",
    "allTimeLow": 1910,
    "allTimeLowDate": "2017-05-22T00:00:00",
    "decimals": 2,
    "unit": "CNY/T",
    "frequency": "Daily",
    "StartDate": "2013-11-08T00:00:00",
    "LastUpdate": "2026-06-03T07:00:00"
  },
  {
    "Symbol": "HRC:COM",
    "Ticker": "HRC",
    "Name": "HRC Steel",
    "Country": "Commodity",
    "Date": "2026-06-03T04:23:59.97",
    "State": "CLOSED",
    "Last": 1184.1101,
    "Close": 1184.1101,
    "CloseDate": "2026-06-03T00:00:00",
    "Group": "Metals",
    "URL": "/commodity/hrc-steel",
    "Importance": 1000,
    "DailyChange": -6.8899,
    "DailyPercentualChange": -0.5785,
    "WeeklyChange": 6.1101,
    "WeeklyPercentualChange": 0.5187,
    "MonthlyChange": 45.1101,
    "MonthlyPercentualChange": 3.9605,
    "YearlyChange": 312.1101,
    "YearlyPercentualChange": 35.7924,
    "YTDChange": 249.1101,
    "YTDPercentualChange": 26.6428,
    "day_high": 1184.1101,
    "day_low": 1184.1101,
    "yesterday": 1191,
    "lastWeek": 1178,
    "lastMonth": 1139,
    "lastYear": 872,
    "startYear": 935,
    "allTimeHigh": 1945,
    "allTimeHighDate": "2021-09-02T00:00:00",
    "allTimeLow": 364,
    "allTimeLowDate": "2015-12-29T00:00:00",
    "decimals": 2,
    "unit": "USD/T",
    "frequency": "Delayed",
    "StartDate": "2008-10-20T00:00:00",
    "LastUpdate": "2026-06-03T07:17:00"
  },
  {
    "Symbol": "IMR:COM",
    "Ticker": "IMR",
    "Name": "Manganese",
    "Country": "commodity",
    "Date": "2026-06-03T00:00:00",
    "State": "CLOSED",
    "Last": 32.25,
    "Close": 32.25,
    "CloseDate": "2026-06-03T00:00:00",
    "Group": "Industrial",
    "URL": "/commodity/manganese",
    "Importance": 1000,
    "DailyChange": 0,
    "DailyPercentualChange": 0,
    "WeeklyChange": -1,
    "WeeklyPercentualChange": -3.0075,
    "MonthlyChange": -1.8,
    "MonthlyPercentualChange": -5.2863,
    "YearlyChange": 2.5,
    "YearlyPercentualChange": 8.4034,
    "YTDChange": 2,
    "YTDPercentualChange": 6.6116,
    "day_high": 32.5,
    "day_low": 32,
    "yesterday": 32.25,
    "lastWeek": 33.25,
    "lastMonth": 34.05,
    "lastYear": 29.75,
    "startYear": 30.25,
    "allTimeHigh": 45309,
    "allTimeHighDate": "2024-01-18T00:00:00",
    "allTimeLow": 18.5,
    "allTimeLowDate": "2016-02-18T00:00:00",
    "decimals": 2,
    "unit": "CNY/mtu",
    "frequency": "daily",
    "StartDate": "2012-09-28T00:00:00",
    "LastUpdate": "2026-06-03T07:00:00"
  }
]
https://api.tradingeconomics.com/markets/commodities?c={your_api_key}&f=csv
Symbol,Ticker,Name,Country,Date,State,Last,Close,CloseDate,Group,URL,Importance,DailyChange,DailyPercentualChange,WeeklyChange,WeeklyPercentualChange,MonthlyChange,MonthlyPercentualChange,YearlyChange,YearlyPercentualChange,YTDChange,YTDPercentualChange,day_high,day_low,yesterday,lastWeek,lastMonth,lastYear,startYear,allTimeHigh,allTimeHighDate,allTimeLow,allTimeLowDate,decimals,unit,frequency,StartDate,LastUpdate
DCE:COM,DCE,Eggs CH,Commodity,6/1/2026 12:00:00 AM,CLOSED,4360.00000,4360.00000,6/1/2026 12:00:00 AM,Livestock,/commodity/eggs-ch,1000,217.00000,5.2378,418.00000,10.6038,758.00000,21.0439,1452.00000,49.9312,1429.00000,48.7547,4360.00000,4360.00000,4143.00000,3942.00000,3602.00000,2908.00000,2931.00000,5700.00000,1/18/2021 12:00:00 AM,1910.00000,5/22/2017 12:00:00 AM,2,CNY/T,Daily,11/8/2013 12:00:00 AM,6/3/2026 7:00:00 AM
HRC:COM,HRC,HRC Steel,Commodity,6/3/2026 4:23:59 AM,CLOSED,1184.11010,1184.11010,6/3/2026 12:00:00 AM,Metals,/commodity/hrc-steel,1000,-6.88990,-0.5785,6.11010,0.5187,45.11010,3.9605,312.11010,35.7924,249.11010,26.6428,1184.11010,1184.11010,1191.00000,1178.00000,1139.00000,872.00000,935.00000,1945.00000,9/2/2021 12:00:00 AM,364.00000,12/29/2015 12:00:00 AM,2,USD/T,Delayed,10/20/2008 12:00:00 AM,6/3/2026 7:17:00 AM
IMR:COM,IMR,Manganese,commodity,6/3/2026 12:00:00 AM,CLOSED,32.25000,32.25000,6/3/2026 12:00:00 AM,Industrial,/commodity/manganese,1000,0.00000,0.0000,-1.00000,-3.0075,-1.80000,-5.2863,2.50000,8.4034,2.00000,6.6116,32.50000,32.00000,32.25000,33.25000,34.05000,29.75000,30.25000,45309.00000,1/18/2024 12:00:00 AM,18.50000,2/18/2016 12:00:00 AM,2,CNY/mtu,daily,9/28/2012 12:00:00 AM,6/3/2026 7:00:00 AM
https://api.tradingeconomics.com/markets/commodities?c={your_api_key}
SymbolTickerNameCountryDateStateLastCloseCloseDateGroupURLImportanceDailyChangeDailyPercentualChangeWeeklyChangeWeeklyPercentualChangeMonthlyChangeMonthlyPercentualChangeYearlyChangeYearlyPercentualChangeYTDChangeYTDPercentualChangeday_highday_lowyesterdaylastWeeklastMonthlastYearstartYearallTimeHighallTimeHighDateallTimeLowallTimeLowDatedecimalsunitfrequencyStartDateLastUpdate
DCE:COMDCEEggs CHCommodity6/1/2026 12:00:00 AMCLOSED4360.000004360.000006/1/2026 12:00:00 AMLivestock/commodity/eggs-ch1000217.000005.2378418.0000010.6038758.0000021.04391452.0000049.93121429.0000048.75474360.000004360.000004143.000003942.000003602.000002908.000002931.000005700.000001/18/2021 12:00:00 AM1910.000005/22/2017 12:00:00 AM2CNY/TDaily11/8/2013 12:00:00 AM6/3/2026 7:00:00 AM
HRC:COMHRCHRC SteelCommodity6/3/2026 4:23:59 AMCLOSED1184.110101184.110106/3/2026 12:00:00 AMMetals/commodity/hrc-steel1000-6.88990-0.57856.110100.518745.110103.9605312.1101035.7924249.1101026.64281184.110101184.110101191.000001178.000001139.00000872.00000935.000001945.000009/2/2021 12:00:00 AM364.0000012/29/2015 12:00:00 AM2USD/TDelayed10/20/2008 12:00:00 AM6/3/2026 7:17:00 AM
IMR:COMIMRManganesecommodity6/3/2026 12:00:00 AMCLOSED32.2500032.250006/3/2026 12:00:00 AMIndustrial/commodity/manganese10000.000000.0000-1.00000-3.0075-1.80000-5.28632.500008.40342.000006.611632.5000032.0000032.2500033.2500034.0500029.7500030.2500045309.000001/18/2024 12:00:00 AM18.500002/18/2016 12:00:00 AM2CNY/mtudaily9/28/2012 12:00:00 AM6/3/2026 7:00:00 AM

Currencies

Using Requests:

import requests
your_api_key = 'your_api_key'
url = f'https://api.tradingeconomics.com/markets/currency?c={your_api_key}'
data = requests.get(url).json()
print(data)

Or using our package:

te.getMarketsData(marketsField = 'currency')

Using Requests:

const axios = require('axios');
(async () => {
    const your_api_key = 'your_api_key'
    const response = await axios.get(`https://api.tradingeconomics.com/markets/currency?c=${your_api_key}`)
    console.log(response.data)
})()

Or using our package:

data = te.getMarketSnap(marketsField = 'currency').then(function(data){
  console.log(data)     
});

Using Requests:

new HttpRequestMessage(new HttpMethod("GET"), "https://api.tradingeconomics.com/markets/currency?c=your_api_key");
https://api.tradingeconomics.com/markets/currency?c={your_api_key}&f=json
[
  {
    "Symbol": "EURUSD:CUR",
    "Ticker": "EUR",
    "Name": "EURUSD",
    "Country": "Euro Area",
    "Date": "2026-06-03T08:16:52.043",
    "State": "CLOSED",
    "Last": 1.16099,
    "Close": 1.16099,
    "CloseDate": "2026-06-03T08:17:00",
    "Group": "Europe G20 Major  EUR Cross",
    "URL": "/euro-area/currency",
    "Importance": 1,
    "DailyChange": -0.0021,
    "DailyPercentualChange": -0.18,
    "WeeklyChange": -0.0016,
    "WeeklyPercentualChange": -0.1385,
    "MonthlyChange": -0.0082,
    "MonthlyPercentualChange": -0.6971,
    "YearlyChange": 0.0193,
    "YearlyPercentualChange": 1.6949,
    "YTDChange": -0.0131,
    "YTDPercentualChange": -1.1132,
    "day_high": 1.16336,
    "day_low": 1.16099,
    "yesterday": 1.1632,
    "lastWeek": 1.1626,
    "lastMonth": 1.1691,
    "lastYear": 1.1416,
    "startYear": 1.1741,
    "allTimeHigh": 1.8686,
    "allTimeHighDate": "1973-07-06T00:00:00",
    "allTimeLow": 0.6444,
    "allTimeLowDate": "1985-02-26T00:00:00",
    "decimals": 5,
    "unit": "",
    "frequency": "Live",
    "StartDate": "1957-12-31T00:00:00",
    "LastUpdate": "2026-06-03T08:17:00"
  },
  {
    "Symbol": "GBPUSD:CUR",
    "Ticker": "GBP",
    "Name": "GBPUSD",
    "Country": "United Kingdom",
    "Date": "2026-06-03T08:16:43.02",
    "State": "CLOSED",
    "Last": 1.34456,
    "Close": 1.34456,
    "CloseDate": "2026-06-03T00:00:00",
    "Group": "Europe G20 Major  GBP Cross",
    "URL": "/united-kingdom/currency",
    "Importance": 2,
    "DailyChange": -0.00203,
    "DailyPercentualChange": -0.1508,
    "WeeklyChange": 0.00184,
    "WeeklyPercentualChange": 0.137,
    "MonthlyChange": -0.00863,
    "MonthlyPercentualChange": -0.6378,
    "YearlyChange": -0.01077,
    "YearlyPercentualChange": -0.7946,
    "YTDChange": -0.00142,
    "YTDPercentualChange": -0.1055,
    "day_high": 1.3472,
    "day_low": 1.3437,
    "yesterday": 1.34659,
    "lastWeek": 1.34272,
    "lastMonth": 1.35319,
    "lastYear": 1.35533,
    "startYear": 1.34598,
    "allTimeHigh": 2.8594,
    "allTimeHighDate": "1957-12-31T00:00:00",
    "allTimeLow": 1.03071,
    "allTimeLowDate": "2022-09-26T01:01:00",
    "decimals": 5,
    "unit": "",
    "frequency": "Live",
    "StartDate": "1957-01-31T00:00:00",
    "LastUpdate": "2026-06-03T08:17:00"
  },
  {
    "Symbol": "AUDUSD:CUR",
    "Ticker": "AUD",
    "Name": "AUDUSD",
    "Country": "Australia",
    "Date": "2026-06-03T08:17:02.77",
    "State": "CLOSED",
    "Last": 0.7161,
    "Close": 0.7161,
    "CloseDate": "2026-06-03T08:17:00",
    "Group": "Australia G20 Major  AUD Cross",
    "URL": "/australia/currency",
    "Importance": 3,
    "DailyChange": -0.0019,
    "DailyPercentualChange": -0.27,
    "WeeklyChange": 0.0021,
    "WeeklyPercentualChange": 0.2885,
    "MonthlyChange": -0.0006,
    "MonthlyPercentualChange": -0.0851,
    "YearlyChange": 0.0669,
    "YearlyPercentualChange": 10.2982,
    "YTDChange": 0.0488,
    "YTDPercentualChange": 7.3179,
    "day_high": 0.71818,
    "day_low": 0.71526,
    "yesterday": 0.718,
    "lastWeek": 0.714,
    "lastMonth": 0.7167,
    "lastYear": 0.6492,
    "startYear": 0.6673,
    "allTimeHigh": 1.4885,
    "allTimeHighDate": "1973-12-07T00:00:00",
    "allTimeLow": 0.4773,
    "allTimeLowDate": "2001-04-02T00:00:00",
    "decimals": 5,
    "unit": "",
    "frequency": "Live",
    "StartDate": "1971-01-04T00:00:00",
    "LastUpdate": "2026-06-03T08:17:00"
  }
]
https://api.tradingeconomics.com/markets/currency?c={your_api_key}&f=csv
Symbol,Ticker,Name,Country,Date,State,Last,Close,CloseDate,Group,URL,Importance,DailyChange,DailyPercentualChange,WeeklyChange,WeeklyPercentualChange,MonthlyChange,MonthlyPercentualChange,YearlyChange,YearlyPercentualChange,YTDChange,YTDPercentualChange,day_high,day_low,yesterday,lastWeek,lastMonth,lastYear,startYear,allTimeHigh,allTimeHighDate,allTimeLow,allTimeLowDate,decimals,unit,frequency,StartDate,LastUpdate
EURUSD:CUR,EUR,EURUSD,Euro Area,6/3/2026 7:54:51 AM,CLOSED,1.16204,1.16204,6/3/2026 7:55:00 AM,Europe G20 Major  EUR Cross,/euro-area/currency,1,-0.00120,-0.1000,-0.00060,-0.0482,-0.00710,-0.6073,0.02040,1.7869,-0.01200,-1.0238,1.16336,1.16123,1.16320,1.16260,1.16910,1.14160,1.17410,1.86860,7/6/1973 12:00:00 AM,0.64440,2/26/1985 12:00:00 AM,5,,Live,12/31/1957 12:00:00 AM,6/3/2026 7:55:00 AM
GBPUSD:CUR,GBP,GBPUSD,United Kingdom,6/3/2026 7:55:05 AM,CLOSED,1.34586,1.34586,6/3/2026 7:55:00 AM,Europe G20 Major  GBP Cross,/united-kingdom/currency,2,-0.00070,-0.0500,0.00310,0.2339,-0.00730,-0.5417,-0.00950,-0.6987,-0.00010,-0.0089,1.34720,1.34370,1.34660,1.34270,1.35320,1.35530,1.34600,2.85940,12/31/1957 12:00:00 AM,1.03071,9/26/2022 1:01:00 AM,5,,Live,1/31/1957 12:00:00 AM,6/3/2026 7:55:00 AM
AUDUSD:CUR,AUD,AUDUSD,Australia,6/3/2026 7:55:08 AM,CLOSED,0.71674,0.71674,6/3/2026 7:55:00 AM,Australia G20 Major  AUD Cross,/australia/currency,3,-0.00130,-0.1800,0.00270,0.3781,0.00000,0.0042,0.06750,10.3968,0.04950,7.4138,0.71818,0.71526,0.71800,0.71400,0.71670,0.64920,0.66730,1.48850,12/7/1973 12:00:00 AM,0.47730,4/2/2001 12:00:00 AM,5,,Live,1/4/1971 12:00:00 AM,6/3/2026 7:55:00 AM
https://api.tradingeconomics.com/markets/currency?c={your_api_key}
SymbolTickerNameCountryDateStateLastCloseCloseDateGroupURLImportanceDailyChangeDailyPercentualChangeWeeklyChangeWeeklyPercentualChangeMonthlyChangeMonthlyPercentualChangeYearlyChangeYearlyPercentualChangeYTDChangeYTDPercentualChangeday_highday_lowyesterdaylastWeeklastMonthlastYearstartYearallTimeHighallTimeHighDateallTimeLowallTimeLowDatedecimalsunitfrequencyStartDateLastUpdate
EURUSD:CUREUREURUSDEuro Area6/3/2026 8:01:21 AMCLOSED1.161531.161536/3/2026 12:00:00 AMEurope G20 Major EUR Cross/euro-area/currency1-0.00166-0.1427-0.00107-0.0920-0.00761-0.65090.019891.7422-0.01253-1.06721.163361.161231.163191.162601.169141.141641.174061.868607/6/1973 12:00:00 AM0.644402/26/1985 12:00:00 AM5Live12/31/1957 12:00:00 AM6/3/2026 8:02:00 AM
GBPUSD:CURGBPGBPUSDUnited Kingdom6/3/2026 8:01:41 AMCLOSED1.345471.345476/3/2026 12:00:00 AMEurope G20 Major GBP Cross/united-kingdom/currency2-0.00112-0.08320.002750.2048-0.00772-0.5705-0.00986-0.7275-0.00051-0.03791.347201.343701.346591.342721.353191.355331.345982.8594012/31/1957 12:00:00 AM1.030719/26/2022 1:01:00 AM5Live1/31/1957 12:00:00 AM6/3/2026 8:02:00 AM
AUDUSD:CURAUDAUDUSDAustralia6/3/2026 8:01:12 AMCLOSED0.716450.716456/3/2026 8:01:00 AMAustralia G20 Major AUD Cross/australia/currency3-0.00160-0.22000.002400.3375-0.00030-0.03630.0672010.35210.049207.37030.718180.715260.718000.714000.716700.649200.667301.4885012/7/1973 12:00:00 AM0.477304/2/2001 12:00:00 AM5Live1/4/1971 12:00:00 AM6/3/2026 8:01:00 AM

Crosses

Using Requests:

import requests
your_api_key = 'your_api_key'
url = f'https://api.tradingeconomics.com/markets/currency?c={your_api_key}&cross=EUR'
data = requests.get(url).json()
print(data)

Or using our package:

te.getCurrencyCross(cross = 'EUR')

Using Requests:

const axios = require('axios');
(async () => {
    const your_api_key = 'your_api_key'
    const response = await axios.get(`https://api.tradingeconomics.com/markets/currency?c=${your_api_key}&cross=EUR`)
    console.log(response.data)
})()

Or using our package:

data = te.getMarketSnap(cross = 'eur').then(function(data){
  console.log(data)     
});

Using Requests:

new HttpRequestMessage(new HttpMethod("GET"), "https://api.tradingeconomics.com/markets/currency?c=your_api_key&cross=EUR");
https://api.tradingeconomics.com/markets/currency?c={your_api_key}&cross=eur&f=json
[
  {
    "Symbol": "EURUSD:CUR",
    "Ticker": "EUR",
    "Name": "EURUSD",
    "Country": "Euro Area",
    "Date": "2026-06-03T08:18:59.863",
    "State": "CLOSED",
    "Last": 1.16124,
    "Close": 1.16124,
    "CloseDate": "2026-06-03T08:19:00",
    "Group": "Europe G20 Major  EUR Cross",
    "URL": "/euro-area/currency",
    "Importance": 1,
    "DailyChange": -0.002,
    "DailyPercentualChange": -0.17,
    "WeeklyChange": -0.0014,
    "WeeklyPercentualChange": -0.117,
    "MonthlyChange": -0.0079,
    "MonthlyPercentualChange": -0.6757,
    "YearlyChange": 0.0196,
    "YearlyPercentualChange": 1.7168,
    "YTDChange": -0.0128,
    "YTDPercentualChange": -1.0919,
    "day_high": 1.16336,
    "day_low": 1.16098,
    "yesterday": 1.1632,
    "lastWeek": 1.1626,
    "lastMonth": 1.1691,
    "lastYear": 1.1416,
    "startYear": 1.1741,
    "allTimeHigh": 1.8686,
    "allTimeHighDate": "1973-07-06T00:00:00",
    "allTimeLow": 0.6444,
    "allTimeLowDate": "1985-02-26T00:00:00",
    "decimals": 5,
    "unit": "",
    "frequency": "Live",
    "StartDate": "1957-12-31T00:00:00",
    "LastUpdate": "2026-06-03T08:19:00"
  },
  {
    "Symbol": "BTCEUR:CUR",
    "Ticker": "BTCEUR",
    "Name": "BTCEUR",
    "Country": "other",
    "Date": "2026-06-03T00:00:00",
    "State": "OPEN",
    "Last": 57768.37558,
    "Close": 57768.37558,
    "CloseDate": "2026-06-03T00:00:00",
    "Group": "crypto",
    "URL": "/btceur:cur",
    "Importance": 252,
    "DailyChange": 383.08169,
    "DailyPercentualChange": 0.6676,
    "WeeklyChange": -7419.02178,
    "WeeklyPercentualChange": -11.3811,
    "MonthlyChange": -10519.42571,
    "MonthlyPercentualChange": -15.4045,
    "YearlyChange": -34947.88116,
    "YearlyPercentualChange": -37.6934,
    "YTDChange": -16755.92471,
    "YTDPercentualChange": -22.4838,
    "day_high": 57918.70003,
    "day_low": 56237.07193,
    "yesterday": 57385.29389,
    "lastWeek": 65187.39736,
    "lastMonth": 68287.80129,
    "lastYear": 92716.25674,
    "startYear": 74524.30029,
    "allTimeHigh": 108333.54789,
    "allTimeHighDate": "2025-10-06T00:00:00",
    "allTimeLow": 1.59701,
    "allTimeLowDate": "2011-10-21T00:00:00",
    "decimals": 1,
    "unit": "",
    "frequency": "Daily",
    "StartDate": "2018-01-24T00:00:00",
    "LastUpdate": "2026-06-03T06:07:00"
  },
  {
    "Symbol": "EURGBP:CUR",
    "Ticker": "EURGBP",
    "Name": "EURGBP",
    "Country": "other",
    "Date": "2026-06-03T08:19:19.91",
    "State": "CLOSED",
    "Last": 0.86344,
    "Close": 0.86344,
    "CloseDate": "2026-06-03T08:19:00",
    "Group": "crosses  EUR Cross GBP Cross",
    "URL": "/eurgbp:cur",
    "Importance": 253,
    "DailyChange": -0.0004,
    "DailyPercentualChange": -0.04,
    "WeeklyChange": -0.0024,
    "WeeklyPercentualChange": -0.2795,
    "MonthlyChange": -0.0006,
    "MonthlyPercentualChange": -0.0741,
    "YearlyChange": 0.021,
    "YearlyPercentualChange": 2.4964,
    "YTDChange": -0.0089,
    "YTDPercentualChange": -1.0146,
    "day_high": 0.86427,
    "day_low": 0.86317,
    "yesterday": 0.8638,
    "lastWeek": 0.8659,
    "lastMonth": 0.8641,
    "lastYear": 0.8424,
    "startYear": 0.8723,
    "allTimeHigh": 0.9803,
    "allTimeHighDate": "2008-12-30T00:00:00",
    "allTimeLow": 0.5673,
    "allTimeLowDate": "2000-05-04T00:00:00",
    "decimals": 5,
    "unit": "",
    "frequency": "Live",
    "StartDate": "1986-05-07T00:00:00",
    "LastUpdate": "2026-06-03T08:19:00"
  }
]
https://api.tradingeconomics.com/markets/currency?c={your_api_key}&cross=eur&f=csv
Symbol,Ticker,Name,Country,Date,State,Last,Close,CloseDate,Group,URL,Importance,DailyChange,DailyPercentualChange,WeeklyChange,WeeklyPercentualChange,MonthlyChange,MonthlyPercentualChange,YearlyChange,YearlyPercentualChange,YTDChange,YTDPercentualChange,day_high,day_low,yesterday,lastWeek,lastMonth,lastYear,startYear,allTimeHigh,allTimeHighDate,allTimeLow,allTimeLowDate,decimals,unit,frequency,StartDate,LastUpdate
EURUSD:CUR,EUR,EURUSD,Euro Area,6/3/2026 8:22:10 AM,CLOSED,1.16120,1.16120,6/3/2026 8:22:00 AM,Europe G20 Major  EUR Cross,/euro-area/currency,1,-0.00200,-0.1700,-0.00140,-0.1204,-0.00790,-0.6791,0.01960,1.7133,-0.01290,-1.0953,1.16336,1.16098,1.16320,1.16260,1.16910,1.14160,1.17410,1.86860,7/6/1973 12:00:00 AM,0.64440,2/26/1985 12:00:00 AM,5,,Live,12/31/1957 12:00:00 AM,6/3/2026 8:22:00 AM
BTCEUR:CUR,BTCEUR,BTCEUR,other,6/3/2026 12:00:00 AM,OPEN,57768.37558,57768.37558,6/3/2026 12:00:00 AM,crypto,/btceur:cur,252,383.08169,0.6676,-7419.02178,-11.3811,-10519.42571,-15.4045,-34947.88116,-37.6934,-16755.92471,-22.4838,57918.70003,56237.07193,57385.29389,65187.39736,68287.80129,92716.25674,74524.30029,108333.54789,10/6/2025 12:00:00 AM,1.59701,10/21/2011 12:00:00 AM,1,,Daily,1/24/2018 12:00:00 AM,6/3/2026 6:07:00 AM
EURGBP:CUR,EURGBP,EURGBP,other,6/3/2026 8:21:25 AM,CLOSED,0.86344,0.86344,6/3/2026 8:21:00 AM,crosses  EUR Cross GBP Cross,/eurgbp:cur,253,-0.00040,-0.0400,-0.00240,-0.2795,-0.00060,-0.0741,0.02100,2.4964,-0.00890,-1.0146,0.86427,0.86317,0.86380,0.86590,0.86410,0.84240,0.87230,0.98030,12/30/2008 12:00:00 AM,0.56730,5/4/2000 12:00:00 AM,5,,Live,5/7/1986 12:00:00 AM,6/3/2026 8:21:00 AM
https://api.tradingeconomics.com/markets/currency?c={your_api_key}&cross=eur
SymbolTickerNameCountryDateStateLastCloseCloseDateGroupURLImportanceDailyChangeDailyPercentualChangeWeeklyChangeWeeklyPercentualChangeMonthlyChangeMonthlyPercentualChangeYearlyChangeYearlyPercentualChangeYTDChangeYTDPercentualChangeday_highday_lowyesterdaylastWeeklastMonthlastYearstartYeardecimalsunitfrequencyStartDateLastUpdate
DAIUSD:CURDAIDaiother7/12/2023 8:35:21 AMOPEN1.001.007/12/2023 8:35:00 AMcrypto stable/daiusd:cur2150.000.000.000.040.000.000.000.010.000.011.000.990.990.991.000.990.995Live7/12/2023 8:35:00 AM
USTUSD:CURUSDTTetherother7/12/2023 8:52:09 AMOPEN0.990.997/12/2023 8:52:00 AMcrypto stable/ustusd:cur224-0.00-0.010.000.020.000.000.000.070.000.001.000.991.000.990.990.990.992Live7/12/2023 8:52:00 AM
USCUSD:CURUSDCUSD Coinother7/12/2023 11:22:19 AMOPEN1.001.007/12/2023 12:00:00 AMcrypto stable/uscusd:cur225-0.00-0.000.000.00-0.00-0.000.000.000.000.001.000.991.001.001.001.001.002Live7/12/2023 11:30:00 AM
SymbolTickerNameCountryDateStateLastCloseCloseDateGroupURLImportanceDailyChangeDailyPercentualChangeWeeklyChangeWeeklyPercentualChangeMonthlyChangeMonthlyPercentualChangeYearlyChangeYearlyPercentualChangeYTDChangeYTDPercentualChangeday_highday_lowyesterdaylastWeeklastMonthlastYearstartYearallTimeHighallTimeHighDateallTimeLowallTimeLowDatedecimalsunitfrequencyStartDateLastUpdate
EURUSD:CUREUREURUSDEuro Area6/3/2026 8:23:22 AMCLOSED1.161191.161196/3/2026 8:23:00 AMEurope G20 Major EUR Cross/euro-area/currency1-0.00200-0.1700-0.00140-0.1213-0.00800-0.68000.019501.7124-0.01290-1.09621.163361.160981.163201.162601.169101.141601.174101.868607/6/1973 12:00:00 AM0.644402/26/1985 12:00:00 AM5Live12/31/1957 12:00:00 AM6/3/2026 8:23:00 AM
BTCEUR:CURBTCEURBTCEURother6/3/2026 12:00:00 AMOPEN57768.3755857768.375586/3/2026 12:00:00 AMcrypto/btceur:cur252383.081690.6676-7419.02178-11.3811-10519.42571-15.4045-34947.88116-37.6934-16755.92471-22.483857918.7000356237.0719357385.2938965187.3973668287.8012992716.2567474524.30029108333.5478910/6/2025 12:00:00 AM1.5970110/21/2011 12:00:00 AM1Daily1/24/2018 12:00:00 AM6/3/2026 6:07:00 AM
EURGBP:CUREURGBPEURGBPother6/3/2026 8:23:26 AMCLOSED0.863410.863416/3/2026 8:23:00 AMcrosses EUR Cross GBP Cross/eurgbp:cur253-0.00040-0.0500-0.00240-0.2830-0.00070-0.07750.021002.4928-0.00890-1.01800.864270.863170.863800.865900.864100.842400.872300.9803012/30/2008 12:00:00 AM0.567305/4/2000 12:00:00 AM5Live5/7/1986 12:00:00 AM6/3/2026 8:23:00 AM

Crypto

Using Requests:

import requests
your_api_key = 'your_api_key'
url = f'https://api.tradingeconomics.com/markets/crypto?c={your_api_key}'
data = requests.get(url).json()
print(data)

Or using our package:

te.getMarketsData(marketsField = 'crypto')

Using Requests:

const axios = require('axios');
(async () => {
    const your_api_key = 'your_api_key'
    const response = await axios.get(`https://api.tradingeconomics.com/markets/crypto?c=${your_api_key}`)
    console.log(response.data)
})()

Or using our package:

data = te.getMarketSnap(marketsField = 'crypto').then(function(data){
  console.log(data)     
});

Using Requests:

new HttpRequestMessage(new HttpMethod("GET"), "https://api.tradingeconomics.com/markets/crypto?c=your_api_key");
https://api.tradingeconomics.com/markets/crypto?c={your_api_key}&f=json
[
  {
    "Symbol": "DAIUSD:CUR",
    "Ticker": "DAI",
    "Name": "Dai",
    "Country": "other",
    "Date": "2026-06-03T07:45:54.073",
    "State": "OPEN",
    "Last": 0.99973,
    "Close": 0.99973,
    "CloseDate": "2026-06-03T07:46:00",
    "Group": "crypto  stable",
    "URL": "/daiusd:cur",
    "Importance": 215,
    "DailyChange": 0.0002,
    "DailyPercentualChange": 0.02,
    "WeeklyChange": 0.0002,
    "WeeklyPercentualChange": 0.024,
    "MonthlyChange": 0,
    "MonthlyPercentualChange": 0.004,
    "YearlyChange": -0.0003,
    "YearlyPercentualChange": -0.033,
    "YTDChange": 0,
    "YTDPercentualChange": 0.001,
    "day_high": 1.00014,
    "day_low": 0.99946,
    "yesterday": 0.9995,
    "lastWeek": 0.9995,
    "lastMonth": 0.9997,
    "lastYear": 1.0001,
    "startYear": 0.9997,
    "allTimeHigh": 1.8,
    "allTimeHighDate": "2025-11-19T01:16:00",
    "allTimeLow": 0.85001,
    "allTimeLowDate": "2023-03-11T07:19:00",
    "decimals": 5,
    "unit": "",
    "frequency": "Live",
    "StartDate": "2020-02-15T00:00:00",
    "LastUpdate": "2026-06-03T07:46:00"
  },
  {
    "Symbol": "LTCUSD:CUR",
    "Ticker": "LTCUSD",
    "Name": "Litecoin",
    "Country": "other",
    "Date": "2026-06-03T07:53:01.22",
    "State": "OPEN",
    "Last": 48.43,
    "Close": 48.43,
    "CloseDate": "2026-06-03T07:53:00",
    "Group": "crypto  stream",
    "URL": "/ltcusd:cur",
    "Importance": 217,
    "DailyChange": 1.51,
    "DailyPercentualChange": 3.22,
    "WeeklyChange": -3.4954,
    "WeeklyPercentualChange": -6.7317,
    "MonthlyChange": -6.56,
    "MonthlyPercentualChange": -11.9294,
    "YearlyChange": -39.6,
    "YearlyPercentualChange": -44.9847,
    "YTDChange": -28.35,
    "YTDPercentualChange": -36.9237,
    "day_high": 48.43,
    "day_low": 46.8483,
    "yesterday": 46.92,
    "lastWeek": 51.9254,
    "lastMonth": 54.99,
    "lastYear": 88.03,
    "startYear": 76.78,
    "allTimeHigh": 413.47,
    "allTimeHighDate": "2021-05-10T00:00:00",
    "allTimeLow": 22.24,
    "allTimeLowDate": "2018-12-14T00:00:00",
    "decimals": 3,
    "unit": "",
    "frequency": "Live",
    "StartDate": "2017-12-22T00:00:00",
    "LastUpdate": "2026-06-03T07:53:00"
  },
  {
    "Symbol": "XLMUSD:CUR",
    "Ticker": "XLM",
    "Name": "Stellar",
    "Country": "other",
    "Date": "2026-06-03T07:52:37.82",
    "State": "OPEN",
    "Last": 0.2305,
    "Close": 0.2305,
    "CloseDate": "2026-06-03T07:53:00",
    "Group": "crypto",
    "URL": "/xlmusd:cur",
    "Importance": 221,
    "DailyChange": 0.0085,
    "DailyPercentualChange": 3.81,
    "WeeklyChange": 0.0665,
    "WeeklyPercentualChange": 40.5145,
    "MonthlyChange": 0.0731,
    "MonthlyPercentualChange": 46.4422,
    "YearlyChange": -0.0361,
    "YearlyPercentualChange": -13.5409,
    "YTDChange": 0.0298,
    "YTDPercentualChange": 14.848,
    "day_high": 0.23404,
    "day_low": 0.21804,
    "yesterday": 0.222,
    "lastWeek": 0.164,
    "lastMonth": 0.1574,
    "lastYear": 0.2666,
    "startYear": 0.2007,
    "allTimeHigh": 0.798,
    "allTimeHighDate": "2021-05-16T00:00:00",
    "allTimeLow": 0.02602,
    "allTimeLowDate": "2020-03-13T00:00:00",
    "decimals": 5,
    "unit": "",
    "frequency": "Live",
    "StartDate": "2020-02-15T00:00:00",
    "LastUpdate": "2026-06-03T07:53:00"
  }
]
https://api.tradingeconomics.com/markets/crypto?c={your_api_key}&f=csv
Symbol,Ticker,Name,Country,Date,State,Last,Close,CloseDate,Group,URL,Importance,DailyChange,DailyPercentualChange,WeeklyChange,WeeklyPercentualChange,MonthlyChange,MonthlyPercentualChange,YearlyChange,YearlyPercentualChange,YTDChange,YTDPercentualChange,day_high,day_low,yesterday,lastWeek,lastMonth,lastYear,startYear,allTimeHigh,allTimeHighDate,allTimeLow,allTimeLowDate,decimals,unit,frequency,StartDate,LastUpdate
DAIUSD:CUR,DAI,Dai,other,6/3/2026 7:45:54 AM,OPEN,0.99973,0.99973,6/3/2026 7:46:00 AM,crypto  stable,/daiusd:cur,215,0.00020,0.0200,0.00020,0.0240,0.00000,0.0040,-0.00030,-0.0330,0.00000,0.0010,1.00014,0.99946,0.99950,0.99950,0.99970,1.00010,0.99970,1.80000,11/19/2025 1:16:00 AM,0.85001,3/11/2023 7:19:00 AM,5,,Live,2/15/2020 12:00:00 AM,6/3/2026 7:46:00 AM
LTCUSD:CUR,LTCUSD,Litecoin,other,6/3/2026 7:55:03 AM,OPEN,48.37000,48.37000,6/3/2026 7:55:00 AM,crypto  stream,/ltcusd:cur,217,1.45000,3.0900,-3.55540,-6.8472,-6.62000,-12.0386,-39.66000,-45.0528,-28.41000,-37.0018,48.43000,46.84830,46.92000,51.92540,54.99000,88.03000,76.78000,413.47000,5/10/2021 12:00:00 AM,22.24000,12/14/2018 12:00:00 AM,3,,Live,12/22/2017 12:00:00 AM,6/3/2026 7:55:00 AM
XLMUSD:CUR,XLM,Stellar,other,6/3/2026 7:55:26 AM,OPEN,0.23083,0.23083,6/3/2026 7:55:00 AM,crypto,/xlmusd:cur,221,0.00880,3.9600,0.06680,40.7157,0.07340,46.6518,-0.03580,-13.4171,0.03010,15.0125,0.23404,0.21804,0.22200,0.16400,0.15740,0.26660,0.20070,0.79800,5/16/2021 12:00:00 AM,0.02602,3/13/2020 12:00:00 AM,5,,Live,2/15/2020 12:00:00 AM,6/3/2026 7:55:00 AM
https://api.tradingeconomics.com/markets/crypto?c={your_api_key}
SymbolTickerNameCountryDateStateLastCloseCloseDateGroupURLImportanceDailyChangeDailyPercentualChangeWeeklyChangeWeeklyPercentualChangeMonthlyChangeMonthlyPercentualChangeYearlyChangeYearlyPercentualChangeYTDChangeYTDPercentualChangeday_highday_lowyesterdaylastWeeklastMonthlastYearstartYearallTimeHighallTimeHighDateallTimeLowallTimeLowDatedecimalsunitfrequencyStartDateLastUpdate
DAIUSD:CURDAIDaiother6/3/2026 7:45:54 AMOPEN0.999730.999736/3/2026 7:46:00 AMcrypto stable/daiusd:cur2150.000200.02000.000200.02400.000000.0040-0.00030-0.03300.000000.00101.000140.999460.999500.999500.999701.000100.999701.8000011/19/2025 1:16:00 AM0.850013/11/2023 7:19:00 AM5Live2/15/2020 12:00:00 AM6/3/2026 7:46:00 AM
LTCUSD:CURLTCUSDLitecoinother6/3/2026 8:01:14 AMOPEN48.3200048.320006/3/2026 8:01:00 AMcrypto stream/ltcusd:cur2171.400002.9800-3.60540-6.9435-6.67000-12.1295-39.71000-45.1096-28.46000-37.066948.4300046.8483046.9200051.9254054.9900088.0300076.78000413.470005/10/2021 12:00:00 AM22.2400012/14/2018 12:00:00 AM3Live12/22/2017 12:00:00 AM6/3/2026 8:01:00 AM
XLMUSD:CURXLMStellarother6/3/2026 8:01:21 AMOPEN0.229860.229866/3/2026 8:01:00 AMcrypto/xlmusd:cur2210.007803.52000.0658040.12440.0725046.0356-0.03670-13.78090.0292014.52910.234040.218040.222000.164000.157400.266600.200700.798005/16/2021 12:00:00 AM0.026023/13/2020 12:00:00 AM5Live2/15/2020 12:00:00 AM6/3/2026 8:01:00 AM

Stock Market

Using Requests:

import requests
your_api_key = 'your_api_key'
url = f'https://api.tradingeconomics.com/markets/index?c={your_api_key}'
data = requests.get(url).json()
print(data)

Or using our package:

te.getMarketsData(marketsField = 'index')

Using Requests:

const axios = require('axios');
(async () => {
    const your_api_key = 'your_api_key'
    const response = await axios.get(`https://api.tradingeconomics.com/markets/index?c=${your_api_key}`)
    console.log(response.data)
})()

Or using our package:

data = te.getMarketSnap(marketsField = 'index').then(function(data){
  console.log(data)     
});

Using Requests:

new HttpRequestMessage(new HttpMethod("GET"), "https://api.tradingeconomics.com/markets/index?c=your_api_key");
https://api.tradingeconomics.com/markets/index?c={your_api_key}&f=json
[
  {
    "Symbol": "SPX:IND",
    "Ticker": "SPX",
    "Name": "US500",
    "Country": "United States",
    "Date": "2026-06-03T08:23:57.64",
    "State": "CLOSED",
    "Last": 7604.42,
    "Close": 7609.77924,
    "CloseDate": "2026-06-02T00:00:00",
    "Group": "America G20 Major",
    "URL": "/united-states/stock-market",
    "Importance": 1,
    "DailyChange": 9.81445,
    "DailyPercentualChange": -0.07,
    "WeeklyChange": 84.0567,
    "WeeklyPercentualChange": 1.1177,
    "MonthlyChange": 403.6682,
    "MonthlyPercentualChange": 5.6059,
    "YearlyChange": 1633.6068,
    "YearlyPercentualChange": 27.3599,
    "YTDChange": 758.92,
    "YTDPercentualChange": 11.0864,
    "day_high": 7620.9,
    "day_low": 7582.99,
    "yesterday": 7609.7792,
    "lastWeek": 7520.3633,
    "lastMonth": 7200.7518,
    "lastYear": 5970.8132,
    "startYear": 6845.5,
    "allTimeHigh": 7620.9,
    "allTimeHighDate": "2026-06-02T00:00:00",
    "allTimeLow": 4.4,
    "allTimeLowDate": "1932-06-01T00:00:00",
    "decimals": 2,
    "unit": "Index Points",
    "frequency": "Live",
    "StartDate": "1928-01-03T00:00:00",
    "LastUpdate": "2026-06-03T08:24:00"
  },
  {
    "Symbol": "INDU:IND",
    "Ticker": "INDU",
    "Name": "US30",
    "Country": "United States",
    "Date": "2026-06-03T08:24:57.6",
    "State": "CLOSED",
    "Last": 51181.73,
    "Close": 51307.78644,
    "CloseDate": "2026-06-02T00:00:00",
    "Group": "America G20 Major  stream",
    "URL": "/indu:ind",
    "Importance": 2,
    "DailyChange": 228.90475,
    "DailyPercentualChange": -0.25,
    "WeeklyChange": 537.4472,
    "WeeklyPercentualChange": 1.0612,
    "MonthlyChange": 2239.8262,
    "MonthlyPercentualChange": 4.5765,
    "YearlyChange": 8753.9901,
    "YearlyPercentualChange": 20.6327,
    "YTDChange": 3118.4437,
    "YTDPercentualChange": 6.4882,
    "day_high": 51369.61,
    "day_low": 50829.55,
    "yesterday": 51307.7864,
    "lastWeek": 50644.2828,
    "lastMonth": 48941.9038,
    "lastYear": 42427.7399,
    "startYear": 48063.2864,
    "allTimeHigh": 51371.01,
    "allTimeHighDate": "2026-06-02T19:54:00",
    "allTimeLow": 28.48,
    "allTimeLowDate": "1896-08-08T00:00:00",
    "decimals": 0,
    "unit": "Index Points",
    "frequency": "Live",
    "StartDate": "1896-05-26T00:00:00",
    "LastUpdate": "2026-06-03T08:25:00"
  },
  {
    "Symbol": "US100:IND",
    "Ticker": "US100",
    "Name": "US100",
    "Country": "United States",
    "Date": "2026-06-03T08:24:57.8",
    "State": "CLOSED",
    "Last": 30620.8663,
    "Close": 30660.6,
    "CloseDate": "2026-06-02T00:00:00",
    "Group": "America G20 Major  stream",
    "URL": "/us100:ind",
    "Importance": 3,
    "DailyChange": 146.74,
    "DailyPercentualChange": -0.13,
    "WeeklyChange": 647.2963,
    "WeeklyPercentualChange": 2.1596,
    "MonthlyChange": 2969.0463,
    "MonthlyPercentualChange": 10.7373,
    "YearlyChange": 8898.9463,
    "YearlyPercentualChange": 40.9676,
    "YTDChange": 5371.0197,
    "YTDPercentualChange": 21.2715,
    "day_high": 30670.11,
    "day_low": 30372.957,
    "yesterday": 30660.6,
    "lastWeek": 29973.57,
    "lastMonth": 27651.82,
    "lastYear": 21721.92,
    "startYear": 25249.8466,
    "allTimeHigh": 30670.11,
    "allTimeHighDate": "2026-06-02T00:00:00",
    "allTimeLow": 107.16,
    "allTimeLowDate": "1985-10-08T00:00:00",
    "decimals": 0,
    "unit": "Index Points",
    "frequency": "Live",
    "StartDate": "1985-09-25T00:00:00",
    "LastUpdate": "2026-06-03T08:25:00"
  },
  {
    "Symbol": "CCMP:IND",
    "Ticker": "CCMP",
    "Name": "USND",
    "Country": "United States",
    "Date": "2026-06-02T19:59:59",
    "State": "CLOSED",
    "Last": 27093.90091,
    "Close": 27093.90091,
    "CloseDate": "2026-06-02T00:00:00",
    "Group": "America G20",
    "URL": "/ccmp:ind",
    "Importance": 4,
    "DailyChange": 7.09266,
    "DailyPercentualChange": 0.0262,
    "WeeklyChange": 437.7203,
    "WeeklyPercentualChange": 1.6421,
    "MonthlyChange": 2026.09956,
    "MonthlyPercentualChange": 8.0825,
    "YearlyChange": 7694.94335,
    "YearlyPercentualChange": 39.6668,
    "YTDChange": 3851.91027,
    "YTDPercentualChange": 16.5731,
    "day_high": 27171.285,
    "day_low": 26932.773,
    "yesterday": 27086.80825,
    "lastWeek": 26656.18061,
    "lastMonth": 25067.80135,
    "lastYear": 19398.95756,
    "startYear": 23241.99064,
    "allTimeHigh": 27190.207,
    "allTimeHighDate": "2026-06-01T00:00:00",
    "allTimeLow": 54.87,
    "allTimeLowDate": "1974-10-03T00:00:00",
    "decimals": 0,
    "unit": "Index Points",
    "frequency": "Delayed",
    "StartDate": "1971-02-05T00:00:00",
    "LastUpdate": "2026-06-03T08:10:00"
  }
]
https://api.tradingeconomics.com/markets/index?c={your_api_key}&f=csv
Symbol,Ticker,Name,Country,Date,State,Last,Close,CloseDate,Group,URL,Importance,DailyChange,DailyPercentualChange,WeeklyChange,WeeklyPercentualChange,MonthlyChange,MonthlyPercentualChange,YearlyChange,YearlyPercentualChange,YTDChange,YTDPercentualChange,day_high,day_low,yesterday,lastWeek,lastMonth,lastYear,startYear,allTimeHigh,allTimeHighDate,allTimeLow,allTimeLowDate,decimals,unit,frequency,StartDate,LastUpdate
SPX:IND,SPX,US500,United States,6/3/2026 8:46:58 AM,CLOSED,7606.92000,7609.77924,6/2/2026 12:00:00 AM,America G20 Major,/united-states/stock-market,1,9.81445,-0.0400,86.55670,1.1510,406.16820,5.6406,1636.10680,27.4017,761.42000,11.1229,7620.90000,7582.99000,7609.77920,7520.36330,7200.75180,5970.81320,6845.50000,7620.90000,6/2/2026 12:00:00 AM,4.40000,6/1/1932 12:00:00 AM,2,Index Points,Live,1/3/1928 12:00:00 AM,6/3/2026 8:47:00 AM
INDU:IND,INDU,US30,United States,6/3/2026 8:47:38 AM,CLOSED,51188.72000,51307.78644,6/2/2026 12:00:00 AM,America G20 Major  stream,/indu:ind,2,228.90475,-0.2300,544.43720,1.0750,2246.81620,4.5908,8760.98010,20.6492,3125.43360,6.5027,51369.61000,50829.55000,51307.78640,50644.28280,48941.90380,42427.73990,48063.28640,51371.01000,6/2/2026 7:54:00 PM,28.48000,8/8/1896 12:00:00 AM,0,Index Points,Live,5/26/1896 12:00:00 AM,6/3/2026 8:48:00 AM
US100:IND,US100,US100,United States,6/3/2026 8:46:05 AM,CLOSED,30653.46120,30660.60000,6/2/2026 12:00:00 AM,America G20 Major  stream,/us100:ind,3,146.74000,-0.0200,679.89120,2.2683,3001.64120,10.8551,8931.54120,41.1176,5403.61460,21.4006,30670.11000,30372.95700,30660.60000,29973.57000,27651.82000,21721.92000,25249.84660,30670.11000,6/2/2026 12:00:00 AM,107.16000,10/8/1985 12:00:00 AM,0,Index Points,Live,9/25/1985 12:00:00 AM,6/3/2026 8:46:00 AM
https://api.tradingeconomics.com/markets/index?c={your_api_key}
SymbolTickerNameCountryDateStateLastCloseCloseDateGroupURLImportanceDailyChangeDailyPercentualChangeWeeklyChangeWeeklyPercentualChangeMonthlyChangeMonthlyPercentualChangeYearlyChangeYearlyPercentualChangeYTDChangeYTDPercentualChangeday_highday_lowyesterdaylastWeeklastMonthlastYearstartYeardecimalsunitfrequencyStartDateLastUpdate
BKA:INDKuwwaitStoarketKuwait All ShareKuwait7/12/2023 9:38:18 AMCLOSED7289.327289.327/12/2023 12:00:00 AMAsia/kuwait/stock-market100025.840.35110.481.53364.025.25-70.98-0.96-2.80-0.037310.937275.397263.487178.846925.307360.307292.122Index PointsDelayed4/1/2018 12:00:00 AM7/12/2023 1:13:00 PM
BKX:INDBKXUS Bank IndexUnited States7/11/2023 8:02:31 PMCLOSED42.0942.097/11/2023 12:00:00 AMAmerica G20 Major/bkx:ind10000.671.610.681.640.150.35-10.22-19.53-9.53-18.4642.1941.3941.4241.4141.9452.3151.622Index PointsLive7/12/2023 1:05:00 PM
BHSEEI:INDBAHRAINSTOMAREstiradBahrain7/12/2023 9:57:00 AMCLOSED1969.961969.967/12/2023 12:00:00 AMAsia/bahrain/stock-market101010.390.539.350.4715.370.7897.685.2174.703.941969.961958.121959.571960.611954.581872.281895.262Index PointsDelayed8/31/2015 12:00:00 AM7/12/2023 1:13:00 PM
SymbolTickerNameCountryDateStateLastCloseCloseDateGroupURLImportanceDailyChangeDailyPercentualChangeWeeklyChangeWeeklyPercentualChangeMonthlyChangeMonthlyPercentualChangeYearlyChangeYearlyPercentualChangeYTDChangeYTDPercentualChangeday_highday_lowyesterdaylastWeeklastMonthlastYearstartYearallTimeHighallTimeHighDateallTimeLowallTimeLowDatedecimalsunitfrequencyStartDateLastUpdate
SPX:INDSPXUS500United States6/3/2026 8:48:15 AMCLOSED7607.670007609.779246/2/2026 12:00:00 AMAmerica G20 Major/united-states/stock-market19.81445-0.030087.306701.1609406.918205.65111636.8568027.4143762.1700011.13397620.900007582.990007609.779207520.363307200.751805970.813206845.500007620.900006/2/2026 12:00:00 AM4.400006/1/1932 12:00:00 AM2Index PointsLive1/3/1928 12:00:00 AM6/3/2026 8:48:00 AM
INDU:INDINDUUS30United States6/3/2026 8:47:38 AMCLOSED51188.7200051307.786446/2/2026 12:00:00 AMAmerica G20 Major stream/indu:ind2228.90475-0.2300544.437201.07502246.816204.59088760.9801020.64923125.433606.502751369.6100050829.5500051307.7864050644.2828048941.9038042427.7399048063.2864051371.010006/2/2026 7:54:00 PM28.480008/8/1896 12:00:00 AM0Index PointsLive5/26/1896 12:00:00 AM6/3/2026 8:48:00 AM
US100:INDUS100US100United States6/3/2026 8:48:06 AMCLOSED30659.1813030660.600006/2/2026 12:00:00 AMAmerica G20 Major stream/us100:ind3146.740000.0000685.611302.28743007.3613010.87588937.2613041.14405409.3347021.423230670.1100030372.9570030660.6000029973.5700027651.8200021721.9200025249.8466030670.110006/2/2026 12:00:00 AM107.1600010/8/1985 12:00:00 AM0Index PointsLive9/25/1985 12:00:00 AM6/3/2026 8:48:00 AM

Bonds

With the bonds endpoint you can use the type flag to filter maturities: (1M, 3M, 6M ,52W, 2Y, 3Y, 5Y, 7Y, 10Y, 15Y, 20Y, 30Y)

Using Requests:

import requests
your_api_key = 'your_api_key'
url = f'https://api.tradingeconomics.com/markets/bond?c={your_api_key}&type=10Y'
data = requests.get(url).json()
print(data)

Or using our package:

te.getMarketsData(marketsField = 'bond', type='10Y')

Using Requests:

const axios = require('axios');
(async () => {
    const your_api_key = 'your_api_key'
    const response = await axios.get(`https://api.tradingeconomics.com/markets/bond?c=${your_api_key}&type=10Y`)
    console.log(response.data)
})()

Or using our package:

data = te.getMarketSnap(marketsField = 'bond', type='10Y').then(function(data){
  console.log(data)     
});

Using Requests:

new HttpRequestMessage(new HttpMethod("GET"), "https://api.tradingeconomics.com/markets/bond?c=your_api_key&type=10Y");

https://api.tradingeconomics.com/markets/bond?c={your_api_key}&f=json
[
  {
    "Symbol": "USGG10YR:IND",
    "Ticker": "USGG10YR",
    "Name": "US 10Y",
    "Country": "United States",
    "Date": "2026-06-03T08:43:36",
    "State": "OPEN",
    "Last": 4.486,
    "Close": 4.486,
    "CloseDate": "2026-06-03T08:44:00",
    "Group": "America G20 Major  10Y",
    "URL": "/united-states/government-bond-yield",
    "Importance": 100,
    "DailyChange": 0.04,
    "DailyPercentualChange": 0.04,
    "WeeklyChange": -0.002,
    "WeeklyPercentualChange": -0.002,
    "MonthlyChange": 0.044,
    "MonthlyPercentualChange": 0.044,
    "YearlyChange": 0.127,
    "YearlyPercentualChange": 0.127,
    "YTDChange": 0.314,
    "YTDPercentualChange": 0.314,
    "day_high": 4.486,
    "day_low": 4.446,
    "yesterday": 4.446,
    "lastWeek": 4.488,
    "lastMonth": 4.442,
    "lastYear": 4.359,
    "startYear": 4.172,
    "allTimeHigh": 15.82,
    "allTimeHighDate": "1981-09-30T00:00:00",
    "allTimeLow": 0.318,
    "allTimeLowDate": "2020-03-09T00:00:00",
    "decimals": 4,
    "unit": "percent",
    "frequency": "Delayed",
    "StartDate": "1912-06-01T00:00:00",
    "LastUpdate": "2026-06-03T08:46:00"
  },
  {
    "Symbol": "USGG1M:IND",
    "Ticker": "UNITEDSTA4WEEBILYIE",
    "Name": "US 4W",
    "Country": "United States",
    "Date": "2026-06-03T06:55:23",
    "State": "CLOSED",
    "Last": 3.695,
    "Close": 3.695,
    "CloseDate": "2026-06-03T06:55:00",
    "Group": "America 1M",
    "URL": "/united-states/4-week-bill-yield",
    "Importance": 101,
    "DailyChange": 0.005,
    "DailyPercentualChange": 0.005,
    "WeeklyChange": 0.02,
    "WeeklyPercentualChange": 0.02,
    "MonthlyChange": 0.03,
    "MonthlyPercentualChange": 0.03,
    "YearlyChange": -0.576,
    "YearlyPercentualChange": -0.576,
    "YTDChange": 0.097,
    "YTDPercentualChange": 0.097,
    "day_high": 3.7,
    "day_low": 3.69,
    "yesterday": 3.69,
    "lastWeek": 3.675,
    "lastMonth": 3.665,
    "lastYear": 4.271,
    "startYear": 3.598,
    "allTimeHigh": 6.129,
    "allTimeHighDate": "2024-01-02T00:00:00",
    "allTimeLow": -0.117,
    "allTimeLowDate": "2020-03-26T00:00:00",
    "decimals": 4,
    "unit": "percent",
    "frequency": "Delayed",
    "StartDate": "2001-07-31T00:00:00",
    "LastUpdate": "2026-06-03T08:49:00"
  },
  {
    "Symbol": "USGG2M:IND",
    "Ticker": "USA8WBY",
    "Name": "US 8W",
    "Country": "United States",
    "Date": "2026-06-02T19:59:59",
    "State": "CLOSED",
    "Last": 3.708,
    "Close": 3.708,
    "CloseDate": "2026-06-02T00:00:00",
    "Group": "America 2M",
    "URL": "/united-states/8-week-bill-yield",
    "Importance": 102,
    "DailyChange": 0.002,
    "DailyPercentualChange": 0.012,
    "WeeklyChange": 0.038,
    "WeeklyPercentualChange": 0.038,
    "MonthlyChange": 0.02,
    "MonthlyPercentualChange": 0.02,
    "YearlyChange": -0.60095,
    "YearlyPercentualChange": -0.601,
    "YTDChange": 0.1,
    "YTDPercentualChange": 0.1,
    "day_high": 3.713,
    "day_low": 3.696,
    "yesterday": 3.706,
    "lastWeek": 3.67,
    "lastMonth": 3.688,
    "lastYear": 4.30895,
    "startYear": 3.608,
    "allTimeHigh": 5.699,
    "allTimeHighDate": "2024-02-05T00:00:00",
    "allTimeLow": -0.155,
    "allTimeLowDate": "2020-03-26T00:00:00",
    "decimals": 4,
    "unit": "percent",
    "frequency": "Daily",
    "StartDate": "2018-10-17T00:00:00",
    "LastUpdate": "2026-06-03T08:08:00"
  }
]
https://api.tradingeconomics.com/markets/bond?c={your_api_key}&f=csv
Symbol,Ticker,Name,Country,Date,State,Last,Close,CloseDate,Group,URL,Importance,DailyChange,DailyPercentualChange,WeeklyChange,WeeklyPercentualChange,MonthlyChange,MonthlyPercentualChange,YearlyChange,YearlyPercentualChange,YTDChange,YTDPercentualChange,day_high,day_low,yesterday,lastWeek,lastMonth,lastYear,startYear,allTimeHigh,allTimeHighDate,allTimeLow,allTimeLowDate,decimals,unit,frequency,StartDate,LastUpdate
USGG10YR:IND,USGG10YR,US 10Y,United States,6/3/2026 8:51:16 AM,OPEN,4.48600,4.48600,6/3/2026 8:51:00 AM,America G20 Major  10Y,/united-states/government-bond-yield,100,0.04000,0.0400,-0.00200,-0.0020,0.04400,0.0440,0.12700,0.1270,0.31400,0.3140,4.48600,4.44600,4.44600,4.48800,4.44200,4.35900,4.17200,15.82000,9/30/1981 12:00:00 AM,0.31800,3/9/2020 12:00:00 AM,4,percent,Delayed,6/1/1912 12:00:00 AM,6/3/2026 8:53:00 AM
USGG1M:IND,UNITEDSTA4WEEBILYIE,US 4W,United States,6/3/2026 6:55:23 AM,CLOSED,3.69500,3.69500,6/3/2026 6:55:00 AM,America 1M,/united-states/4-week-bill-yield,101,0.00500,0.0050,0.02000,0.0200,0.03000,0.0300,-0.57600,-0.5760,0.09700,0.0970,3.70000,3.69000,3.69000,3.67500,3.66500,4.27100,3.59800,6.12900,1/2/2024 12:00:00 AM,-0.11700,3/26/2020 12:00:00 AM,4,percent,Delayed,7/31/2001 12:00:00 AM,6/3/2026 8:55:00 AM
USGG2M:IND,USA8WBY,US 8W,United States,6/2/2026 7:59:59 PM,CLOSED,3.70800,3.70800,6/2/2026 12:00:00 AM,America 2M,/united-states/8-week-bill-yield,102,0.00200,0.0120,0.03800,0.0380,0.02000,0.0200,-0.60095,-0.6010,0.10000,0.1000,3.71300,3.69600,3.70600,3.67000,3.68800,4.30895,3.60800,5.69900,2/5/2024 12:00:00 AM,-0.15500,3/26/2020 12:00:00 AM,4,percent,Daily,10/17/2018 12:00:00 AM,6/3/2026 8:08:00 AM
https://api.tradingeconomics.com/markets/bond?c={your_api_key}
SymbolTickerNameCountryDateStateLastCloseCloseDateGroupURLImportanceDailyChangeDailyPercentualChangeWeeklyChangeWeeklyPercentualChangeMonthlyChangeMonthlyPercentualChangeYearlyChangeYearlyPercentualChangeYTDChangeYTDPercentualChangeday_highday_lowyesterdaylastWeeklastMonthlastYearstartYeardecimalsunitfrequencyStartDateLastUpdate
GBTPGR15Y:INDITA1YBYItaly 15YItaly7/12/2023 12:00:00 AMCLOSED4.5544.5547/12/2023 12:00:00 AMEurope/italy/15-year-bond-yield1000-0.039-0.04100.230.22800.2480.24601.2341.2320-0.201-0.20304.5694.5434.5934.3244.3063.324.7554percentDaily2/11/2002 12:00:00 AM7/12/2023 12:29:00 PM
GDBR15:INDDEU1YBYGermany 15YGermany7/12/2023 12:00:00 AMCLOSED2.7362.7367/12/2023 12:00:00 AMEurope 15Y/germany/15-year-bond-yield1000-0.02-0.02400.1620.15800.1280.12401.3741.37000.0710.06702.7592.7182.7562.5742.6081.3622.6654percentDaily11/9/2010 12:00:00 AM7/12/2023 11:19:00 AM
GSPG15YR:INDESP1YBYSpain 15YSpain7/12/2023 12:00:00 AMCLOSED3.8773.8777/12/2023 12:00:00 AMEurope 15Y/spain/15-year-bond-yield1000-0.028-0.03500.1690.16200.1690.16201.2021.1950-0.094-0.10103.8813.8593.9053.7083.7082.6753.9714percentDaily2/24/1994 12:00:00 AM7/12/2023 12:27:00 PM
SymbolTickerNameCountryDateStateLastCloseCloseDateGroupURLImportanceDailyChangeDailyPercentualChangeWeeklyChangeWeeklyPercentualChangeMonthlyChangeMonthlyPercentualChangeYearlyChangeYearlyPercentualChangeYTDChangeYTDPercentualChangeday_highday_lowyesterdaylastWeeklastMonthlastYearstartYearallTimeHighallTimeHighDateallTimeLowallTimeLowDatedecimalsunitfrequencyStartDateLastUpdate
USGG10YR:INDUSGG10YRUS 10YUnited States6/3/2026 8:57:13 AMOPEN4.486004.486006/3/2026 8:57:00 AMAmerica G20 Major 10Y/united-states/government-bond-yield1000.040000.0400-0.00200-0.00200.044000.04400.127000.12700.314000.31404.486004.446004.446004.488004.442004.359004.1720015.820009/30/1981 12:00:00 AM0.318003/9/2020 12:00:00 AM4percentDelayed6/1/1912 12:00:00 AM6/3/2026 8:58:00 AM
USGG1M:INDUNITEDSTA4WEEBILYIEUS 4WUnited States6/3/2026 6:55:23 AMCLOSED3.695003.695006/3/2026 6:55:00 AMAmerica 1M/united-states/4-week-bill-yield1010.005000.00500.020000.02000.030000.0300-0.57600-0.57600.097000.09703.700003.690003.690003.675003.665004.271003.598006.129001/2/2024 12:00:00 AM-0.117003/26/2020 12:00:00 AM4percentDelayed7/31/2001 12:00:00 AM6/3/2026 8:58:00 AM
USGG2M:INDUSA8WBYUS 8WUnited States6/2/2026 7:59:59 PMCLOSED3.708003.708006/2/2026 12:00:00 AMAmerica 2M/united-states/8-week-bill-yield1020.002000.01200.038000.03800.020000.0200-0.60095-0.60100.100000.10003.713003.696003.706003.670003.688004.308953.608005.699002/5/2024 12:00:00 AM-0.155003/26/2020 12:00:00 AM4percentDaily10/17/2018 12:00:00 AM6/3/2026 8:08:00 AM

Response fields

FieldTypeDescriptionExample
SymbolstringUnique symbol used by Trading Economics.“6758:JP”
TickerstringUnique ticker code used by Trading Economics.“6758”
NamestringFull name of the company, commodity, or indicator.“Sony”
CountrystringCountry or category associated with the instrument.“Japan”
DatestringDate and time of the latest release in UTC (ISO 8601 format).“2023-04-13T00:00:00”
StatestringCurrent market state“CLOSED”
LastnumberMost recent trading value or price.11900.00
ClosenumberLast recorded value before the market closed.11900.00
CloseDatestringDate and time of the last closing price (ISO 8601 format)“2023-04-13T00:00:00”
GroupstringGroup or sector classification“Livestock”
URLstringTrading Economics link to the instrument’s detail page“/commodity/eggs-ch”
ImportancenumberIndicator importance score ranging from 0 (lowest) to 1000 (highest)1000
DailyChangenumberAbsolute difference between previous close and current price-8.00
DailyPercentualChangenumberPercentage difference between previous close and current price-0.18
WeeklyChangenumberAbsolute difference between last week’s close and current price56.00
WeeklyPercentualChangenumberPercentage difference between last week’s close and current price1.27
MonthlyChangenumberAbsolute difference between last month’s close and current price-139.00
MonthlyPercentualChangenumberPercentage difference between last month’s close and current price-3.03
YearlyChangenumberAbsolute difference between last year’s close and current price-15.00
YearlyPercentualChangenumberPercentage difference between last year’s close and current price-0.33
YTDChangenumberAbsolute difference between last year’s final close and current price (YTD)525.00
YTDPercentualChangenumberPercentage difference between last year’s final close and current price (YTD)13.42
day_highnumberHighest trading value of the current day4460.00
day_lownumberLowest trading value of the current day4410.00
YesterdaynumberPrevious day’s closing price4443.00
LastWeeknumberClosing price from the previous week4379.00
LastMonthnumberClosing price from the previous month4574.00
LastYearnumberClosing price from the previous year4450.00
StartYearnumberClosing price at the start of the current year3910.00
AllTimeHighnumberHighest trading value of all time5.699
AllTimeHighDatestringDate of the all-time high value (ISO 8601 format)“2023-01-01T00:00:00”
AllTimeLownumberLowest trading value of all time1.234
AllTimeLowDatestringDate of the all-time low value (ISO 8601 format)“2010-01-01T00:00:00”
DecimalsnumberNumber of decimal places used in reported values2.0
UnitstringUnit of measurement for the value“CNY/T”
FrequencystringReporting frequency of the market data“Daily”
StartDatestringDate of the first available market entry (ISO 8601 format)“2013-11-08T00:00:00”
LastUpdatestringTimestamp of the most recent data update (ISO 8601 format)“2023-04-13T18:24:00”