www.dexxos.com.br Open in urlscan Pro
3.225.83.67  Public Scan

Submitted URL: http://www.dexxos.com.br//en//
Effective URL: https://www.dexxos.com.br/en/
Submission: On October 04 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

/

<form class="form-search" action="/">
  <input name="s" type="text" value="" placeholder="Search" required="required">
  <button class="bt-search">ok</button>
</form>

POST https://apicatalog.mziq.com/mailer/public/company/ca373d40-8cff-414f-a58e-e8d4ab5fe28f/contact/register/solicitation

<form id="MZMailerForm" class="mailer-form" action="https://apicatalog.mziq.com/mailer/public/company/ca373d40-8cff-414f-a58e-e8d4ab5fe28f/contact/register/solicitation" method="post"><label class="field"><span class="label">Name *</span><input
      name="name" type="text" required="" placeholder=""><span class="alert alert-name">Fill in the name field!</span><span class="alert alert-name-invalid">Invalid Name!</span></label><label class="field"><span class="label">Email *</span><input
      name="email" type="email" required="" placeholder=""><span class="alert alert-email">Fill in the email field!</span><span class="alert alert-email-invalid">Invalid Email!</span></label><label class="field"><span class="label">*
      Company</span><input name="company" type="text" placeholder="" required=""><span class="alert alert-company">Fill in the company field!</span></label><label class="field"><span class="label">Profile</span><select name="profile" id="profile"
      required="">
      <option value="1">Shareholder</option>
      <option value="20">Rating Agency</option>
      <option value="2">Fixed Income Analyst (buy-side)</option>
      <option value="3">Fixed Income Analyst (sell-side)</option>
      <option value="4">Equity Analyst (buy-side)</option>
      <option value="5">Equity Analyst (sell-side)</option>
      <option value="19">Bondholder</option>
      <option value="18">Company Employee</option>
      <option value="6">Consultant</option>
      <option value="7">Real Estate Broker</option>
      <option value="8">Student</option>
      <option value="9">Provider</option>
      <option value="10">Portfolio Manager (Fixed Income)</option>
      <option value="11">Portfolio Manager (Equity)</option>
      <option value="12">Individual Investor</option>
      <option value="13">Journalist</option>
      <option value="14">Tenant</option>
      <option value="15">Other</option>
      <option value="16">Service Provider</option>
      <option value="17">IR Professional</option>
    </select><span class="alert alert-profile">Select the profile field!</span></label><label class="field"><span class="label">* Groups</span><select name="groups" id="groups" class="selectGroup" required="">
      <option value="513f872d-b225-4104-b870-ca5db7d97b4f">English</option>
    </select><span class="alert alert-group">* Groups</span></label>
  <div class="div-recaptcha" data-sitekey="12l34h5fAAAAALApBrhuiQEXXnDwWNGBET4U-lXT"></div><label class="field terms"><input name="terms" type="checkbox" required=""><span id="acceptedTerm" class="label">
      <p>I accept the terms and conditions for sending and processing my personal data, in accordance with Law nº 13.709/2018 (“LGPD”).</p>
    </span></label>
  <div class="buttons"><button type="reset" class="btn clear">Clear</button><button type="button" class="btn send" disabled="">Submit</button></div>
</form>

POST https://apicatalog.mziq.com/mailer/public/company/ca373d40-8cff-414f-a58e-e8d4ab5fe28f/contact/blacklist/solicitation

<form id="MZMailerFormBlacklist" class="mailer-form-blacklist" action="https://apicatalog.mziq.com/mailer/public/company/ca373d40-8cff-414f-a58e-e8d4ab5fe28f/contact/blacklist/solicitation" method="post"><label class="field"><span
      class="label">Nome</span><input name="name" type="text" required="" placeholder="Name"><span class="alert alert-name">Fill in the name field!</span><span class="alert alert-name-invalid">Invalid Name!</span></label><label class="field"><span
      class="label">E-mail</span><input name="email" type="email" required="" placeholder="your@email.com"><span class="alert alert-email">Fill in the email field!</span><span class="alert alert-email-invalid">Invalid Email!</span></label>
  <div class="div-recaptcha" data-sitekey="12l34h5fAAAAALApBrhuiQEXXnDwWNGBET4U-lXT"></div>
  <div class="buttons"><button type="reset" class="btn clear">Clear</button><button type="button" class="btn sendBlacklist">Reactivate</button></div>
