Snapshots Group

Get Economic Calendar snapshot by group.

By group

Get all calendar events by group (interest rate, inflation, bonds, consumer, gdp, government, housing, labour, markets, money, prices, trade, business)

/calendar/group/{group}

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

te.getCalendarEventsByGroup(group='bonds')
const te = require('tradingeconomics');
te.login('your_api_key');

data = te.getCalendarEventsByGroup(group = 'bonds').then(function(data){
    console.log(data)     
});
WebRequest request = WebRequest.Create("https://api.tradingeconomics.com/calendar/group/bonds?c=guest:guest");
CalendarIdDateCountryCategoryEventReferenceReferenceDateSourceSourceURLActualPreviousForecastTEForecastURLDateSpanImportanceLastUpdateRevisedCurrencyUnitTickerSymbol
3364971/9/2023 10:45:00 AMEuropean UnionCalendar20-Year Bond Auction3.128%2.845%/european-union/calendar011/9/2023 10:54:57 AM%EUROPEANUCALEUROPEANUCAL
3371241/9/2023 10:45:00 AMEuropean UnionCalendar3-Year Bond Auction2.827%2.530%/european-union/calendar011/9/2023 10:54:48 AM%EUROPEANUCALEUROPEANUCAL
3126861/9/2023 2:00:00 PMFrance3 Month Bill Yield3-Month BTF AuctionAgence France Trésorhttps://www.aft.gouv.fr2.164%2.096%/france/3-month-bill-yield011/9/2023 1:58:35 PM%FRANCE3MONBILYIEFRANCE3MONBILYIE

/calendar/group/{group}/{yyyy-mm-dd}/{yyyy-mm-dd}

te.getCalendarEventsByGroup(group='bonds', initDate='2016-03-01',
 endDate='2018-03-03')

te.getCalendarEventsByGroup(group='bonds', initDate='2016-03-01 00:00:00',
 endDate='2018-03-03 23:59:59')
data = te.getCalendarEventsByGroup(group = 'bonds', start_date = '2016-03-01',
 end_date = '2018-03-03').then(function(data){
    console.log(data)     
});

data = te.getCalendarEventsByGroup(group = 'bonds', start_date = '2016-03-01 00:00:00',
 end_date = '2018-03-03 23:59:59').then(function(data){
    console.log(data)     
});
WebRequest request = WebRequest.Create("https://api.tradingeconomics.com/calendar/group/bonds/2016-03-01/2018-03-03?c=guest:guest");

WebRequest request = WebRequest.Create("https://api.tradingeconomics.com/calendar/group/bonds/2016-03-01%2000:00:00/2018-03-03%2023:59:59?c=guest:guest");
CalendarIdDateCountryCategoryEventReferenceReferenceDateSourceSourceURLActualPreviousForecastTEForecastURLDateSpanImportanceLastUpdateRevisedCurrencyUnitTickerSymbol
746333/1/2016 4:30:00 PMUnited States4 Week Bill Yield4-Week Bill Auction3/31/2016 12:00:00 AMFederal Reservehttps://www.treasurydirect.gov0.295%0.285%0.29%/united-states/4-week-bill-yield013/1/2016 4:35:00 PM%UNITEDSTA4WEEBILYIEUNITEDSTA4WEEBILYIE
996253/1/2016 4:30:00 PMUnited States52 Week Bill Yield52-Week Bill AuctionFederal Reservehttps://www.treasurydirect.gov0.660%0.53%/united-states/52-week-bill-yield013/1/2016 4:35:00 PM%UNITEDSTA52WEEBILYIEUNITEDSTA52WEEBILYIE
889563/2/2016 10:40:00 AMGermany5 Year Note Yield5-Year Bobl AuctionDepartment of Treasuryhttps://www.deutsche-finanzagentur.de-0.360%-0.240%/germany/5-year-note-yield013/2/2016 10:43:00 AM%GERMANY5YNYGERMANY5YNY