Discontinued Series

Get all discontinued series

All series

List of discontinued series for all countries.

/country/all/discontinued

import tradingeconomics as te
te.login('your_api_key')

te.getDiscontinuedIndicator()
const te = require('tradingeconomics');
te.login('your_api_key');

data = te.getDiscontinuedIndicators().then(function(data){
  console.log(data)       
});
WebRequest request = WebRequest.Create("https://api.tradingeconomics.com/country/all/discontinued?c=guest:guest");
CountryCategoryTitleLatestValueDateLatestValueSourceSourceURLUnitURLCategoryGroupAdjustmentFrequencyHistoricalDataSymbolCreateDateFirstValueDatePreviousValuePreviousValueDate
AfghanistanInternet SpeedAfghanistan Internet Speed3/31/2017 12:00:00 AM1901.54AKAMAIKBps/afghanistan/internet-speedBusinessQuarterlyAFGKBPS10/25/2017 5:12:00 PM9/30/2007 12:00:00 AM1797.4312/31/2016 12:00:00 AM
AfghanistanIP AddressesAfghanistan IP Addresses3/31/2017 12:00:00 AM14505.00AKAMAIIP/afghanistan/ip-addressesBusinessQuarterlyAFGIPS10/25/2017 5:12:00 PM9/30/2007 12:00:00 AM15003.0012/31/2016 12:00:00 AM
AfghanistanInterest RateAfghanistan Interest Rate3/31/2017 12:00:00 AM14.94Afghanistan Bankhttp://www.centralbank.gov.af/percent/afghanistan/interest-rateMoneyMonthlyAFGSTANINTTRATE8/7/2014 5:57:00 PM3/31/2007 12:00:00 AM14.572/28/2017 12:00:00 AM

By country

List of discontinued series by country

/country/{country}/discontinued

te.getDiscontinuedIndicator(country = 'united states')
data = te.getDiscontinuedIndicators(country = 'united states').then(function(data){
  console.log(data)       
});
WebRequest request = WebRequest.Create("https://api.tradingeconomics.com/country/united%20states/discontinued?c=guest:guest");
CountryCategoryTitleLatestValueDateLatestValueSourceSourceURLUnitURLCategoryGroupAdjustmentFrequencyHistoricalDataSymbolCreateDateFirstValueDatePreviousValuePreviousValueDate
United StatesSmall Business SentimentUS Small Business Health Index2/28/2015 12:00:00 AM51.67Fit Small Businesshttp://fitsmallbusiness.com/united-states/small-business-sentimentBusinessMonthlyUNITEDSTASMABUSSEN12/22/2014 4:27:00 PM2/28/2014 12:00:00 AM49.031/31/2015 12:00:00 AM
United StatesInternet SpeedUnited States Internet Speed3/31/2017 12:00:00 AM18747.58AKAMAIKBps/united-states/internet-speedBusinessQuarterlyUSAKBPS10/25/2017 5:12:00 PM9/30/2007 12:00:00 AM17235.6212/31/2016 12:00:00 AM
United StatesIP AddressesUnited States IP Addresses3/31/2017 12:00:00 AM128949703.00AKAMAIIP/united-states/ip-addressesBusinessQuarterlyUSAIPS10/25/2017 5:12:00 PM9/30/2007 12:00:00 AM127873899.0012/31/2016 12:00:00 AM

/country/{countries}/discontinued

te.getDiscontinuedIndicator(country = ['united states', 'china'] )
data = te.getDiscontinuedIndicators(country = ['united states', 'china'] ).then(function(data){
  console.log(data)       
});
WebRequest request = WebRequest.Create("https://api.tradingeconomics.com/country/united%20states,china/discontinued?c=guest:guest");
CountryCategoryTitleLatestValueDateLatestValueSourceSourceURLUnitURLCategoryGroupAdjustmentFrequencyHistoricalDataSymbolCreateDateFirstValueDatePreviousValuePreviousValueDate
ChinaCompetitiveness IndexChina Competitiveness Index12/31/2019 12:00:00 AM73.90World Economic Forumhttps://www.weforum.orgPoints/china/competitiveness-indexBusinessYearlyChinaComInd6/12/2015 5:19:00 PM12/31/2007 12:00:00 AM72.6112/31/2018 12:00:00 AM
ChinaCompetitiveness RankChina Competitiveness Rank12/31/2019 12:00:00 AM28.00World Economic Forumhttps://www.weforum.org/china/competitiveness-rankBusinessYearlyChinaComRan6/12/2015 5:17:00 PM12/31/2007 12:00:00 AM28.0012/31/2018 12:00:00 AM
ChinaCoronavirus RecoveredChina Coronavirus COVID-19 Recovered12/15/2021 12:00:00 AM86689.00World Health OrganizationPersons/china/coronavirus-recoveredHealthDailyCNCOVIDRT3/11/2020 1:48:00 PM12/31/2019 12:00:00 AM86676.006/29/2021 12:00:00 AM

Response fields

FieldTypeDescriptionExample
CountrystringCountry name“China”
CategorystringCategory name“Coronavirus Recovered”
TitlestringTitle of the series“China Coronavirus COVID-19 Recovered”
LatestValueDatestringLatest value date“2021-12-15T00:00:00”
LatestValuenumberLatest value86689.00
SourcestringSource of the series“World Health Organization
SourceURLstringURL link of the source“https://www.worldbank.org”
UnitstringUnit of the data“Persons”
URLstringHyperlink at Trading Economics“/china/coronavirus-recovered”
CategoryGroupstringCategory group name“Health”
AdjustmentstringAdjustment“Current Prices”
FrequencystringFrequency of the series“Daily”
HistoricalDataSymbolstringUnique symbol used by Trading Economics“CNCOVIDRT”
CreateDatestringTime when an series was inserted“2020-03-11T13:48:00”
FirstValueDatestringDate of the first value“2019-12-31T00:00:00”
PreviousValuenumberPrevious value86676.00
PreviousValueDatestringDate of the previous value“2021-06-29T00:00:00”