representing canada’s grain, oilseed, pulse and special crop industries since 1969

Podcast: Fireside Chats with Erin

CGC raises its profile and effectively engages diverse stakeholders by advocating for priority policy issues through the implementation of a robust and proactive strategic communications framework. Our Policy Priorities

cgc-policy-icon-sector-leadership

Sector Leadership

We develop our policy positions through our trademark collaborative, sector-wide, consensus- based working groups, ensuring a consistent approach to resolving common issues.

cgc-policy-icon-crop-protection

Crop Protection

We believe Canadian producers should have access to the latest insafe, effective crop protection technology. 

cgc-policy-icon-seed-innovation

Seed Innovation

We believe in nurturing a competitive, innovative seed industry in Canada. 

About Canada Grains Council

Canada Grains Council is a national organization representing Canadian grain, oilseed, pulse and special crop sectors.

We provide a unified vision on key issues to drive effective policies and meaningful change, and we believe in science and risk-based policies, along with strength through consensus.

Vision

An innovative, sustainable and profitable Canadian grain industry facilitating global food security and delivering economic, social and environmental value to Canada.

about-cgc-box-container-vision

Mission

To be a leading advocate for the Canadian grains sector, leading efforts on cross-commodity issues to advance a thriving, sustainable & innovative grains industry.

about-cgc-box-container-mission

Values

  • Member Driven
  • Strength through Consensus
  • Respectful & Inclusive
  • Science and Risk Based
about-cgc-box-container-values

Latest Media

CGC News

Canada Grains Council Welcomes CUSMA Panel Decision on Genetically Modified Corn

January 6th 2025, Ottawa, ON—The Canada Grains Council (CGC) welcomes the recent CUSMA panel ruling, which determined that the restrictions Mexico placed on genetically modified (GM) corn were not scientifically justified. Predictable and science-based trade rules are the foundation of a stable and secure food supply across North America. “For Canadian farmers and grain exporters, …

Canada Grains Council’s President Elected as Vice-President of the International Grain Trade Coalition

Geneva, Switzerland, November 18, 2024 – The International Grain Trade Coalition (IGTC) held its General Assembly in Geneva, Switzerland, bringing together members from around the globe for a hybrid in-person and virtual event. The event focused on strategic planning for 2025 and beyond, including key issues such as non-tariff regulatory trade barriers, adopting innovative digital …

Canada Grains Council Applauds Renewed Commitment FPT Working Group on Pesticide Management

The Canada Grains Council (CGC) is pleased by the renewed commitment of federal, provincial, and territorial (FPT) Ministers of Agriculture to the FPT Working Group on Pesticide Management. We also commend the formation of a new Ministerial working group focused on maintaining a science and evidence-based approach to pesticide regulation that is protective of human …

CGC Podcast

Fireside Chats with Erin

  • Fireside Chat with Samira Amellal, CEO at CropLife Africa Middle East, for International Women's Day
    on March 19, 2025

    In another special International Women’s Day episode, Erin Gowriluk speaks with a leading agricultural association and industry expert with over 20 years of experience in the Africa-Middle East region. From championing sustainable agriculture to navigating complex regulatory frameworks, she shares her insights on empowering smallholder farmers, fostering cross-cultural collaboration, and advancing science-based solutions. Tune in for a thought-provoking conversation on the role of women in shaping the future of global agriculture and sustainable development.

CGC Members  Canada Grains Council membership includes representatives from all segments of the value chain (producers, grain handlers/exporters, input suppliers, and processors) and all of the major commodity organizations. In everything we do, the Canada Grains Council strives to build consensus and speak as one voice on the issues that matter to our sector.

projectName($project); // Set the properties of the event to be tracked. $event = (new Event()) ->setSiteKey($recaptchaKey) ->setToken($token); // Build the assessment request. $assessment = (new Assessment()) ->setEvent($event); try { $response = $client->createAssessment( $projectName, $assessment ); // Check if the token is valid. if ($response->getTokenProperties()->getValid() == false) { printf('The CreateAssessment() call failed because the token was invalid for the following reason: '); printf(InvalidReason::name($response->getTokenProperties()->getInvalidReason())); return; } // Check if the expected action was executed. if ($response->getTokenProperties()->getAction() == $action) { // Get the risk score and the reason(s). // For more information on interpreting the assessment, see: // https://cloud.google.com/recaptcha-enterprise/docs/interpret-assessment printf('The score for the protection action is:'); printf($response->getRiskAnalysis()->getScore()); } else { printf('The action attribute in your reCAPTCHA tag does not match the action you are expecting to score'); } } catch (exception $e) { printf('CreateAssessment() call failed with the following error: '); printf($e); } } // TO-DO: Replace the token and reCAPTCHA action variables before running the sample. create_assessment( '6LdcoPEqAAAAAHQGZcr6eP_mGERCRyoU0pU2FjU_', 'YOUR_USER_RESPONSE_TOKEN', 'coles-ag-1726676062945', 'YOUR_RECAPTCHA_ACTION' ); ?>