Tonga Holidays in 2023
List of public holidays in Tonga 2023 calendar
Date | Day | Name | Type |
---|---|---|---|
1st January | Sunday | New Year's Day | Public Holiday |
2nd January | Monday | Day off for New Year's Day | Public Holiday |
21st March | Tuesday | March Equinox | Season |
7th April | Friday | Good Friday | Public Holiday |
10th April | Monday | Easter Monday | Public Holiday |
25th April | Tuesday | ANZAC Day | Public Holiday |
4th June | Sunday | Emancipation Day | Public Holiday |
5th June | Monday | Day off for Emancipation Day | Public Holiday |
22nd June | Thursday | June Solstice | Season |
4th July | Tuesday | Birthday of His Majesty King Tupou VI | Public Holiday |
17th September | Sunday | Birthday of Crown Prince Tupouto'a-'Ulukalala | Public Holiday |
18th September | Monday | Day off for Birthday of Crown Prince Tupouto'a-'Ulukalala | Public Holiday |
23rd September | Saturday | September Equinox | Season |
4th November | Saturday | Constitution Day | Public Holiday |
6th November | Monday | Day off for Constitution Day | Public Holiday |
4th December | Monday | Anniversary of the Coronation of King Tupou I | Public Holiday |
22nd December | Friday | December Solstice | Season |
25th December | Monday | Christmas Day | Public Holiday |
26th December | Tuesday | Boxing Day | Public Holiday |
We strive to provide an accurate and up-to-date holiday's list for Tonga. however, please note that some holidays dates may change. If you discover any discrepancies, kindly report to us.
Note: Some holidays are color-coded based on the types of holidays. For example -
- Public Holidays
- Local Holidays
- Other Holidays
Frequently Asked Questions
How many holidays in Tonga this year in 2023?
There are 15 holidays in Tonga in 2023
How to retrieve the Tonga holidays list via API?
Simply make a GET request to v1/holidays?country=TO&year=2023
API to retrieve this list of Tonga holidays. Here is an example using Node.js and our official package on NPM.
// Install the 11holidays package from NPM
// npm i 11holidays
import HolidaysApi from '11holidays';
const instance = new HolidaysApi(API_KEY);
const holidays = await instance.holidays.list({ country: 'TO', year: '2023'});
console.log(holidays);