Topics
Countries
Singapore News
Would you like to access news/blog content published by sources located in Singapore?
Code example
If you'd like to make a REST call, then make a following POST request:
Endpoint /api/v1/article/getArticles
Request body
{
"sourceLocationUri": "http://en.wikipedia.org/wiki/Singapore",
"resultType": "articles",
"apiKey": "API_KEY"
}
If you'd like instead to do a GET request then call:
/api/v1/article/getArticles?sourceLocationUri=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FSingapore&resultType=articles&apiKey=API_KEY
Example of JSON response
Below is an example JSON object that you would receive as the result of the request. You can retrieve also additional properties such as concepts, categories, source details, etc. by specifying additional parameters in the request as described on the documentation page.
{
"articles": {
"results": [
{
"uri": "9363881840",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-19",
"time": "11:30:55",
"dateTime": "2026-06-19T11:30:55Z",
"dateTimePub": "2026-06-19T11:28:08Z",
"dataType": "news",
"sim": 0,
"url": "https://www.businesstimes.com.sg/companies-markets/banking-finance/indias-long-delayed-nse-ipo-sets-us2-6-billion-windfall-top-investors",
"title": "India's long-delayed NSE IPO sets up US$2.6 billion windfall for top investors",
"body": "[MUMBAI] Investors, from Indian state-owned lenders to Singapore's sovereign wealth fund and Canada's national pension manager, are set to reap a US$2.6 billion windfall as India's National Stock Exchange (NSE) moves ahead with a long-awaited listing.\n\nNSE - the country's largest bourse, and the world's most active derivatives exchange - filed draft papers for an initial public offering late on Wednesday (Jun 17), following years of regulatory delays.\n\nThe listing will be a pure offer-for-sale, with existing shareholders offering to sell about 6 per cent of the exchange's equity and no fresh equity raised.\n\nNSE has more than 200,000 investors currently, and its shares trade at close to 2,000 rupees (S$27.38) in the unlisted market, trading platforms show.\n\nThat suggests a valuation of some US$57 billion, setting the bourse up to become the world's fifth-most valuable after London Stock Exchange Group.\n\nThe exchange may offer shares at a 5 to 10 per cent discount to private market valuations, said three sources, including merchant bankers.\n\nThe valuation under discussion is around 1,900 rupees a share, they added, declining to be identified as they are not authorised to speak to the media.\n\n\"At this valuation, NSE would attract incoming investors while not short-changing existing ones,\" one source said.\n\nA final decision on pricing will be taken closer to listing, following investor roadshows.\n\nAt 1,900 rupees a share, the IPO would be worth US$3.3 billion, making it one of India's two largest public offerings alongside Indian billionaire Mukesh Ambani's Reliance Jio, which is likely to list this year in an IPO worth some US$4 billion.\n\nNSE said it could not comment beyond stating that it has filed an IPO prospectus, when asked by Reuters about the valuation.\n\nThe top 10 investors offering shares are set for a windfall worth some US$2.6 billion, based on acquisition prices disclosed in the draft prospectus.\n\nTemasek among gainers\n\nState Bank of India, the country's largest lender, will lock in gains of about 47 billion rupees, while MS Strategic (Mauritius), a Morgan Stanley fund, will make about 29.34 billion rupees, going by Reuters calculations based on prospectus disclosures and valuation estimates.\n\nSingapore's Temasek stands to make 20.67 billion rupees via its Aranda Investment arm, and Canada Pension Plan Investment Board (CPPIB) will gain 18.71 billion rupees.\n\nState Bank of India and Morgan Stanley did not immediately respond to queries. CPPIB and Temasek declined to comment.\n\nAnubhav Dayal, founder of Hong Kong-headquartered Soach Global Corporation, said its flagship fund first bought into NSE in early 2016 and is now selling 20 per cent of its holding to provide liquidity to investors.\n\n\"It has proven to be a great investment. We saw the potential in NSE to serve India's masses,\" he said, adding that the company still holds NSE as a key investment. \"NSE will continue to play an important role in India's economic activity.\"\n\nThe exchange is likely to begin IPO roadshows over the next two months, the sources said, adding that both domestic mutual funds and global funds have shown early interest in anchoring the issue.\n\nThe exchange's revenue has more than doubled between April 2019 and April 2026 to about 187 billion rupees, driven by strong growth in options trading.\n\nHowever, growth has slowed over the past year, after a series of regulatory curbs on derivatives.\n\nThe exchange, detailing regulatory risks in its filing, said revenue can continue to be impacted by government and regulatory measures aimed at tempering derivatives activity.\n\nIn its IPO papers, NSE said that growth will hinge on continued expansion in first-time investors, rising trading activity, innovation in derivatives products and a push into commodities.\n\nRavi Varanasi, a former group president at NSE who now runs a consultancy advising Indian exchanges, said NSE's near-total grip on the cash market gives it a strong long-term growth opportunity.\n\n\"As India's market capitalisation deepens, cash trading volumes are expected to rise steadily,\" he said. REUTERS",
"source": {
"uri": "businesstimes.com.sg",
"dataType": "news",
"title": "The Business Times"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/National_Stock_Exchange_of_India",
"type": "wiki",
"score": 5,
"label": {
"eng": "National Stock Exchange of India"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Valuation_(finance)",
"type": "wiki",
"score": 5,
"label": {
"eng": "Valuation (finance)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Initial_public_offering",
"type": "wiki",
"score": 5,
"label": {
"eng": "Initial public offering"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Indian_rupee",
"type": "wiki",
"score": 5,
"label": {
"eng": "Indian rupee"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_dollar",
"type": "wiki",
"score": 5,
"label": {
"eng": "United States dollar"
}
},
{
"uri": "http://en.wikipedia.org/wiki/India",
"type": "loc",
"score": 5,
"label": {
"eng": "India"
},
"location": {
"type": "country",
"label": {
"eng": "India"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Stock_exchange",
"type": "wiki",
"score": 4,
"label": {
"eng": "Stock exchange"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Equity_(finance)",
"type": "wiki",
"score": 4,
"label": {
"eng": "Equity (finance)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Singapore",
"type": "loc",
"score": 4,
"label": {
"eng": "Singapore"
},
"location": {
"type": "country",
"label": {
"eng": "Singapore"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/State-owned_enterprise",
"type": "wiki",
"score": 3,
"label": {
"eng": "State-owned enterprise"
}
},
{
"uri": "http://en.wikipedia.org/wiki/CPP_Investment_Board",
"type": "org",
"score": 3,
"label": {
"eng": "CPP Investment Board"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Singapore_dollar",
"type": "wiki",
"score": 3,
"label": {
"eng": "Singapore dollar"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Temasek_Holdings",
"type": "org",
"score": 3,
"label": {
"eng": "Temasek Holdings"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sovereign_wealth_fund",
"type": "wiki",
"score": 3,
"label": {
"eng": "Sovereign wealth fund"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Futures_exchange",
"type": "org",
"score": 3,
"label": {
"eng": "Futures exchange"
}
},
{
"uri": "http://en.wikipedia.org/wiki/London_Stock_Exchange_Group",
"type": "org",
"score": 3,
"label": {
"eng": "London Stock Exchange Group"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pension",
"type": "wiki",
"score": 3,
"label": {
"eng": "Pension"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Shareholder",
"type": "wiki",
"score": 3,
"label": {
"eng": "Shareholder"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Canada",
"type": "loc",
"score": 3,
"label": {
"eng": "Canada"
},
"location": {
"type": "country",
"label": {
"eng": "Canada"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jio",
"type": "org",
"score": 2,
"label": {
"eng": "Jio"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Merchant_bank",
"type": "wiki",
"score": 2,
"label": {
"eng": "Merchant bank"
}
},
{
"uri": "http://en.wikipedia.org/wiki/State_Bank_of_India",
"type": "org",
"score": 2,
"label": {
"eng": "State Bank of India"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mukesh_Ambani",
"type": "person",
"score": 2,
"label": {
"eng": "Mukesh Ambani"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Morgan_Stanley",
"type": "org",
"score": 2,
"label": {
"eng": "Morgan Stanley"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mauritius",
"type": "loc",
"score": 2,
"label": {
"eng": "Mauritius"
},
"location": {
"type": "country",
"label": {
"eng": "Mauritius"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Derivative_(finance)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Derivative (finance)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mutual_fund",
"type": "wiki",
"score": 1,
"label": {
"eng": "Mutual fund"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Market_liquidity",
"type": "wiki",
"score": 1,
"label": {
"eng": "Market liquidity"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Commodity",
"type": "wiki",
"score": 1,
"label": {
"eng": "Commodity"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Market_capitalization",
"type": "wiki",
"score": 1,
"label": {
"eng": "Market capitalization"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Reuters",
"type": "wiki",
"score": 1,
"label": {
"eng": "Reuters"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Varanasi",
"type": "loc",
"score": 1,
"label": {
"eng": "Varanasi"
},
"location": {
"type": "place",
"label": {
"eng": "Varanasi"
},
"country": {
"type": "country",
"label": {
"eng": "India"
}
}
}
}
],
"categories": [
{
"uri": "dmoz/Business/Investing",
"label": "dmoz/Business/Investing",
"wgt": 39
},
{
"uri": "dmoz/Society/Issues/Business",
"label": "dmoz/Society/Issues/Business",
"wgt": 21
},
{
"uri": "dmoz/Business/Financial_Services/Investment_Banks",
"label": "dmoz/Business/Financial Services/Investment Banks",
"wgt": 20
},
{
"uri": "dmoz/Home/Personal_Finance/Investing",
"label": "dmoz/Home/Personal Finance/Investing",
"wgt": 21
},
{
"uri": "dmoz/Business/Financial_Services/Investment_Services",
"label": "dmoz/Business/Financial Services/Investment Services",
"wgt": 24
},
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 100
},
{
"uri": "iptc/economy,_business_and_finance/products_and_services",
"label": "iptc/economy, business and finance/products and services",
"wgt": 70
},
{
"uri": "iptc/economy,_business_and_finance/market_and_exchange",
"label": "iptc/economy, business and finance/market and exchange",
"wgt": 97
}
],
"image": "https://cassette.sphdigital.com.sg/image/businesstimes/967a43aae415b798e24893ae3166d19878b2389ac0a9528f4967f85e30c2d1bb?w=1920&f=webp",
"eventUri": null,
"sentiment": 0.3176470588235294,
"wgt": 519564655,
"relevance": 1
},
{
"uri": "9363880495",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-19",
"time": "11:29:49",
"dateTime": "2026-06-19T11:29:49Z",
"dateTimePub": "2026-06-19T11:12:47Z",
"dataType": "news",
"sim": 0.9529411792755127,
"url": "https://www.asiaone.com/lifestyle/therme-singapore-wellness-attraction",
"title": "AsiaOne",
"body": "SINGAPORE - In 2016, when former Cabinet minister Mah Bow Tan first heard a pitch for a massive wellness facility in Singapore, he was not sold.\n\nThe idea seemed like an expensive concept for a privileged few, and he did not think it would win government support. At first, he declined to be involved.\n\nBut a year later, a trip to Therme Bucharest - the group's 44,000 sq m facility in the capital of Romania - changed his mind.\n\nIts wide range of visitors, including families and seniors, came out all smiles - an observation that convinced Mah it was worth bringing the facility to Singapore's Marina Bay.\n\nSaid Mah, who was minister for national development from 1999 to 2011: \"Those were the simple things that made me realise that this is something we need in Singapore. We live such a stressful, fast-paced life; we need something that helps us to destress.\"\n\nAs such, the wellness attraction in Marina South, which is slated to open in 2030, will not only be targeted at deep-pocketed tourists, but also aims to bring rejuvenation to everyday Singaporeans.\n\nThe aim is to \"democratise wellness\", and the cost of a ticket to Therme Singapore will be \"more than affordable\", said Mah, who now chairs Therme Group Asia and Therme Singapore.\n\nTicket prices will be benchmarked against those of similar attractions such as spas and water parks, he said, adding that details are still in the works.\n\nAn entry ticket to Therme Bucharest with full-day access to its three zones starts at €38 (S$56) for adults. With add-ons such as massages and treatments, as well as food and drinks, a day at the Bucharest facility may cost over $100 in total.\n\nIn an interview ahead of Therme Singapore's ground-breaking on June 19, Mah said the new facility also fits the philosophy of a \"liveable city\" where people can feel they are a part of, a vision which he had while he was minister.\n\nAmong those who joined his team at Therme is former JTC Corporation chief executive Tan Boon Khai, who was appointed as chief executive of Therme Singapore in early 2026.\n\nSituated next to Marina Barrage and Gardens by the Bay, Therme Singapore is a $1 billion project spanning over 720,000 sq ft of gross floor area, equivalent to over nine football fields.\n\nThe seven-storey facility, designed by DP Architects and Therme Group's in-house architects, will feature over 20 pools and water features, and over 70 wellness treatment rooms.\n\nIt was a challenge to find land in land-scarce Singapore, said Mah, and an opportunity came when the Singapore Tourism Board (STB) called for a tender to develop an upcoming wellness attraction in Marina South. Therme Group was awarded the tender in November 2025.\n\nThe company aims to hire about 400 people to run the facility, including a \"core group\" of Singaporean managers and supervisory staff, said Mah.\n\nIt signed a memorandum of understanding with the Institute of Technical Education and Republic Polytechnic on June 19 to develop skills and provide employment opportunities for their graduates in the wellness sector.\n\n[[nid:724876]]\n\nNot seeing others as competition\n\nThe wellness industry in Singapore is expanding, with spaces such as Chinese spa complex House+ Bubble and bathhouses like The Ice Bath Club and Nowhere Baths opening in recent years.\n\nBut Therme Group's founder and chief executive Robert Hanea does not view these businesses as competitors. Instead, he sees them as complementary in building up the wellness \"movement\".\n\nBesides, they operate at different scales, and have different programmes and demographics, he added.\n\nAs for competition with lower-cost wellness offerings in the region, like Bali and Phuket, Hanea said Therme Singapore is uniquely situated in the city, where it wants to make an impact.\n\n\"Well-being should not be an escape from the city... (It) needs to be embedded in the fabric of the city. This idea that you need to escape the city to be well, to be healthy, to relax, to recover, is outdated,\" he said.\n\nLikening visiting the facility to going to the gym regularly as a part of one's health routine, Mah quipped: \"Once a year, go to all these (overseas) places, but every week, come to us.\"\n\nTherme Group currently runs five wellness facilities in Europe, including its flagship facility in Bucharest, which opened in 2016. Including Singapore, the group plans to launch eight similar attractions by 2030 in locations such as South Korea, Washington, D.C. and Toronto.\n\nA 2025 New York Times investigation reported that Therme Group's finances appeared to be \"shaky\" and that it exaggerated its track record in securing a deal for a wellness facility in Ontario, Canada.\n\nThe report said Hanea had \"inherited\" the story of his late friend Josef Wund, whose company, Therme, had developed spas across Germany. It also said Hanea's Therme Group falsely claimed to have six operating facilities worldwide, when it had only built and operated one at the time of the 2019 Toronto bid.\n\nA company representative said Hanea replicated Therme's model and felt he had contributed to it through conversations and an information-sharing agreement. Therme Group fully acquired Wund's properties in December 2025.\n\nHanea told ST that its track record has been \"extensively validated\" via partnerships with blue-chip international institutions and that the integrity of its bid in Canada had been confirmed by the national authorities.\n\nMah said he had been involved in discussions with Hanea on the Toronto facility and noted that the Canadian authorities' validation was \"very clear and very emphatic\".\n\n\"STB also reiterated the process in Singapore (for the tender bid), so I think there should be no question about the participation of Therme and the integrity of the Therme bid.\"\n\nAn STB spokesperson previously said the board found \"no misrepresentation of track record\" in Therme Group Singapore's tender submission for the Marina South wellness attraction.\n\nMah deems the new facility as an \"additional jewel in the crown\" in Marina Bay, among a series of upcoming projects in the area, including a new cruise terminal and the Founders' Memorial.\n\nHe said: \"The whole southern coast will change over the next decades. I think we are part of that transformation.\"\n\n[[nid:730317]]\n\nThis article was first published in The Straits Times. Permission required for reproduction.",
"source": {
"uri": "asiaone.com",
"dataType": "news",
"title": "AsiaOne"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Marina_South",
"type": "loc",
"score": 5,
"label": {
"eng": "Marina South"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Mah_Bow_Tan",
"type": "person",
"score": 5,
"label": {
"eng": "Mah Bow Tan"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bucharest",
"type": "loc",
"score": 5,
"label": {
"eng": "Bucharest"
},
"location": {
"type": "place",
"label": {
"eng": "Bucharest"
},
"country": {
"type": "country",
"label": {
"eng": "Romania"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Singapore",
"type": "loc",
"score": 5,
"label": {
"eng": "Singapore"
},
"location": {
"type": "country",
"label": {
"eng": "Singapore"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Spa",
"type": "wiki",
"score": 3,
"label": {
"eng": "Spa"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Singapore_dollar",
"type": "wiki",
"score": 3,
"label": {
"eng": "Singapore dollar"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Asia",
"type": "loc",
"score": 3,
"label": {
"eng": "Asia"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Minister_(government)",
"type": "wiki",
"score": 3,
"label": {
"eng": "Minister (government)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Euro",
"type": "wiki",
"score": 3,
"label": {
"eng": "Euro"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Romania",
"type": "loc",
"score": 3,
"label": {
"eng": "Romania"
},
"location": {
"type": "country",
"label": {
"eng": "Romania"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/DP_Architects",
"type": "org",
"score": 2,
"label": {
"eng": "DP Architects"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Marina_Barrage",
"type": "wiki",
"score": 2,
"label": {
"eng": "Marina Barrage"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Institute_of_Technical_Education",
"type": "org",
"score": 2,
"label": {
"eng": "Institute of Technical Education"
}
},
{
"uri": "http://en.wikipedia.org/wiki/JTC_Corporation",
"type": "org",
"score": 2,
"label": {
"eng": "JTC Corporation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Republic_Polytechnic",
"type": "org",
"score": 2,
"label": {
"eng": "Republic Polytechnic"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Singapore_Tourism_Board",
"type": "wiki",
"score": 2,
"label": {
"eng": "Singapore Tourism Board"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Marina_Bay,_Singapore",
"type": "loc",
"score": 2,
"label": {
"eng": "Marina Bay, Singapore"
},
"location": {
"type": "place",
"label": {
"eng": "Marina Bay, Singapore"
},
"country": {
"type": "country",
"label": {
"eng": "Singapore"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Gardens_by_the_Bay",
"type": "wiki",
"score": 2,
"label": {
"eng": "Gardens by the Bay"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Memorandum_of_understanding",
"type": "wiki",
"score": 2,
"label": {
"eng": "Memorandum of understanding"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Chinese_language",
"type": "wiki",
"score": 2,
"label": {
"eng": "Chinese language"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Philosophy",
"type": "wiki",
"score": 2,
"label": {
"eng": "Philosophy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Association_football",
"type": "wiki",
"score": 2,
"label": {
"eng": "Association football"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bath,_Somerset",
"type": "loc",
"score": 2,
"label": {
"eng": "Bath, Somerset"
},
"location": {
"type": "place",
"label": {
"eng": "Bath, Somerset"
},
"country": {
"type": "country",
"label": {
"eng": "United Kingdom"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Founders'_Memorial",
"type": "wiki",
"score": 1,
"label": {
"eng": "Founders' Memorial"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Phuket_City",
"type": "loc",
"score": 1,
"label": {
"eng": "Phuket City"
},
"location": {
"type": "place",
"label": {
"eng": "Phuket City"
},
"country": {
"type": "country",
"label": {
"eng": "Thailand"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/The_Straits_Times",
"type": "wiki",
"score": 1,
"label": {
"eng": "The Straits Times"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Gym",
"type": "wiki",
"score": 1,
"label": {
"eng": "Gym"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Textile",
"type": "wiki",
"score": 1,
"label": {
"eng": "Textile"
}
},
{
"uri": "http://en.wikipedia.org/wiki/The_New_York_Times",
"type": "wiki",
"score": 1,
"label": {
"eng": "The New York Times"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Europe",
"type": "loc",
"score": 1,
"label": {
"eng": "Europe"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Toronto",
"type": "loc",
"score": 1,
"label": {
"eng": "Toronto"
},
"location": {
"type": "place",
"label": {
"eng": "Toronto"
},
"country": {
"type": "country",
"label": {
"eng": "Canada"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ontario",
"type": "loc",
"score": 1,
"label": {
"eng": "Ontario"
},
"location": {
"type": "place",
"label": {
"eng": "Ontario"
},
"country": {
"type": "country",
"label": {
"eng": "Canada"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Washington,_D.C.",
"type": "loc",
"score": 1,
"label": {
"eng": "Washington, D.C."
},
"location": {
"type": "place",
"label": {
"eng": "Washington, D.C."
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bali",
"type": "loc",
"score": 1,
"label": {
"eng": "Bali"
},
"location": {
"type": "place",
"label": {
"eng": "Bali"
},
"country": {
"type": "country",
"label": {
"eng": "Indonesia"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/South_Korea",
"type": "loc",
"score": 1,
"label": {
"eng": "South Korea"
},
"location": {
"type": "country",
"label": {
"eng": "South Korea"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Germany",
"type": "loc",
"score": 1,
"label": {
"eng": "Germany"
},
"location": {
"type": "country",
"label": {
"eng": "Germany"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Canada",
"type": "loc",
"score": 1,
"label": {
"eng": "Canada"
},
"location": {
"type": "country",
"label": {
"eng": "Canada"
}
}
}
],
"categories": [
{
"uri": "dmoz/Health",
"label": "dmoz/Health",
"wgt": 17
},
{
"uri": "dmoz/Science",
"label": "dmoz/Science",
"wgt": 16
},
{
"uri": "dmoz/Business",
"label": "dmoz/Business",
"wgt": 17
},
{
"uri": "dmoz/Society/Issues",
"label": "dmoz/Society/Issues",
"wgt": 20
},
{
"uri": "dmoz/Recreation",
"label": "dmoz/Recreation",
"wgt": 17
},
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 99
},
{
"uri": "iptc/economy,_business_and_finance",
"label": "iptc/economy, business and finance",
"wgt": 93
}
],
"image": "https://www.asiaone.com/sites/default/files/styles/article_top_image/public/original_images/Jun2026/190626_thermesingapore.jpg?itok=h_QXrIiV",
"eventUri": "eng-11759014",
"sentiment": 0.3647058823529412,
"wgt": 519564589,
"relevance": 1
},
{
"uri": "9363880388",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-19",
"time": "11:29:43",
"dateTime": "2026-06-19T11:29:43Z",
"dateTimePub": "2026-06-19T11:29:18Z",
"dataType": "news",
"sim": 0,
"url": "https://www.eco-business.com/news/new-us100-million-fund-bets-on-southeast-asias-climate-startup-boom/",
"title": "New US$100 million fund bets on Southeast Asia's climate startup boom",
"body": "Unlock unlimited access to our content and archive with EB Circle.\n\nThe fund will be used to launch and scale 50 companies operating in emissions-intensive sectors, including energy, food, materials and supply chains, said the venture builder 100x100.\n\nThe initiative reflects a broader effort to tackle one of the region's key challenges: turning promising low-carbon technologies into commercially viable businesses that can scale.\n\n\"We believe that solving the world's most pressing emissions challenges also represents a significant economic opportunity,\" said Marie Cheong, founding partner at 100x100.\n\n\"Our name reflects our conviction that profit and carbon reduction are not a trade-off, but a multiplier. With [the fund], we are doubling down on a demonstrated strategy with a platform that is ready-to-go.\"\n\nSoutheast and South Asia sit at the intersection of the world's most urgent challenges -- holding a disproportionate share of global emissions while increasingly becoming a key region for manufacturing reshoring, AI infrastructure buildout and food system redesign.\n\nQuentin Vaquette, founding partner, 100x100\n\nThe launch comes as climate technology startups in Southeast Asia show signs of resilience despite a difficult global fundraising environment. According to market intelligence platform Tracxn, climate tech companies in the region attracted US$166 million in disclosed equity funding in 2025. The figure was 10 per cent higher than in 2024, although still below the record US$288 million raised in 2023.\n\nAsia has emerged as one of the world's most dynamic startup regions, accounting for nearly a quarter of global venture capital investments between 2021 and 2023, according to Organisation for Economic Co-operation and Development (OECD) data. Rapid digitalisation, expanding consumer markets and growing manufacturing capacity have helped drive startup activity across India, Indonesia, Thailand and Vietnam.\n\nClimate-focused ventures, however, still make up only a small share of the broader startup ecosystem. This is despite governments across the region pursuing clean energy deployment, transport electrification and industrial decarbonisation.\n\nSingapore remains Southeast Asia's largest climate-tech hub. It has attracted nearly US$872 million of the roughly US$1.1 billion in disclosed climate-tech equity funding recorded in the region since 2018, according to Tracxn. Indonesia and Vietnam follow, with much of their funding concentrated in electric mobility companies.\n\nInvestors have increasingly targeted sectors such as waste management, smart-grid infrastructure, renewable energy and energy efficiency. These areas are seen as critical to meeting rising electricity demand while lowering emissions.\n\nThe investment case has also been strengthened by growing demand for technologies linked to manufacturing reshoring, artificial intelligence infrastructure and food system transformation.\n\n\"Southeast and South Asia sit at the intersection of the world's most urgent challenges -- holding a disproportionate share of global emissions while increasingly becoming a key region for manufacturing reshoring, AI infrastructure buildout, and food system redesign,\" said Quentin Vaquette, founding partner at 100x100.\n\n\"By deploying our venture-building infrastructure here, with a target of reducing 10 per cent of global emissions collectively, we are building the very companies the world needs right now -- and that will become the most compelling investment opportunities of this decade.\"\n\nUnlike traditional venture capital firms that invest in existing startups, 100x100 works with entrepreneurs to build companies from the ground up. The firm says it has co-founded 27 companies across eight countries since launching the first iteration of its fund, which closed at US$60 million in 2023.\n\nSeveral portfolio companies operate in sectors attracting growing investor interest. They include Rize, which develops solutions to reduce methane emissions from rice cultivation, and Philippine residential solar company Helios.\n\nThe fund launch comes amid broader efforts to accelerate climate innovation in Asia. Last month, Google launched a regional accelerator programme focused on applying artificial intelligence to climate and environmental challenges. Governments across Southeast Asia are also expanding support for startup ecosystems and clean technology development.\n\nDespite signs of growth, significant financing gaps remain. Climate-tech funding in Southeast Asia continues to be concentrated in a small number of markets and sectors. Many startups still struggle to secure growth-stage capital.",
"source": {
"uri": "eco-business.com",
"dataType": "news",
"title": "Eco-Business"
},
"authors": [
{
"uri": "rhick_lars_albay@eco-business.com",
"name": "Rhick Lars Albay",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Startup_company",
"type": "wiki",
"score": 5,
"label": {
"eng": "Startup company"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Southeast_Asia",
"type": "loc",
"score": 5,
"label": {
"eng": "Southeast Asia"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_dollar",
"type": "wiki",
"score": 5,
"label": {
"eng": "United States dollar"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Food_system",
"type": "wiki",
"score": 3,
"label": {
"eng": "Food system"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Carbon_neutrality",
"type": "wiki",
"score": 3,
"label": {
"eng": "Carbon neutrality"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Offshoring",
"type": "wiki",
"score": 3,
"label": {
"eng": "Offshoring"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Supply_chain",
"type": "wiki",
"score": 3,
"label": {
"eng": "Supply chain"
}
},
{
"uri": "http://en.wikipedia.org/wiki/South_Asia",
"type": "loc",
"score": 3,
"label": {
"eng": "South Asia"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Low-carbon_economy",
"type": "wiki",
"score": 3,
"label": {
"eng": "Low-carbon economy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Electric_vehicle",
"type": "wiki",
"score": 3,
"label": {
"eng": "Electric vehicle"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Artificial_intelligence",
"type": "wiki",
"score": 3,
"label": {
"eng": "Artificial intelligence"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Vietnam",
"type": "loc",
"score": 3,
"label": {
"eng": "Vietnam"
},
"location": {
"type": "country",
"label": {
"eng": "Vietnam"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Indonesia",
"type": "loc",
"score": 3,
"label": {
"eng": "Indonesia"
},
"location": {
"type": "country",
"label": {
"eng": "Indonesia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Climate_resilience",
"type": "wiki",
"score": 2,
"label": {
"eng": "Climate resilience"
}
},
{
"uri": "http://en.wikipedia.org/wiki/OECD",
"type": "wiki",
"score": 2,
"label": {
"eng": "OECD"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Accounting",
"type": "wiki",
"score": 2,
"label": {
"eng": "Accounting"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Digital_transformation",
"type": "wiki",
"score": 2,
"label": {
"eng": "Digital transformation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Venture_capital",
"type": "wiki",
"score": 2,
"label": {
"eng": "Venture capital"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Climate_change_mitigation",
"type": "wiki",
"score": 2,
"label": {
"eng": "Climate change mitigation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sustainable_energy",
"type": "wiki",
"score": 2,
"label": {
"eng": "Sustainable energy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Consumer",
"type": "wiki",
"score": 2,
"label": {
"eng": "Consumer"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ecosystem",
"type": "wiki",
"score": 2,
"label": {
"eng": "Ecosystem"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Asia",
"type": "loc",
"score": 2,
"label": {
"eng": "Asia"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Thailand",
"type": "loc",
"score": 2,
"label": {
"eng": "Thailand"
},
"location": {
"type": "country",
"label": {
"eng": "Thailand"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Singapore",
"type": "loc",
"score": 2,
"label": {
"eng": "Singapore"
},
"location": {
"type": "country",
"label": {
"eng": "Singapore"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/India",
"type": "loc",
"score": 2,
"label": {
"eng": "India"
},
"location": {
"type": "country",
"label": {
"eng": "India"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Clean_technology",
"type": "wiki",
"score": 1,
"label": {
"eng": "Clean technology"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Entrepreneurship",
"type": "wiki",
"score": 1,
"label": {
"eng": "Entrepreneurship"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Google",
"type": "org",
"score": 1,
"label": {
"eng": "Google"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Philippines",
"type": "loc",
"score": 1,
"label": {
"eng": "Philippines"
},
"location": {
"type": "country",
"label": {
"eng": "Philippines"
}
}
}
],
"categories": [
{
"uri": "dmoz/Business/Investing",
"label": "dmoz/Business/Investing",
"wgt": 22
},
{
"uri": "dmoz/Science/Technology/Energy",
"label": "dmoz/Science/Technology/Energy",
"wgt": 24
},
{
"uri": "dmoz/Business/Financial_Services/Venture_Capital",
"label": "dmoz/Business/Financial Services/Venture Capital",
"wgt": 32
},
{
"uri": "dmoz/Science/Environment/Climate_Change",
"label": "dmoz/Science/Environment/Climate Change",
"wgt": 21
},
{
"uri": "dmoz/Science/Environment/Carbon_Cycle",
"label": "dmoz/Science/Environment/Carbon Cycle",
"wgt": 28
},
{
"uri": "news/Technology",
"label": "news/Technology",
"wgt": 87
},
{
"uri": "iptc/economy,_business_and_finance/products_and_services",
"label": "iptc/economy, business and finance/products and services",
"wgt": 72
},
{
"uri": "iptc/science_and_technology",
"label": "iptc/science and technology",
"wgt": 76
},
{
"uri": "iptc/environment",
"label": "iptc/environment",
"wgt": 73
}
],
"image": "https://eco-business.imgix.net/ebmedia/fileuploads/matthew-waring-UjnZObzPMqo-unsplash.jpg?fit=crop&h=801&ixlib=django-1.2.0&q=85&w=1200",
"eventUri": null,
"sentiment": 0.3333333333333333,
"wgt": 519564583,
"relevance": 1
},
{
"uri": "9363879640",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-19",
"time": "11:29:02",
"dateTime": "2026-06-19T11:29:02Z",
"dateTimePub": "2026-06-19T11:26:12Z",
"dataType": "news",
"sim": 0.5333333611488342,
"url": "https://www.channelnewsasia.com/asia/interpol-cybercrime-director-neal-jetton-interview-scams-phishing-digital-fraud-cyberthreat-asia-6195641",
"title": "AI supercharging online scams across Asia, warns Interpol's cybercrime chief",
"body": "SINGAPORE: Artificial intelligence is enabling cybercriminals to operate at an unprecedented scale across Asia, with law enforcement struggling to keep pace, according to Interpol's cybercrime chief.\n\n\"Criminals are always going to be able to leverage these technologies quicker,\" the global policing agency's cybercrime director Neal Jetton told CNA on Friday (Jun 19).\n\n\"AI is not necessarily creating brand new crime types. What it's doing is increasing the scale, scope, and efficiency of the crime types that already exist.\"\n\nGenerative AI tools are already being used to create highly convincing phishing emails, while deepfake and voice-cloning technologies are helping criminals impersonate public officials, company executives and trusted individuals in increasingly sophisticated scams.\n\nJetton's warning comes as Interpol's latest cyberthreat assessment paints a concerning picture of the growing scale of cybercrime across the region.\n\nThe report found that cybercrime now accounts for more than 30 per cent of all recorded crime in over half of the countries surveyed across Asia and the South Pacific.\n\nBased on responses from 18 member countries and intelligence from private-sector partners, the assessment identified online scams, phishing and ransomware as among the most prevalent threats facing the region.\n\nIt also highlighted a rise in AI-enabled deepfake scams, industrial-scale fraud operations and infostealer malware campaigns.",
"source": {
"uri": "channelnewsasia.com",
"dataType": "news",
"title": "CNA"
},
"authors": [
{
"uri": "darrelle_ng@channelnewsasia.com",
"name": "Darrelle Ng",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Cybercrime",
"type": "wiki",
"score": 5,
"label": {
"eng": "Cybercrime"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Interpol",
"type": "org",
"score": 5,
"label": {
"eng": "Interpol"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Artificial_intelligence",
"type": "wiki",
"score": 5,
"label": {
"eng": "Artificial intelligence"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Asia",
"type": "loc",
"score": 5,
"label": {
"eng": "Asia"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Confidence_trick",
"type": "wiki",
"score": 3,
"label": {
"eng": "Confidence trick"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Law_enforcement",
"type": "wiki",
"score": 3,
"label": {
"eng": "Law enforcement"
}
},
{
"uri": "http://en.wikipedia.org/wiki/CNA_(TV_network)",
"type": "wiki",
"score": 2,
"label": {
"eng": "CNA (TV network)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Phishing",
"type": "wiki",
"score": 2,
"label": {
"eng": "Phishing"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Police",
"type": "wiki",
"score": 2,
"label": {
"eng": "Police"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Deepfake",
"type": "wiki",
"score": 1,
"label": {
"eng": "Deepfake"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Malware",
"type": "wiki",
"score": 1,
"label": {
"eng": "Malware"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Oceania",
"type": "loc",
"score": 1,
"label": {
"eng": "Oceania"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Ransomware",
"type": "wiki",
"score": 1,
"label": {
"eng": "Ransomware"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Fraud",
"type": "wiki",
"score": 1,
"label": {
"eng": "Fraud"
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues/Fraud",
"label": "dmoz/Society/Issues/Fraud",
"wgt": 27
},
{
"uri": "dmoz/Society/Crime/Internet_Crime",
"label": "dmoz/Society/Crime/Internet Crime",
"wgt": 22
},
{
"uri": "dmoz/Computers/Artificial_Intelligence/Publications",
"label": "dmoz/Computers/Artificial Intelligence/Publications",
"wgt": 27
},
{
"uri": "dmoz/Computers/Artificial_Intelligence/Games",
"label": "dmoz/Computers/Artificial Intelligence/Games",
"wgt": 24
},
{
"uri": "news/Technology",
"label": "news/Technology",
"wgt": 89
},
{
"uri": "iptc/crime,_law_and_justice/crime",
"label": "iptc/crime, law and justice/crime",
"wgt": 73
},
{
"uri": "iptc/economy,_business_and_finance/products_and_services/computing_and_information_technology",
"label": "iptc/economy, business and finance/products and services/computing and information technology",
"wgt": 100
}
],
"image": "https://dam.mediacorp.sg/image/upload/s--GyhhA7_Y--/c_fill,g_auto,h_676,w_1200/fl_relative,g_south_east,l_mediacorp:cna:watermark:2021-08:cna,w_0.1/f_auto,q_auto/v1/mediacorp/cna/image/2026/06/19/istock_scams_cybercrimes_digital_fraud_phishing.jpg?itok=P-K9Wx_g",
"eventUri": "eng-11751663",
"sentiment": -0.3960784313725491,
"wgt": 519564542,
"relevance": 1
},
{
"uri": "9363879816",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-19",
"time": "11:29:01",
"dateTime": "2026-06-19T11:29:01Z",
"dateTimePub": "2026-06-19T11:25:32Z",
"dataType": "news",
"sim": 0,
"url": "https://www.asiaone.com/singapore/punggol-autonomous-shuttle-comfortdelgro-june-22",
"title": "AsiaOne",
"body": "Autonomous shuttle service operator ComfortDelGro (CDG) will offer free rides on its driverless shuttles in Punggol from Monday (June 22).\n\nThe Land Transport Authority (LTA) and CDG announced on June 19 that the rides will run daily, with Mondays and Fridays set aside for groups, families and those needing assistance.\n\nMembers of the public and residents in Punggol who are keen to experience the autonomous shuttle service can book their free ride on CDG's Zig mobile app. They may also do so via CDG's website.\n\nBookings are required for those who wish to take the rides.\n\nPickup locations are at Northshore Block 420A, Punggol Coast Mall, and One Punggol.\n\nOn April 7, CDG began by-invite community rides for Punggol residents and grassroot leaders after completing over 16,000km of driverless testing.\n\nSince then, more than 1,500 commuters have experienced the service.\n\nCDG's five-seat autonomous vehicles are co-developed with global autonomous mobility company Pony.ai, and is based off a Toyota Sienta MPV.\n\nDuring these rides, a safety officer will remain behind the wheel.\n\nOn Jan 17, a CDG autonomous shuttle undergoing testing crashed into a road divider along Edgedale Plains.\n\nFollowing investigations, LTA found that the autonomous vehicle had detected an object that was not on the road, and had correctly manoeuvred into the adjacent lane as a precaution.\n\nThe safety officer, who observed that the vehicle was moving into a different lane without an obvious reason, then intervened to take manual control of the vehicle, but was unable to complete his manoeuvre in time, resulting in the collision.\n\nOperating procedures for transitions between autonomous and manual driving were then reviewed, including when a safety officer should intervene.\n\nMeanwhile, Grab, which commenced free public rides on April 1, is set to commence revenue rides from mid-2026 at a flat fare of $4 per passenger.\n\nNo date has been set for the commencement yet.",
"source": {
"uri": "asiaone.com",
"dataType": "news",
"title": "AsiaOne"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/ComfortDelGro",
"type": "org",
"score": 5,
"label": {
"eng": "ComfortDelGro"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Punggol",
"type": "loc",
"score": 5,
"label": {
"eng": "Punggol"
},
"location": {
"type": "place",
"label": {
"eng": "Punggol"
},
"country": {
"type": "country",
"label": {
"eng": "Singapore"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Automatic_train_operation",
"type": "wiki",
"score": 5,
"label": {
"eng": "Automatic train operation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Land_Transport_Authority",
"type": "wiki",
"score": 3,
"label": {
"eng": "Land Transport Authority"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pony.ai",
"type": "wiki",
"score": 2,
"label": {
"eng": "Pony.ai"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Toyota_Sienta",
"type": "wiki",
"score": 2,
"label": {
"eng": "Toyota Sienta"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Vehicular_automation",
"type": "wiki",
"score": 2,
"label": {
"eng": "Vehicular automation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mobile_app",
"type": "wiki",
"score": 2,
"label": {
"eng": "Mobile app"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Grab_(company)",
"type": "org",
"score": 1,
"label": {
"eng": "Grab (company)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Minivan",
"type": "wiki",
"score": 1,
"label": {
"eng": "Minivan"
}
}
],
"categories": [
{
"uri": "dmoz/Business/Arts_and_Entertainment/Amusement_Parks_and_Attractions",
"label": "dmoz/Business/Arts and Entertainment/Amusement Parks and Attractions",
"wgt": 22
},
{
"uri": "dmoz/Science/Technology/Safety_Engineering",
"label": "dmoz/Science/Technology/Safety Engineering",
"wgt": 19
},
{
"uri": "dmoz/Business/Transportation_and_Logistics/Moving_Services",
"label": "dmoz/Business/Transportation and Logistics/Moving Services",
"wgt": 18
},
{
"uri": "dmoz/Recreation/Autos/Driving_and_Safety",
"label": "dmoz/Recreation/Autos/Driving and Safety",
"wgt": 21
},
{
"uri": "dmoz/Recreation/Outdoors/Offroad_Vehicles",
"label": "dmoz/Recreation/Outdoors/Offroad Vehicles",
"wgt": 16
},
{
"uri": "news/Technology",
"label": "news/Technology",
"wgt": 50
},
{
"uri": "iptc/economy,_business_and_finance/products_and_services",
"label": "iptc/economy, business and finance/products and services",
"wgt": 82
}
],
"image": "https://www.asiaone.com/sites/default/files/styles/article_top_image/public/original_images/Jun2026/ComfortDelGro_Free_Autonomous_Shuttle_Service_Punggol.png?itok=jmAsgi9R",
"eventUri": null,
"sentiment": 0.192156862745098,
"wgt": 519564541,
"relevance": 1
},
{
"uri": "9363877475",
"lang": "eng",
"isDuplicate": true,
"date": "2026-06-19",
"time": "11:27:03",
"dateTime": "2026-06-19T11:27:03Z",
"dateTimePub": "2026-06-19T11:26:08Z",
"dataType": "news",
"sim": 0,
"url": "https://www.businesstimes.com.sg/international/global/iran-says-it-will-waive-fees-hormuz-during-60-day-negotiation-period",
"title": "Iran says it will waive fees for Hormuz during 60-day negotiation period",
"body": "[DUBAI] Iran's Strait of Hormuz body said on Friday (Jun 19) it would waive planned fees to use the strait during a 60-day negotiation period under the memorandum of understanding signed with the United States this week.\n\nShips seeking passage through the strait while the interim agreement is in force must submit transit requests at least 48 hours before arrival, Iran's Persian Gulf Strait Authority (PGSA) said in a notice.\n\nIran would waive fees for security, safety, environmental services and related insurance during the period, while requiring vessels to coordinate routes and transit times in advance due to areas affected by mines and to ensure safe navigation. REUTERS",
"source": {
"uri": "businesstimes.com.sg",
"dataType": "news",
"title": "The Business Times"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Iran",
"type": "loc",
"score": 5,
"label": {
"eng": "Iran"
},
"location": {
"type": "country",
"label": {
"eng": "Iran"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ormus",
"type": "loc",
"score": 3,
"label": {
"eng": "Ormus"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Strait_of_Hormuz",
"type": "wiki",
"score": 3,
"label": {
"eng": "Strait of Hormuz"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Strait",
"type": "wiki",
"score": 3,
"label": {
"eng": "Strait"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Memorandum_of_understanding",
"type": "wiki",
"score": 2,
"label": {
"eng": "Memorandum of understanding"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States",
"type": "loc",
"score": 2,
"label": {
"eng": "United States"
},
"location": {
"type": "country",
"label": {
"eng": "United States"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Navigation",
"type": "wiki",
"score": 1,
"label": {
"eng": "Navigation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Persian_Gulf",
"type": "wiki",
"score": 1,
"label": {
"eng": "Persian Gulf"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Insurance",
"type": "wiki",
"score": 1,
"label": {
"eng": "Insurance"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Reuters",
"type": "wiki",
"score": 1,
"label": {
"eng": "Reuters"
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues/Transportation",
"label": "dmoz/Society/Issues/Transportation",
"wgt": 12
},
{
"uri": "dmoz/Business/Financial_Services/Insurance",
"label": "dmoz/Business/Financial Services/Insurance",
"wgt": 12
},
{
"uri": "dmoz/Science/Environment/Products_and_Services",
"label": "dmoz/Science/Environment/Products and Services",
"wgt": 13
},
{
"uri": "dmoz/Business/Transportation_and_Logistics/Urban_Transport",
"label": "dmoz/Business/Transportation and Logistics/Urban Transport",
"wgt": 20
},
{
"uri": "dmoz/Business/Transportation_and_Logistics/Maritime",
"label": "dmoz/Business/Transportation and Logistics/Maritime",
"wgt": 12
},
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 64
},
{
"uri": "iptc/economy,_business_and_finance",
"label": "iptc/economy, business and finance",
"wgt": 82
},
{
"uri": "iptc/disaster,_accident_and_emergency_incident/emergency_incident",
"label": "iptc/disaster, accident and emergency incident/emergency incident",
"wgt": 87
},
{
"uri": "iptc/disaster,_accident_and_emergency_incident/accident_and_emergency_incident/transportation_accident_and_incident",
"label": "iptc/disaster, accident and emergency incident/accident and emergency incident/transportation accident and incident",
"wgt": 84
}
],
"image": "https://cassette.sphdigital.com.sg/image/businesstimes/53a03aa0d8b20228dddc1ee6c2227b9ce08f5a4f31aaacd687372464a8c2e679?w=1920&f=webp",
"eventUri": null,
"sentiment": 0.4509803921568627,
"wgt": 519564423,
"relevance": 1
},
{
"uri": "9363874180",
"lang": "eng",
"isDuplicate": false,
"date": "2026-06-19",
"time": "11:23:34",
"dateTime": "2026-06-19T11:23:34Z",
"dateTimePub": "2026-06-19T11:19:46Z",
"dataType": "news",
"sim": 0.7372549176216125,
"url": "https://www.straitstimes.com/world/europe/eu-leader-costas-kremlin-overture-exposes-divisions-over-contacts-with-russia",
"title": "EU leader Costa's Kremlin overture exposes divisions over contacts with Russia",
"body": "BRUSSELS, June 19 - A diplomatic overture to the Kremlin by European Council President Antonio Costa has exposed divisions at a summit of EU leaders over how to handle relations with Russia even as the war in Ukraine shows no signs of ending soon.\n\nA senior aide to Costa made \"brief\" contacts with the Kremlin in recent weeks \"to open communication channels\", according to an EU official, speaking on condition of anonymity on Wednesday.\n\nThe EU has sought to isolate Russia diplomatically and economically since its 2022 invasion of Ukraine but European leaders have recently begun discussing the possibility of direct talks with Moscow about the war and broader security issues.\n\nLACK OF COORDINATION\n\nHowever, Costa's initiative drew criticism from some leaders at the two-day summit in Brussels, who said it was not coordinated with them and that the EU should focus on putting more pressure on Russia, according to people familiar with the closed-door discussions, which took place late on Thursday.\n\nGerman Chancellor Friedrich Merz and French President Emmanuel Macron were not enthusiastic about the move, while Nordic and Baltic countries were most disturbed by it, according to the sources, speaking on condition of anonymity on Friday.\n\nSeveral leaders also said there was no sign Russian President Vladimir Putin was ready to engage in serious talks so debates about who should take part in them on the European side were premature.\n\n\"Diplomatic channels with Russia don't matter if Russia doesn't want to do diplomacy,\" Latvian Prime Minister Andris Kulbergs said as he arrived for the second day of the summit on Friday.\n\nA diplomat from a major European country said Costa had no mandate to open contacts. \"His talks were not coordinated with member states,\" the diplomat said.\n\nAs president of the European Council, Costa, a former Portuguese prime minister, chairs and organises summits of EU leaders and seeks to build consensus among member states. He can also represent the EU externally.\n\nSenior EU diplomats learned about Costa's initiative, which was first reported by Bloomberg, via the media rather than from his office, sources said.\n\nAnother EU diplomat said Merz and Macron had argued that any peace talks would be primarily about military capabilities and security guarantees for Ukraine, which would be a matter for individual European countries, rather than the EU.\n\nMAKING CONTACT\n\nHowever, some countries voiced support for Costa's move.\n\n\"Opening up a channel is not a mistake in our view,\" Irish Prime Minister Micheal Martin said on Friday.\n\nAn EU official said several leaders signalled that Costa is \"the natural representative of the EU's interests\".\n\nThe U.S. has so far led diplomatic efforts to reach a peace deal between Ukraine and Russia, with the EU largely sidelined, despite Kyiv and Brussels saying it should play a role.\n\nMerz, Macron and British Prime Minister Keir Starmer have also been discussing the war and relations with Russia in the so-called E3 format, which has annoyed other leaders such as Italian Prime Minister Giorgia Meloni as they are not included.\n\nDutch Prime Minister Rob Jetten said Europe would have to prepare carefully for any future talks before deciding who should represent the continent.\n\n\"We, as (Europe), will have to think: what is ultimately at stake if you end up at that negotiating table? It is still far too early to determine who that European negotiator might be,\" he told reporters at the summit. REUTERS",
"source": {
"uri": "straitstimes.com",
"dataType": "news",
"title": "The Straits Times"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/António_Costa",
"type": "person",
"score": 5,
"label": {
"eng": "António Costa"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Moscow_Kremlin",
"type": "loc",
"score": 5,
"label": {
"eng": "Moscow Kremlin"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/European_Union",
"type": "loc",
"score": 5,
"label": {
"eng": "European Union"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Russia",
"type": "loc",
"score": 5,
"label": {
"eng": "Russia"
},
"location": {
"type": "country",
"label": {
"eng": "Russia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Russian_invasion_of_Ukraine",
"type": "wiki",
"score": 4,
"label": {
"eng": "Russian invasion of Ukraine"
}
},
{
"uri": "http://en.wikipedia.org/wiki/President_of_the_European_Council",
"type": "wiki",
"score": 4,
"label": {
"eng": "President of the European Council"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Friedrich_Merz",
"type": "person",
"score": 3,
"label": {
"eng": "Friedrich Merz"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Emmanuel_Macron",
"type": "person",
"score": 3,
"label": {
"eng": "Emmanuel Macron"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Diplomat",
"type": "wiki",
"score": 3,
"label": {
"eng": "Diplomat"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Moscow",
"type": "loc",
"score": 3,
"label": {
"eng": "Moscow"
},
"location": {
"type": "place",
"label": {
"eng": "Moscow"
},
"country": {
"type": "country",
"label": {
"eng": "Russia"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Prime_Minister_of_Latvia",
"type": "wiki",
"score": 2,
"label": {
"eng": "Prime Minister of Latvia"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Prime_Minister_of_the_United_Kingdom",
"type": "wiki",
"score": 2,
"label": {
"eng": "Prime Minister of the United Kingdom"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Baltic_states",
"type": "loc",
"score": 2,
"label": {
"eng": "Baltic states"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/President_of_France",
"type": "wiki",
"score": 2,
"label": {
"eng": "President of France"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Diplomacy",
"type": "wiki",
"score": 2,
"label": {
"eng": "Diplomacy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Nordic_countries",
"type": "loc",
"score": 2,
"label": {
"eng": "Nordic countries"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Chancellor_of_Germany",
"type": "wiki",
"score": 2,
"label": {
"eng": "Chancellor of Germany"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Member_state_of_the_European_Union",
"type": "wiki",
"score": 2,
"label": {
"eng": "Member state of the European Union"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Vladimir_Putin",
"type": "person",
"score": 2,
"label": {
"eng": "Vladimir Putin"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Brussels",
"type": "loc",
"score": 2,
"label": {
"eng": "Brussels"
},
"location": {
"type": "place",
"label": {
"eng": "Brussels"
},
"country": {
"type": "country",
"label": {
"eng": "Belgium"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Portugal",
"type": "loc",
"score": 2,
"label": {
"eng": "Portugal"
},
"location": {
"type": "country",
"label": {
"eng": "Portugal"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kyiv",
"type": "loc",
"score": 1,
"label": {
"eng": "Kyiv"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Rob_Jetten",
"type": "person",
"score": 1,
"label": {
"eng": "Rob Jetten"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Prime_Minister_of_the_Netherlands",
"type": "wiki",
"score": 1,
"label": {
"eng": "Prime Minister of the Netherlands"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Micheál_Martin",
"type": "person",
"score": 1,
"label": {
"eng": "Micheál Martin"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Giorgia_Meloni",
"type": "person",
"score": 1,
"label": {
"eng": "Giorgia Meloni"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Keir_Starmer",
"type": "person",
"score": 1,
"label": {
"eng": "Keir Starmer"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Taoiseach",
"type": "wiki",
"score": 1,
"label": {
"eng": "Taoiseach"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bloomberg_L.P.",
"type": "org",
"score": 1,
"label": {
"eng": "Bloomberg L.P."
}
},
{
"uri": "http://en.wikipedia.org/wiki/Prime_Minister_of_Italy",
"type": "wiki",
"score": 1,
"label": {
"eng": "Prime Minister of Italy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Europe",
"type": "loc",
"score": 1,
"label": {
"eng": "Europe"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Reuters",
"type": "wiki",
"score": 1,
"label": {
"eng": "Reuters"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ukraine",
"type": "loc",
"score": 1,
"label": {
"eng": "Ukraine"
},
"location": {
"type": "country",
"label": {
"eng": "Ukraine"
}
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues/Economic",
"label": "dmoz/Society/Issues/Economic",
"wgt": 13
},
{
"uri": "dmoz/Society/Government/Multilateral",
"label": "dmoz/Society/Government/Multilateral",
"wgt": 28
},
{
"uri": "dmoz/Society/Issues/Warfare_and_Conflict",
"label": "dmoz/Society/Issues/Warfare and Conflict",
"wgt": 23
},
{
"uri": "dmoz/Society/Issues/Peace",
"label": "dmoz/Society/Issues/Peace",
"wgt": 18
},
{
"uri": "dmoz/Society/Military/Multinational_Forces",
"label": "dmoz/Society/Military/Multinational Forces",
"wgt": 19
},
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 99
},
{
"uri": "iptc/politics_and_government/international_relations/diplomacy/treaty",
"label": "iptc/politics and government/international relations/diplomacy/treaty",
"wgt": 100
},
{
"uri": "iptc/politics_and_government/international_relations/international_organization",
"label": "iptc/politics and government/international relations/international organization",
"wgt": 100
}
],
"image": "https://cassette.sphdigital.com.sg/image/straitstimes/e2c950984014d8eeb81ff083a8fc844f323dce540622f4e05ea6a7aa344c9136",
"eventUri": "eng-11752832",
"sentiment": -0.2862745098039216,
"wgt": 519564214,
"relevance": 1
},
{
"uri": "9363873882",
"lang": "tam",
"isDuplicate": false,
"date": "2026-06-19",
"time": "11:23:20",
"dateTime": "2026-06-19T11:23:20Z",
"dateTimePub": "2026-06-19T11:19:27Z",
"dataType": "news",
"sim": 0.6549019813537598,
"url": "https://www.tamilmurasu.com.sg/india/young-storm-womens-cricket-306-runs-126-balls",
"title": "மகளிர் கிரிக்கெட்டில் இளம்புயல்: 126 பந்துகளில் 306 ஓட்டங்கள், இந்தியா செய்திகள் - தமிழ் முரசு India News in Tamil, Tamil Murasu",
"body": "15-year-old Akshara Patel, captain of Bihar's U-19 women's team, scored an astonishing unbeaten 306 runs off just 126 balls in the BCA Women's U-19 One-Day Cricket series in Bhagalpur on Thursday (June 18). Her record-breaking innings included 55 fours and 6 sixes, reaching a half-century in 16 balls and a century in 34. Akshara is the first female cricketer to participate consecutively four times in BCCI women's tournaments within two years, highlighting Bihar's emerging talent.\n\nபாகல்பூர்: பீகாரிலிருந்து மற்றொரு கிரிக்கெட் புயல் கிளம்பியுள்ளது.\n\n15 வயதான அக்ஷரா குப்தாதான் அந்தப் புயல். பீகாரின் பாகல்பூரில் வியாழக்கிழமை (ஜூன் 18) நடைபெற்ற, 19 வயதினருக்கு உட்பட்ட பிசிஏ மகளிர் ஒருநாள் கிரிக்கெட் தொடரில் அவர் விளையாடிய விதம் கிரிக்கெட் ரசிகர்களை வியப்பில் ஆழ்த்தியது.\n\n126 பந்துகளை மட்டுமே சந்தித்த அவர், 306 ஓட்டங்களைக் குவித்து ஆட்டமிழக்காமல் இருந்தார்.\n\nஅவர் குவித்த ஓட்டங்களில் 55 பவுண்டரிகளும் 6 சிக்சர்களும் அடங்கும். 16 பந்துகளில் அரை சதத்தையும் 34 பந்துகளில் சதத்தையும் பூர்த்தி செய்து அசத்தினார் அக்ஷரா.\n\nஇளம் வயதில் பீகார் யு-19 மகளிர் அணியின் தலைவராக இருந்து வருகிறார்.\n\nபீகார் மாநிலத்தைச் சேர்ந்த மற்றொரு இளம் வீரரான வைபவ் சூர்யவன்ஷி அதிரடியாக ஆடிய பின்னர் இந்திய அணிக்குத் தேர்வாகி இருக்கும் நிலையில் மகளிர் கிரிக்கெட்டுக்கு மகுடம் சூட்டும் வகையில் அக்ஷரா புறப்பட்டுள்ளார்.\n\nபீகார் கிரிக்கெட்டிலிருந்து அடுத்தடுத்து இளம் வீரர்கள் தேசிய மற்றும் அனைத்துலக அரங்கில் அடியெடுத்து வைப்பது விளையாட்டு ரசிகர்களிடையே உற்சாகத்தை ஏற்படுத்தியுள்ளது.\n\nஇந்திய கிரிக்கெட் கட்டுப்பாட்டு வாரியத்தின் மகளிர் கிரிக்கெட் போட்டிகளில் ஈராண்டுகளில் தொடர்ந்து நான்குமுறை பங்கேற்ற முதல் கிரிக்கெட் வீராங்கனை அக்ஷரா குப்தா என்பது குறிப்பிடத்தக்கது.",
"source": {
"uri": "tamilmurasu.com.sg",
"dataType": "news",
"title": "Tamil Murasu"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Bhagalpur",
"type": "loc",
"score": 5,
"label": {
"eng": "Bhagalpur"
},
"location": {
"type": "place",
"label": {
"eng": "Bhagalpur"
},
"country": {
"type": "country",
"label": {
"eng": "India"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cricket",
"type": "wiki",
"score": 5,
"label": {
"eng": "Cricket"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bihar",
"type": "loc",
"score": 5,
"label": {
"eng": "Bihar"
},
"location": {
"type": "place",
"label": {
"eng": "Bihar"
},
"country": {
"type": "country",
"label": {
"eng": "India"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Not_out",
"type": "wiki",
"score": 3,
"label": {
"eng": "Not out"
}
}
],
"categories": [
{
"uri": "news/Sports",
"label": "news/Sports",
"wgt": 52
},
{
"uri": "iptc/sport/competition_discipline/cricket",
"label": "iptc/sport/competition discipline/cricket",
"wgt": 100
},
{
"uri": "iptc/health/disease_and_condition/communicable_disease/epidemic_and_pandemic",
"label": "iptc/health/disease and condition/communicable disease/epidemic and pandemic",
"wgt": 61
}
],
"image": "https://cassette.sphdigital.com.sg/image/tamilmurasu/b3bcff170b1e3243017820161e6214ea0f765e6ee1edfc0afc493fa16d4984d8",
"eventUri": "tam-51632",
"sentiment": null,
"wgt": 519564200,
"relevance": 1
},
{
"uri": "9363872690",
"lang": "zho",
"isDuplicate": false,
"date": "2026-06-19",
"time": "11:22:52",
"dateTime": "2026-06-19T11:22:52Z",
"dateTimePub": "2026-06-19T10:45:00Z",
"dataType": "news",
"sim": 0,
"url": "https://www.zaobao.com.sg/news/singapore/story20260619-9232104",
"title": "升级后的新巴士阅卡器测试中 日后可显示扣除的车资",
"body": "这辆由新捷运经营的222号巴士路线不久前开始测试新的阅卡器,它的显示屏更大,字体也更大,更方便上了年纪或视力欠佳的乘客使用。此外,它也更\"敏感\",乘客车资卡只要碰到阅卡器任何一处,系统就会感应到并扣款。 (吴先邦摄)\n\n更大的字体,更大的接触面积,日后用电子钱包或银行卡付车资时,还能清楚显示扣除的车资。陆路交通管理局正在测试升级后的巴士票务系统阅卡器,并计划最迟明年底在所有公共巴士采用新的阅卡器。\n\n陆交局发言人回答《联合早报》询问时证实,已从5月25日起,率先在两辆巴士测试新的阅卡器,以评估系统表现。这两辆巴士是新捷运经营的222号路线,及SMRT运营的110号路线。\n\n\"陆续会有更多巴士使用新的阅卡器,目标是到2027年底全面采用这个系统。\"\n\n新的阅卡器显示屏更大,字体也更大,更方便上了年纪或视力欠佳的乘客使用。此外,它也更\"敏感\",乘客车资卡只要碰到阅卡器任何一处,系统就会感应到并扣款,不像目前要在阅卡器下方指定位置才能感应到车资卡。\n\n发言人说,这些改良是为了让支付车资的过程更直观,以改善整体的乘车体验。\n\n陆交局指出,新的阅卡器是整个巴士票务系统翻新工程的一部分,一旦完成,乘客在使用账户式票务系统车资卡时,阅卡器能清楚显示扣除的车资和卡内余额。更多详情日后公布。\n\n陆交局也说,新的阅卡器与账户式票务系统新易通(SimplyGo)完全兼容,开发过程中也听取了利益相关者,包括公共交通业者和乘客,针对阅卡器可用性和功能的反馈。\n\n本地目前有超过5800辆公共巴士。2024年1月,陆交局宣布从那年6月起,还未提升为新易通卡的成人易通卡和NETS万捷通卡不能再用来支付公交车资。这引起公众不满,因为过渡到新易通这个账户式票务系统后,就不能在地铁闸门和巴士阅卡器马上看到所扣除的车资和卡内余额。\n\n陆交局随后宣布推迟过渡到新易通的计划,并会投入4000万元提升和维护现有储值卡式票务系统的硬件和软件,让系统持续使用到至少2030年。当局也会探寻能克服上述技术限制的方案。\n\n居住在万国一带的阿拉达娜(10岁,学生)每周会乘搭110号巴士三次。她说,目前还没试过新的阅卡器,但乐见有更大的感应面积。\n\n\"有时巴士拥挤时,我虽然已经挤上巴士,但因为前面人多,无法对准阅卡器的感应面,也就没法付费。接触面更广当然好,但也希望够敏感,才能解决目前的问题。\"\n\n另一名110号巴士乘客李恩琪(23岁,精算执行员)认为,阅卡器更大的字体,以及清楚显示所抵达的巴士站信息,对乘客都很有帮助。\"这么一来,我就不会下错站。\"\n\n她也指出,自从转用银行卡支付车资后,就无法在下车时,通过阅卡器看到每趟车程的车资。\"我期待新的阅卡器能解决这个问题,让我对每趟车程的车资更有概念,也能快速算一算买月票是否更划算。\"\n\n平时主要靠巴士和地铁代步的林美兰(73岁,退休者)说:\"系统怎么改进都好,最重要的是可以清楚看到扣除的车资和卡内剩多少钱,不然卡没钱就麻烦了。字体越大越好,老人家嘛,视力比较差。\"",
"source": {
"uri": "zaobao.com.sg",
"dataType": "news",
"title": "早报"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Qing_dynasty",
"type": "loc",
"score": 5,
"label": {
"eng": "Qing dynasty"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/SBS_Transit",
"type": "org",
"score": 5,
"label": {
"eng": "SBS Transit"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Display_device",
"type": "wiki",
"score": 5,
"label": {
"eng": "Display device"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bus",
"type": "wiki",
"score": 5,
"label": {
"eng": "Bus"
}
},
{
"uri": "http://en.wikipedia.org/wiki/EZ-Link",
"type": "wiki",
"score": 4,
"label": {
"eng": "EZ-Link"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bank_card",
"type": "wiki",
"score": 4,
"label": {
"eng": "Bank card"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Rapid_transit",
"type": "wiki",
"score": 4,
"label": {
"eng": "Rapid transit"
}
},
{
"uri": "http://en.wikipedia.org/wiki/New_World_First_Bus",
"type": "org",
"score": 3,
"label": {
"eng": "New World First Bus"
}
},
{
"uri": "http://en.wikipedia.org/wiki/SMRT_Buses",
"type": "org",
"score": 3,
"label": {
"eng": "SMRT Buses"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Lianhe_Zaobao",
"type": "wiki",
"score": 3,
"label": {
"eng": "Lianhe Zaobao"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Land_Transport_Authority",
"type": "wiki",
"score": 3,
"label": {
"eng": "Land Transport Authority"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Computer_hardware",
"type": "wiki",
"score": 3,
"label": {
"eng": "Computer hardware"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Public_transport",
"type": "wiki",
"score": 3,
"label": {
"eng": "Public transport"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Software",
"type": "wiki",
"score": 3,
"label": {
"eng": "Software"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bus_stop",
"type": "wiki",
"score": 2,
"label": {
"eng": "Bus stop"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Vietnam",
"type": "loc",
"score": 2,
"label": {
"eng": "Vietnam"
},
"location": {
"type": "country",
"label": {
"eng": "Vietnam"
}
}
}
],
"categories": [
{
"uri": "news/Technology",
"label": "news/Technology",
"wgt": 88
},
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 72
},
{
"uri": "iptc/lifestyle_and_leisure",
"label": "iptc/lifestyle and leisure",
"wgt": 84
}
],
"image": "https://cassette.sphdigital.com.sg/image/zaobao/c60f5868a396680a7997b23b664b8720a550f7e5bf77f19a23f20b3c0bbc7891",
"eventUri": null,
"sentiment": null,
"wgt": 519564172,
"relevance": 1
},
{
"uri": "9363872691",
"lang": "zho",
"isDuplicate": false,
"date": "2026-06-19",
"time": "11:22:50",
"dateTime": "2026-06-19T11:22:50Z",
"dateTimePub": "2026-06-19T10:39:11Z",
"dataType": "news",
"sim": 0,
"url": "https://www.zaobao.com.sg/news/singapore/story20260619-9233380",
"title": "华助会连续两年预算赤字 或考虑调整月捐额",
"body": "华社自助理事会连续两年出现预算赤字,为了持续应对援助计划的扩充和受惠人数增长,除了积极寻求新的资金来源,华助会不排除调整月捐额的可能。\n\n华助会星期五(6月19日)召开第34届常年大会。身为董事会主席的社会政策统筹部长兼卫生部长王乙康,在会上做主席报告时提及,2024年出现预算赤字102万元,去年预算原本预估赤字为210万元。\n\n\"所幸因为2025年是SG60,我们获得文化、社区及青年部一次性的SG60拨款600万元,使整体由赤字转为盈余。我们都知道SG60的特别拨款是一次性的。接下来,我们需要谨慎的处理财政。我相信随着我们的扩充计划,及受惠者的增长,财政压力也会随之增加。\"\n\n他强调需要积极寻求新的资金,包括向黄氏基金等募款,或争取更多合作伙伴对个别计划的资助。\n\n\"我们不可排除调整月捐额。需要的话,我们会探讨是否能在合理范围内作出调整,呼吁收入较高的公众每个月多捐出几块钱,支持华族社群。\"\n\n华社自助理事会上一次调高华族工作人士的每月捐款额,是在2015年。目前捐款额根据月薪多寡而定,金额从5角至3元不等。\n\n王乙康也宣布,华助会未来五年将进一步加深对儿童、青少年和家庭的支援。\n\n这包括从2027年起,放宽补习计划与助学金计划的申请门槛,从家庭月收入最高4800元调高至5300元;家庭人均收入也从最高1400元调至2000元。预计受惠家庭将增加800户,达1万7000户。\n\n针对学生提供的补习班、增益课程、督导计划和发展支援等,华助会也将进一步从去年的2万6000个名额,逐步增加至2030年的4万5000个。同时5年内也会为部分学生提供辅导、兴趣小组和社交情感学习等更深入支持的学习项目。受惠学生有望从去年1800人,近乎翻倍至3000人。\n\n为了进一步扩张援助工作,华助会将在本地五个年轻家庭聚集的地区,增建新的华助会中心,预计2030年全部落成。\n\n五个筹建社区包括榜鹅北岸(Punggol Northshore)、裕廊西、坎贝拉、淡滨尼北和登加。届时,全国的华助会中心总数将增至18间,能更直接地帮助全岛各处的儿童和家庭。\n\n王乙康也回顾了华助会过去一年\"种草植树\"策略的成果,全年拨款额从2024年的3700万元增至去年的3970万元,共惠及1万6200户家庭,与2024年的1万5700户家庭相比有显著提升。\n\n此外,华助会去年也发放1万2530份助学金。旗下的家庭支援计划也提供9600次支援服务,当中1400户面对复杂挑战的家庭,除了获华助会经济援助,也得到个案管理员的具体指导。\n\n王乙康指出,支出增加是因为华助会的援助工作和服务人数有所增加。这包括提供更针对性的支援措施、扶持家庭,以及发展儿童与青年的潜能等。",
"source": {
"uri": "zaobao.com.sg",
"dataType": "news",
"title": "早报"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Budget_deficits",
"type": "wiki",
"score": 5,
"label": {
"eng": "Budget deficits"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ong_Ye_Kung",
"type": "person",
"score": 5,
"label": {
"eng": "Ong Ye Kung"
}
},
{
"uri": "http://zh.wikipedia.org/wiki/華族",
"type": "wiki",
"score": 4,
"label": {
"eng": "華族"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Adolescence",
"type": "wiki",
"score": 3,
"label": {
"eng": "Adolescence"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tengah,_Singapore",
"type": "loc",
"score": 2,
"label": {
"eng": "Tengah, Singapore"
},
"location": {
"type": "place",
"label": {
"eng": "Tengah, Singapore"
},
"country": {
"type": "country",
"label": {
"eng": "Singapore"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tampines",
"type": "loc",
"score": 2,
"label": {
"eng": "Tampines"
},
"location": {
"type": "place",
"label": {
"eng": "Tampines"
},
"country": {
"type": "country",
"label": {
"eng": "Singapore"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Punggol",
"type": "loc",
"score": 2,
"label": {
"eng": "Punggol"
},
"location": {
"type": "place",
"label": {
"eng": "Punggol"
},
"country": {
"type": "country",
"label": {
"eng": "Singapore"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kimono",
"type": "wiki",
"score": 2,
"label": {
"eng": "Kimono"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jurong",
"type": "loc",
"score": 2,
"label": {
"eng": "Jurong"
},
"location": {
"type": "place",
"label": {
"eng": "Jurong"
},
"country": {
"type": "country",
"label": {
"eng": "Singapore"
}
}
}
}
],
"categories": [
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 73
}
],
"image": "https://cassette.sphdigital.com.sg/image/zaobao/3056cc65a0735d4d55c39ad91f8a87a879f6556b84d6fb59a90ba81cb30e8efd",
"eventUri": null,
"sentiment": null,
"wgt": 519564170,
"relevance": 1
}
],
"totalResults": 36925,
"page": 1,
"count": 10,
"pages": 3693
}
}