Frequently Asked Questions
The country code for Guyana is +592. This code is required when dialing to Guyana from any other country. Remember to precede the country code with the appropriate international prefix (e.g., 011 from the USA).
Always store Guyanese phone numbers in the international E.164 format (+592XXXXXXX). This standardized format ensures compatibility across different systems and simplifies integration with telecommunication services. Storing additional metadata like number type can also be beneficial.
To make international calls from Guyana, use the international prefix 001 followed by the country code and the local number. For example, to call the USA, dial 001 1 212 555 0123.
Guyana does not have a national prefix. You dial the 7-digit National Significant Number (NSN) directly for local calls.
All Guyanese phone numbers have a 7-digit National Significant Number (NSN), regardless of whether they are landlines or mobile numbers. There are no area codes within Guyana.
Guyana utilizes a closed numbering plan, meaning there are no separate area codes within the country. This simplifies dialing, as you only need the 7-digit NSN for any call within Guyana.
The E.164 format for Guyana numbers is +592XXXXXXX, where X represents the seven digits of the National Significant Number (NSN). It's the internationally recommended format for storing phone numbers.
Use the regular expression /^2[1-9]\d{5}$/ to validate a Guyana landline number. This regex ensures the number starts with 2, followed by a digit from 1 to 9, and then five more digits.
Guyanese mobile numbers can be validated using the regex /^(6\d{6}|7[0-5]\d{5})$/. This checks for numbers starting with 6 followed by six digits, or starting with 70 to 75 followed by five digits.
For local display, format numbers as XXX-XXXX. For international display, use the full E.164 format (+592 XXX XXXX) for better clarity and recognition.
You should always store phone numbers in E.164 format (+592XXXXXXX) for consistency and interoperability with various systems and services. It's best practice for database storage and data exchange.
Guyana's phone numbers use prefixes to indicate service type: '2' for landlines, '6' and '7[0-5]' for mobile, '8' for toll-free, and '9' for premium-rate numbers.
Refer to the Telecommunications Agency's official website (https://telecoms.gov.gy/) for the latest regulations and licensing information in Guyana's telecommunications sector.
Dial the 7-digit number directly. No area codes or prefixes are needed for local calls within Guyana.
Loading...
Guyana Phone Numbers: Format, Area Code & Validation Guide
This guide provides a deep dive into Guyana's phone numbering system, offering developers the essential information needed for seamless integration with applications and services. Whether you're building telecommunications software, validating user input, or managing international communications, this resource covers number formats, dialing procedures, validation techniques, best practices, and regulatory considerations.
Quick Reference
Best Practice: Always store phone numbers in the international E.164 format (+592XXXXXXX) for optimal compatibility and interoperability.
Guyana's Telecommunications Landscape
Guyana's telecommunications sector has undergone significant liberalization since October 2020, fostering competition and growth. This expansion is driven by increasing demand from various sectors, including oil and gas, a growing migrant population, and the development of call centers and data warehousing. The government actively promotes ICT development, with initiatives like training programs for over 3,000 individuals. This growth presents opportunities for developers and businesses in the telecommunications space.
Number Formats and Structure
Guyana uses a closed numbering plan with a uniform 7-digit NSN structure across the country. No area codes are used within Guyana, simplifying both domestic and international dialing.
The first digit of the 7-digit number indicates the service type:
2[1-9]XXXXXX
(e.g., 2221234)6XXXXXX
or7[0-5]XXXXX
(e.g., 6123456, 7012345)800XXXX
(e.g., 8001234)9008XXX
(e.g., 9008123)Dialing Procedures
Domestic Calls
International Calls
001 + Country Code + Number
. For example, to call the USA, dial001 1 212 555 0123
.011 + 592 + 7-digit Local Number
. For example, to call Guyana from the USA, dial011 592 222 1234
. Note that the international prefix may vary depending on the originating country.Number Validation
Robust validation is crucial for ensuring data integrity and preventing errors. Use regular expressions to validate Guyanese phone numbers effectively:
Implementation Best Practices
XXX-XXXX
. For international display, use the full E.164 format (+592 XXX XXXX).Python Implementation Examples
Regulatory Compliance
Stay updated on Guyana's telecommunications regulations by referring to the Telecommunications Agency's official website (https://telecoms.gov.gy/). The Telecommunications Act of 2016 governs the sector, and the Agency provides relevant regulations and licensing information. Always verify the latest requirements when implementing telecommunications systems in Guyana.
Error Handling and Edge Cases
Implement robust error handling to manage invalid input and other unexpected scenarios. Provide clear error messages to users and log errors for debugging purposes.
This comprehensive guide equips developers with the knowledge and tools to handle Guyana phone numbers effectively. By following the best practices and staying informed about regulatory updates, you can ensure seamless integration and reliable communication within your applications.