U.S. exports of natural gas liquids touch record high in April
By Arathy Somasekhar and Georgina McCartney
HOUSTON (Reuters) -U.S. exports of natural gas liquids touched a record high in April, even as a trade war between the U.S. and China cut shipments to the top buyer, ship tracking data showed.
The recent trade developments have threatened U.S. exports of natural gas liquids (NGLs), such as ethane, butane and propane, used to make plastics and chemicals as well as for heating and cooking. U.S. exports have hit a new high every year since 2010 thanks to an abundance of cheap shale natural gas.
NGLs, primarily extracted from raw natural gas during processing, are the latest energy products ensnared in the escalating trade war between the world's two largest economies.
Nearly half of U.S. ethane exports go to China, and all of China's ethane imports come from the U.S. with practically no options for alternative sources, according to the statistical arm of the U.S. government. Chinese petrochemical firms use it as feedstock because it is a cheaper than alternative naphtha, while U.S. oil and gas producers need China to buy their natural gas liquids as domestic supply exceeds demand.
The U.S. exported about 2.9 million barrels per day (bpd) of NGLs in April, a record high, data from ship tracking firms Kpler and Vortexa showed.
But exports to China fell 35% to 619,000 bpd in the month, Kpler data showed, the lowest since November 2023. China waived the 125% tariff on ethane imports from the U.S. imposed earlier this month, two sources told Reuters this week.
Other countries increased their purchases of U.S. NGLs in the global rerouting, making up for the U.S.'s loss of Chinese buying.
India more than tripled its purchase to a record high of 179,000 barrels per day, Kpler data showed.
Brazil more than doubled its purchases to 113,000 bpd, the highest in five years, while Japan, the second largest buyer of U.S. natural gas liquids, stepped up shipments by 64% to nearly 400,000 bpd, the highest since February 2023.
U.S. production of ethane will rise 3.6% to 2.9 million bpd this year, the Energy Information Administration forecast, adding that most of this growth in production will be exported to supply growing international demand.
"The market has already gone to work rerouting barrels between the world's biggest liquefied petroleum gas (a mix of propane and butane) suppliers, the U.S. and the Middle East, and the biggest importing countries being China and India," said Jim Teague, co-chief executive officer Enterprise Products Partners, one of the top exporters of U.S. natural gas liquids, in a quarterly earnings call.
The company said it was not seeing a disruption of any of its exports of ethane, propane or butane.
Rival Energy Transfer, also among the largest exporters of U.S. NGL, said it was not having a problem finding a home for its ethane or LPG.
Enterprise Products said total NGL pipeline transportation volumes rose 5%, while marine terminal volumes climbed 11%. Energy Transfer's NGL transportation volumes were up 4% in the first quarter, while exports were up 5%.

Try Our AI Features
Explore what Daily8 AI can do for you:
Comments
No comments yet...
Related Articles


Bloomberg
34 minutes ago
- Bloomberg
China Approves Some Exports of Rare Earths Ahead of US Talks
Beijing says it granted approval to some applications for the export of rare earths, a move that could ease tensions before trade negotiations between the US and China next week. The Chinese commerce ministry confirmed the approval of the applications without specifying which countries or industries were covered, even as it noted growing demand for the minerals in robotics and electric vehicles. The ministry will continue to review and approve compliant export applications, according to a statement on Saturday.


Bloomberg
34 minutes ago
- Bloomberg
Musk Looms Over Latest Ergen Fight Threatening EchoStar Debt
Save Welcome to The Brink. I'm Eliza Ronalds-Hannon, a senior reporter in Atlanta, covering EchoStar's missed interest payment after the Federal Communications Commission started a review. We also have updates on Wellness Pet and auto sector distress. Follow this link to subscribe. Send us feedback and tips at debtnews@ Creditors to EchoStar and its pay-TV unit Dish Network huddled over the past eight days as they came to terms with the latest curveball thrown by Charlie Ergen.