</form>

https://www.dexxos.com.br/wp-admin/admin-ajax.php/get_kit_investidor_zip

<form id="form-kit" action="https://www.dexxos.com.br/wp-admin/admin-ajax.php/get_kit_investidor_zip">
  <fieldset>
    <label>
      <input class="kit-checkbox" type="checkbox" value="14960" name="investorkit-item[]">Financial Statements 2Q24* </label>
    <label>
      <input class="kit-checkbox" type="checkbox" value="14958" name="investorkit-item[]">Press Release 2Q24 </label>
    <label>
      <input class="kit-checkbox" type="checkbox" value="14932" name="investorkit-item[]">Last Reference Form – Version 1 </label>
    <label>
      <input class="kit-checkbox" type="checkbox" value="14972" name="investorkit-item[]">Distance Voting Bulletin – Extraordinary Shareholders Meeting </label>
  </fieldset>
  <p><input class="btn inativo" type="button" name="download" id="download-investorkit" value="Download"></p>
  <input type="hidden" name="action" value="get_kit_investidor_zip">
  <script>
    jQuery(document).ready(function($) {
      $('#download-investorkit').click(function(e) {
        e.preventDefault();
        form = $('#form-kit');
        form.submit();
      });
      $("body").on("click", "#download-investorkit", function() {
        //console.log("fire");
        var urls = $('input[type=checkbox]:checked').map(function(_, el) {
          return $(el).val();
        }).get();
        var s_str = $(".ajax").val();
        var ajax_url = "https://www.dexxos.com.br/wp-admin/admin-ajax.php?lang=en";
        var get_title_nonce = "";
        var data = {
          nonce: get_title_nonce,
          action: "get_kit_investidor_zip",
          urls: urls
        };
        //alert(ajax_url);
        $.post(ajax_url, data, function(data) {
          //alert('data:' + data);
          //console.log(data);
        });
      });
      $("#form-kit input[type=checkbox]").on("click", function() {
        var $nota = $("#form-kit .nota"),
          $btn = $("#form-kit .btn"),
          n = $("#form-kit input:checked").length,
          inativo = "inativo";
        if (n > 0) {
          $nota.addClass(inativo);
          $btn.removeClass(inativo);
        } else {
          $btn.addClass(inativo);
          $nota.removeClass(inativo);
        }
        $(this).parents("label").toggleClass("ativo");
      });
    });
  </script>
</form>

Text Content

 * 
 * 
 * 
 * 
 * ok
 * enpt

 * THE COMPANY
   * Corporate Profile
   * Operating Segments
   * Corporate Organization Chart
   * Edge
 * CORPORATE GOVERNANCE
   * Board of Directors, Executive Board, Fiscal Council and ESG Committee
   * Bylaws
   * Company’s Code of Ethics and Conduct
   * Corporate Policies and Internal Charters
 * INVESTOR INFORMATION
   * Results Center
   * Material Facts
   * Notices to the Market
   * Notices to Shareholders
   * Shareholders Agreement
   * CVM Reports
   * Registration and Reference Forms
   * Documents. Minutes and Meetings
   * Annual Corporate Events Calendar
   * Corporate Presentations
 * INVESTOR SERVICES
   * Sign Up for the Mailing
   * Glossary
   * Corporate Events Calendar
   * Notes and Terms of Use
   * Privacy Policy
   * IR Contact
 * DATA PROTECTION
   * Privacy Contact


Trust, agility and consistency




Between tradition and innovation, we choose both.




Trust, agility and consistency




Between tradition and innovation, we choose both.




