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}
| 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 |
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}
| 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:01:21 AM | CLOSED | 1.16153 | 1.16153 | 6/3/2026 12:00:00 AM | Europe G20 Major EUR Cross | /euro-area/currency | 1 | -0.00166 | -0.1427 | -0.00107 | -0.0920 | -0.00761 | -0.6509 | 0.01989 | 1.7422 | -0.01253 | -1.0672 | 1.16336 | 1.16123 | 1.16319 | 1.16260 | 1.16914 | 1.14164 | 1.17406 | 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:02:00 AM | |
| GBPUSD:CUR | GBP | GBPUSD | United Kingdom | 6/3/2026 8:01:41 AM | CLOSED | 1.34547 | 1.34547 | 6/3/2026 12:00:00 AM | Europe G20 Major GBP Cross | /united-kingdom/currency | 2 | -0.00112 | -0.0832 | 0.00275 | 0.2048 | -0.00772 | -0.5705 | -0.00986 | -0.7275 | -0.00051 | -0.0379 | 1.34720 | 1.34370 | 1.34659 | 1.34272 | 1.35319 | 1.35533 | 1.34598 | 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 8:02:00 AM | |
| AUDUSD:CUR | AUD | AUDUSD | Australia | 6/3/2026 8:01:12 AM | CLOSED | 0.71645 | 0.71645 | 6/3/2026 8:01:00 AM | Australia G20 Major AUD Cross | /australia/currency | 3 | -0.00160 | -0.2200 | 0.00240 | 0.3375 | -0.00030 | -0.0363 | 0.06720 | 10.3521 | 0.04920 | 7.3703 | 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 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
| 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 | decimals | unit | frequency | StartDate | LastUpdate |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DAIUSD:CUR | DAI | Dai | other | 7/12/2023 8:35:21 AM | OPEN | 1.00 | 1.00 | 7/12/2023 8:35:00 AM | crypto stable | /daiusd:cur | 215 | 0.00 | 0.00 | 0.00 | 0.04 | 0.00 | 0.00 | 0.00 | 0.01 | 0.00 | 0.01 | 1.00 | 0.99 | 0.99 | 0.99 | 1.00 | 0.99 | 0.99 | 5 | Live | 7/12/2023 8:35:00 AM | ||
| USTUSD:CUR | USDT | Tether | other | 7/12/2023 8:52:09 AM | OPEN | 0.99 | 0.99 | 7/12/2023 8:52:00 AM | crypto stable | /ustusd:cur | 224 | -0.00 | -0.01 | 0.00 | 0.02 | 0.00 | 0.00 | 0.00 | 0.07 | 0.00 | 0.00 | 1.00 | 0.99 | 1.00 | 0.99 | 0.99 | 0.99 | 0.99 | 2 | Live | 7/12/2023 8:52:00 AM | ||
| USCUSD:CUR | USDC | USD Coin | other | 7/12/2023 11:22:19 AM | OPEN | 1.00 | 1.00 | 7/12/2023 12:00:00 AM | crypto stable | /uscusd:cur | 225 | -0.00 | -0.00 | 0.00 | 0.00 | -0.00 | -0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 1.00 | 0.99 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 | 2 | Live | 7/12/2023 11:30:00 AM |
| 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:23:22 AM | CLOSED | 1.16119 | 1.16119 | 6/3/2026 8:23:00 AM | Europe G20 Major EUR Cross | /euro-area/currency | 1 | -0.00200 | -0.1700 | -0.00140 | -0.1213 | -0.00800 | -0.6800 | 0.01950 | 1.7124 | -0.01290 | -1.0962 | 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:23: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:23:26 AM | CLOSED | 0.86341 | 0.86341 | 6/3/2026 8:23:00 AM | crosses EUR Cross GBP Cross | /eurgbp:cur | 253 | -0.00040 | -0.0500 | -0.00240 | -0.2830 | -0.00070 | -0.0775 | 0.02100 | 2.4928 | -0.00890 | -1.0180 | 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: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}
| 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 8:01:14 AM | OPEN | 48.32000 | 48.32000 | 6/3/2026 8:01:00 AM | crypto stream | /ltcusd:cur | 217 | 1.40000 | 2.9800 | -3.60540 | -6.9435 | -6.67000 | -12.1295 | -39.71000 | -45.1096 | -28.46000 | -37.0669 | 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 8:01:00 AM | |
| XLMUSD:CUR | XLM | Stellar | other | 6/3/2026 8:01:21 AM | OPEN | 0.22986 | 0.22986 | 6/3/2026 8:01:00 AM | crypto | /xlmusd:cur | 221 | 0.00780 | 3.5200 | 0.06580 | 40.1244 | 0.07250 | 46.0356 | -0.03670 | -13.7809 | 0.02920 | 14.5291 | 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 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}
| 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 | decimals | unit | frequency | StartDate | LastUpdate |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| BKA:IND | KuwwaitStoarket | Kuwait All Share | Kuwait | 7/12/2023 9:38:18 AM | CLOSED | 7289.32 | 7289.32 | 7/12/2023 12:00:00 AM | Asia | /kuwait/stock-market | 1000 | 25.84 | 0.35 | 110.48 | 1.53 | 364.02 | 5.25 | -70.98 | -0.96 | -2.80 | -0.03 | 7310.93 | 7275.39 | 7263.48 | 7178.84 | 6925.30 | 7360.30 | 7292.12 | 2 | Index Points | Delayed | 4/1/2018 12:00:00 AM | 7/12/2023 1:13:00 PM |
| BKX:IND | BKX | US Bank Index | United States | 7/11/2023 8:02:31 PM | CLOSED | 42.09 | 42.09 | 7/11/2023 12:00:00 AM | America G20 Major | /bkx:ind | 1000 | 0.67 | 1.61 | 0.68 | 1.64 | 0.15 | 0.35 | -10.22 | -19.53 | -9.53 | -18.46 | 42.19 | 41.39 | 41.42 | 41.41 | 41.94 | 52.31 | 51.62 | 2 | Index Points | Live | 7/12/2023 1:05:00 PM | |
| BHSEEI:IND | BAHRAINSTOMAR | Estirad | Bahrain | 7/12/2023 9:57:00 AM | CLOSED | 1969.96 | 1969.96 | 7/12/2023 12:00:00 AM | Asia | /bahrain/stock-market | 1010 | 10.39 | 0.53 | 9.35 | 0.47 | 15.37 | 0.78 | 97.68 | 5.21 | 74.70 | 3.94 | 1969.96 | 1958.12 | 1959.57 | 1960.61 | 1954.58 | 1872.28 | 1895.26 | 2 | Index Points | Delayed | 8/31/2015 12:00:00 AM | 7/12/2023 1:13:00 PM |
| 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:48:15 AM | CLOSED | 7607.67000 | 7609.77924 | 6/2/2026 12:00:00 AM | America G20 Major | /united-states/stock-market | 1 | 9.81445 | -0.0300 | 87.30670 | 1.1609 | 406.91820 | 5.6511 | 1636.85680 | 27.4143 | 762.17000 | 11.1339 | 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:48: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:48:06 AM | CLOSED | 30659.18130 | 30660.60000 | 6/2/2026 12:00:00 AM | America G20 Major stream | /us100:ind | 3 | 146.74000 | 0.0000 | 685.61130 | 2.2874 | 3007.36130 | 10.8758 | 8937.26130 | 41.1440 | 5409.33470 | 21.4232 | 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: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}
| 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 | decimals | unit | frequency | StartDate | LastUpdate |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| GBTPGR15Y:IND | ITA1YBY | Italy 15Y | Italy | 7/12/2023 12:00:00 AM | CLOSED | 4.554 | 4.554 | 7/12/2023 12:00:00 AM | Europe | /italy/15-year-bond-yield | 1000 | -0.039 | -0.0410 | 0.23 | 0.2280 | 0.248 | 0.2460 | 1.234 | 1.2320 | -0.201 | -0.2030 | 4.569 | 4.543 | 4.593 | 4.324 | 4.306 | 3.32 | 4.755 | 4 | percent | Daily | 2/11/2002 12:00:00 AM | 7/12/2023 12:29:00 PM |
| GDBR15:IND | DEU1YBY | Germany 15Y | Germany | 7/12/2023 12:00:00 AM | CLOSED | 2.736 | 2.736 | 7/12/2023 12:00:00 AM | Europe 15Y | /germany/15-year-bond-yield | 1000 | -0.02 | -0.0240 | 0.162 | 0.1580 | 0.128 | 0.1240 | 1.374 | 1.3700 | 0.071 | 0.0670 | 2.759 | 2.718 | 2.756 | 2.574 | 2.608 | 1.362 | 2.665 | 4 | percent | Daily | 11/9/2010 12:00:00 AM | 7/12/2023 11:19:00 AM |
| GSPG15YR:IND | ESP1YBY | Spain 15Y | Spain | 7/12/2023 12:00:00 AM | CLOSED | 3.877 | 3.877 | 7/12/2023 12:00:00 AM | Europe 15Y | /spain/15-year-bond-yield | 1000 | -0.028 | -0.0350 | 0.169 | 0.1620 | 0.169 | 0.1620 | 1.202 | 1.1950 | -0.094 | -0.1010 | 3.881 | 3.859 | 3.905 | 3.708 | 3.708 | 2.675 | 3.971 | 4 | percent | Daily | 2/24/1994 12:00:00 AM | 7/12/2023 12:27:00 PM |
| 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:57:13 AM | OPEN | 4.48600 | 4.48600 | 6/3/2026 8:57: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:58: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:58: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 |
Response fields
| Field | Type | Description | Example |
|---|---|---|---|
| Symbol | string | Unique symbol used by Trading Economics. | “6758:JP” |
| Ticker | string | Unique ticker code used by Trading Economics. | “6758” |
| Name | string | Full name of the company, commodity, or indicator. | “Sony” |
| Country | string | Country or category associated with the instrument. | “Japan” |
| Date | string | Date and time of the latest release in UTC (ISO 8601 format). | “2023-04-13T00:00:00” |
| State | string | Current market state | “CLOSED” |
| Last | number | Most recent trading value or price. | 11900.00 |
| Close | number | Last recorded value before the market closed. | 11900.00 |
| CloseDate | string | Date and time of the last closing price (ISO 8601 format) | “2023-04-13T00:00:00” |
| Group | string | Group or sector classification | “Livestock” |
| URL | string | Trading Economics link to the instrument’s detail page | “/commodity/eggs-ch” |
| Importance | number | Indicator importance score ranging from 0 (lowest) to 1000 (highest) | 1000 |
| DailyChange | number | Absolute difference between previous close and current price | -8.00 |
| DailyPercentualChange | number | Percentage difference between previous close and current price | -0.18 |
| WeeklyChange | number | Absolute difference between last week’s close and current price | 56.00 |
| WeeklyPercentualChange | number | Percentage difference between last week’s close and current price | 1.27 |
| MonthlyChange | number | Absolute difference between last month’s close and current price | -139.00 |
| MonthlyPercentualChange | number | Percentage difference between last month’s close and current price | -3.03 |
| YearlyChange | number | Absolute difference between last year’s close and current price | -15.00 |
| YearlyPercentualChange | number | Percentage difference between last year’s close and current price | -0.33 |
| YTDChange | number | Absolute difference between last year’s final close and current price (YTD) | 525.00 |
| YTDPercentualChange | number | Percentage difference between last year’s final close and current price (YTD) | 13.42 |
| day_high | number | Highest trading value of the current day | 4460.00 |
| day_low | number | Lowest trading value of the current day | 4410.00 |
| Yesterday | number | Previous day’s closing price | 4443.00 |
| LastWeek | number | Closing price from the previous week | 4379.00 |
| LastMonth | number | Closing price from the previous month | 4574.00 |
| LastYear | number | Closing price from the previous year | 4450.00 |
| StartYear | number | Closing price at the start of the current year | 3910.00 |
| AllTimeHigh | number | Highest trading value of all time | 5.699 |
| AllTimeHighDate | string | Date of the all-time high value (ISO 8601 format) | “2023-01-01T00:00:00” |
| AllTimeLow | number | Lowest trading value of all time | 1.234 |
| AllTimeLowDate | string | Date of the all-time low value (ISO 8601 format) | “2010-01-01T00:00:00” |
| Decimals | number | Number of decimal places used in reported values | 2.0 |
| Unit | string | Unit of measurement for the value | “CNY/T” |
| Frequency | string | Reporting frequency of the market data | “Daily” |
| StartDate | string | Date of the first available market entry (ISO 8601 format) | “2013-11-08T00:00:00” |
| LastUpdate | string | Timestamp of the most recent data update (ISO 8601 format) | “2023-04-13T18:24:00” |