TechCrunch
38 minutes ago
- TechCrunch
Superblocks CEO: How to find a unicorn idea by studying AI system prompts
Brad Menezes, CEO of enterprise vibe coding startup Superblocks, believes the next crop of billion-dollar startup ideas are hiding in almost plain sight: the system prompts used by existing unicorn AI startups. System prompts are the lengthy prompts — over 5,000-6,000 words — that AI startups use to instruct the foundational models from companies like OpenAI or Anthropic on how to generate their application-level AI products. They are, in Menezes view, like a master class in prompt engineering. 'Every single company has a completely different system prompt for the same [foundational] model,' he told TechCrunch. 'They're trying to get the model to do exactly what's required for a specific domain, specific tasks.' System prompts aren't exactly hidden. Customers can ask many AI tools to share theirs. But they aren't always publicly available. So as part of his own startup's new product announcement of an enterprise coding AI agent named Clark, Superblocks offered to share a file of 19 system prompts from some of the most popular AI coding products like Windsurf, Manus, Cursor, Lovable and Bolt. Menezes's tweet went viral, viewed by almost 2 million including big names in the Valley like Sam Blond, formerly of Founders Fund and Brex, and Aaron Levie, a Superblocks investor. Superblocks announced last week that it raised a $23 million Series A, bringing its total to $60 million for its vibe coding tools geared to non-developers at enterprises. So we asked Menezes to walk us through how to study other's system prompts to glean insights. Techcrunch event Save $200+ on your TechCrunch All Stage pass Build smarter. Scale faster. Connect deeper. Join visionaries from Precursor Ventures, NEA, Index Ventures, Underscore VC, and beyond for a day packed with strategies, workshops, and meaningful connections. Save $200+ on your TechCrunch All Stage pass Build smarter. Scale faster. Connect deeper. Join visionaries from Precursor Ventures, NEA, Index Ventures, Underscore VC, and beyond for a day packed with strategies, workshops, and meaningful connections. Boston, MA | REGISTER NOW 'I'd say the biggest learning for us building Clark and reading through the system prompts is that the system prompt itself is maybe 20% of the secret sauce,' Menezes explained. This prompt gives the LLM the baseline of what to do. The other 80% is 'prompt enrichment' he said, which is the infrastructure a startup builds around the calls to the LLM. That part includes instructions it attaches to a user's prompt, and actions taken when returning the response, such as checking for accuracy. He said there are three parts of system prompts to study: role prompting, contextual prompting, and tool use. The first thing to notice is that, while system prompts are written in natural language, they are exceptionally specific. 'You basically have to speak as if you would to a human co-worker,' Menezes said. 'And the instructions have to be perfect.' Role prompting helps the LLMs be consistent, giving both purpose and personality. For instance, Devin's begins with, 'You are Devin, a software engineer using a real computer operating system. You are a real code-wiz: few programmers are as talented as you at understanding codebases, writing functional and clean code, and iterating on your changes until they are correct.' Contextual prompting gives the models the context to consider before acting. It should provide guardrails that can, for instance, reduce costs and ensure clarity on tasks. Cursor's instructs, 'Only call tools when needed, and never mention tool names to the user — just describe what you're doing. … don't show code unless asked. … Read relevant file content before editing and fix clear errors, but don't guess or loop fixes more than three times.' Tool use enables agentic tasks because it instructs the models how to go beyond just generating text. Replit's, for instance, is long and describes editing and searching code, installing languages, setting up and querying PostgreSQL databases, executing shell commands and more. Studying others' system prompts helped Menezes see what other vibe coders emphasized. Tools like Loveable, V0, and Bolt 'focus on fast iteration,' he said, whereas 'Manus, Devin, OpenAI Codex, and Replit' help users create full-stack applications but 'the output is still raw code.' Menezes saw an opportunity to let non-programmers write apps, if his startup could handle more, such as security and access to enterprise data sources like Salesforce. While he's not yet running the multi-billion startup of his dreams, Superblock has landed some notable companies as customers, it said, including Instacart and Paypaya Global. Menezes is also dogfooding the product internally. His software engineers are not allowed to write internal tools; they can only build the product. So his business folks have built agents for all their needs, like one that uses CRM data to identify leads, one that tracks support metrics, another that balance the assignments of the human sales engineers. 'This is basically a way for us to build the tools and not buy the tools,' he sais.