Trust, agility and consistency




Between tradition and innovation, we choose both.




prev
next
1
2


LAST NEWS

10May


1Q24 RESULTS VIDEOCONFERENCE

1Q24 Results Videoconference

29Apr


DIVIDEND DISTRIBUTION*

Dividend Distribution*

22Apr


MERGER OF SHARES OF GPC QUÍMICA AND APOLO TUBOS BY THE COMPANY

Merger of Shares of GPC Química and Apolo Tubos by the Company


EVENTS CALENDAR

Previous
Next
PrevNext
October 2024

MTWTFSS 12345678910111213141516171819202122232425262728293031   


QUICK ACCESS

 * Last Financial Statements
 * Last Press Release
 * Last Reference Form
 * Last Registration Form


REGISTER FOR THE MAILING

The term must be accepted to register!
You will receive an email to confirm this registration!
Data updated successfully!
This e-mail is no longer registered to receive mailings. click here to
reactivate it.
Something went wrong while registering!
There was a problem validating Captcha!
Unexpected error registering!
Name *Fill in the name field!Invalid Name!Email *Fill in the email field!Invalid
Email!* CompanyFill in the company field!ProfileShareholderRating AgencyFixed
Income Analyst (buy-side)Fixed Income Analyst (sell-side)Equity Analyst
(buy-side)Equity Analyst (sell-side)BondholderCompany EmployeeConsultantReal
Estate BrokerStudentProviderPortfolio Manager (Fixed Income)Portfolio Manager
(Equity)Individual InvestorJournalistTenantOtherService ProviderIR
ProfessionalSelect the profile field!* GroupsEnglish* Groups


I accept the terms and conditions for sending and processing my personal data,
in accordance with Law nº 13.709/2018 (“LGPD”).

ClearSubmit


BLACKLIST

You will receive an email to confirm the reactivation of the registration.
Your email is not blacklisted.
There was a problem validating Captcha!
Unexpected error registering!
NomeFill in the name field!Invalid Name!E-mailFill in the email field!Invalid
Email!

ClearReactivate

Please enable JavaScript to submit this form.



INVESTOR KIT

Financial Statements 2Q24* Press Release 2Q24 Last Reference Form – Version 1
Distance Voting Bulletin – Extraordinary Shareholders Meeting




TALK TO IR

Telephone: +55 (21) 2212-4757
Email: dri@dexxos.com.br
Rua do Passeio, 70 - 13º Andar
Centro - Rio de Janeiro
RJ - CEP 20021-290 (mapa)
*During a pandemic, we prioritize contact by email

 * THE COMPANY
   * Corporate Profile
   * Operating Segments
   * Corporate Organization Chart
   * Edge
 * CORPORATE GOVERNANCE
   * Board of Directors, Executive Board, Fiscal Council and ESG Committee
   * Bylaws
   * Company’s Code of Ethics and Conduct
   * Corporate Policies and Internal Charters
 * INVESTOR INFORMATION
   * Results Center
   * Material Facts
   * Notices to the Market
   * Notices to Shareholders
   * Shareholders Agreement
   * CVM Reports
   * Registration and Reference Forms
   * Documents. Minutes and Meetings
   * Annual Corporate Events Calendar
   * Corporate Presentations
 * INVESTOR SERVICES
   * Sign Up for the Mailing
   * Glossary
   * Corporate Events Calendar
   * Notes and Terms of Use
   * Privacy Policy
   * IR Contact
 * DATA PROTECTION
   * Privacy Contact

All rights reserved | Terms and Conditions of use | Privacy Policy

 * 
 * 
 * 

Powered by




Portuguese

English
×
This website uses cookies
Dexxos uses own and third-party cookies to facilitate the use of its website,
improve its performance and security, and personalize its content, respecting
your privacy. All cookies, except for the necessary ones, require your consent
to be used. For more information, access our Term of Use of Cookies. Read more

Strictly necessary

Performance
Show details Hide details
Save & Close
Accept all
Decline all