العربية
Log in
Create account
Why Qatar?
Doing Business in Qatar
Doing Business from Qatar
Establish a business in Qatar
Supporting environment
A stable and resilient economy
Finding talent
Living in Qatar
FAQs
Sectors and Opportunities
Opportunities
Agriculture
Education
Financial services
Healthcare and life sciences
Logistics and transport
Manufacturing
Media
Oil and gas
PPP Opportunities
Professional services
Real estate
Sports
Technology
Tourism
How We Help
Request information
Request introductions
Request additional assistance
Find a partner
Find business services assistance
Investor Relations team
About Invest Qatar Gateway
Media and Events
News and articles
Events
Insights
Publications
Library
Laws and regulations
Interactive map
About Us
Message from CEO
Governance
Advisory board
Executive team
Contact us
Careers
Accessibility
Font size
A-
A
A+
Contrast
العربية
Log in
Create account
Why Qatar?
Doing Business in Qatar
Doing Business from Qatar
Establish a business in Qatar
Supporting environment
A stable and resilient economy
Finding talent
Living in Qatar
FAQs
Sectors and Opportunities
Opportunities
Agriculture
Education
Financial services
Healthcare and life sciences
Logistics and transport
Manufacturing
Media
Oil and gas
PPP Opportunities
Professional services
Real estate
Sports
Technology
Tourism
How We Help
Request information
Request introductions
Request additional assistance
Find a partner
Find business services assistance
Investor Relations team
About Invest Qatar Gateway
Media and Events
News and articles
Events
Insights
Publications
Library
Laws and regulations
Interactive map
About Us
Message from CEO
Governance
Advisory board
Executive team
Contact us
Careers
Publications
Home
Insights
Publications
Featured publications
All publications
Show filters
Hide filters
Category
All
Annual report
Research
Guides
Other
Sub Category
All
Business insights
Fact sheets
Briefs
Language
All
English
Arabic
Other
Sectors
Agriculture
Education
Financial services
Healthcare and life sciences
Logistics and transport
Manufacturing
Media
Oil and gas
Professional services
Real estate
Sports
Technology
Tourism
Clear filters
Showing
12
results
Sort by
Recent to oldest
Oldest to recent
Other
Invest Qatar Newsletter
April 2022
download
Annual report
Annual Report 2021
April 2022
download
Annual report
التقرير السنوي 2021
April 2022
download
Guides
Doing business in Qatar - A tax and legal guide
September 2021
download
Other
Qatar and Turkey - Report on Bilateral Trade & FDI
April 2021
download
Other
The Qatar-Russia Economic Relationship
February 2021
download
Other
Qatar FinTech Report 2021
January 2021
download
Guides
Investment Guide
January 2021
download
Guides
دليـــل الاستثمــــار
January 2021
download
Guides
инвестиционный сиравочник
January 2021
download
‹
1
2
›
Looking for more?
Request information
Modal Content goes here!!
Enter your details
First Name
Last Name
Email Address
Contact Number (Optional)
Company Name (Optional)
Yes, I agree that Invest Qatar may contact me by e-mail to enquire about my request, and I am aware that my shared personal data will be saved. This consent can be withdrawn at any time. More information can be found in the
Privacy policy.
Yes, I agree to receive news and updates from Invest Qatar.
Download
Modal Content goes here!
$(document).ready(function () { var errorMap = ["Please enter a valid contact number", "Invalid country code", "Too short", "Too long", "Please enter a valid contact number"]; var errorMsg = document.querySelector("#error-msg"); var input = document.querySelector("#phone"); var iti = window.intlTelInput(input, { utilsScript: "https://invest.qa/assets/front/plugins/intl-tel-input-17.0.0/build/js/utils.js?1613236686837", formatOnDisplay: true, separateDialCode: true, preferredCountries: ['qa', 'ae', 'sa', 'bh', 'kw', 'om'], excludeCountries: ["il"], initialCountry: "qa", geoIpLookup: function (success, failure) { $.get("https://ipinfo.io", function () { }, "jsonp").always(function (resp) { var countryCode = (resp && resp.country) ? resp.country : "qa"; $("#country_id option[data-code='" + countryCode.toUpperCase() + "']").prop("selected", true); $("#country_id").trigger('change'); success(countryCode); }) }, }); $("#country_id").on('change',function () { iti.setCountry($(this).find(":selected").data('code')); }) input.addEventListener("countrychange", function() { $("#country_id option[data-code='" + iti.getSelectedCountryData().iso2.toUpperCase() + "']").prop("selected", true); $("#country_id").trigger('change'); }); var reset = function () { input.classList.remove("error"); errorMsg.innerHTML = ""; errorMsg.classList.add("hide"); }; input.addEventListener('keyup', function () { reset(); if (input.value.trim()) { if (iti.isValidNumber()) { $(this).removeClass("is-invalid"); $(this).attr('data-error-code', ''); console.log('hi'); $(this).parent().siblings('.fv-plugins-message-container').html(''); } else { $(this).removeClass("is-invalid"); input.classList.add("error"); var errorCode = iti.getValidationError(); if(errorCode < 0){ $(this).addClass("is-invalid"); $(this).attr('data-error-code', 'Please enter a valid contact number'); }else{ $(this).addClass("is-invalid"); $(this).attr('data-error-code', errorMap[errorCode]); } } }else{ $(this).removeClass("is-invalid"); $(this).attr('data-error-code', ''); console.log('hi'); $(this).parent().siblings('.fv-plugins-message-container').html(''); } }); var handleChange = function () { $('input[name="full_phone"]').val(iti.getNumber()); }; input.addEventListener('change', handleChange); input.addEventListener('keyup', handleChange); input.addEventListener('change', reset); input.addEventListener('keyup', reset); })