
SCHRODER ASIAN TOTAL RETURN INV CO — Investor Relations & Filings
Schroder Asian Total Return Investment Company plc is an investment trust that aims to provide a high rate of total return. The company primarily invests in equities and equity-related securities of companies in the Asia Pacific region, excluding Japan. It employs an unconstrained investment approach, focusing on a total return strategy that seeks to deliver capital growth and income. The strategy is designed to manage downside risk, which may involve the use of derivatives to protect capital and enhance returns, providing flexibility across various market conditions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Net Asset Value(s) | 2026-06-02 | English | |
| Net Asset Value(s) | 2026-06-01 | English | |
| Total Voting Rights | 2026-05-29 | English | |
| Net Asset Value(s) | 2026-05-29 | English | |
| Net Asset Value(s) | 2026-05-28 | English | |
| Net Asset Value(s) | 2026-05-27 | English |
Browse filings by year
32 years- 2026 126 filings
- 2025 295 filings
- 2024 345 filings
- 2023 336 filings
- 2022 339 filings
- 2021 395 filings
- 2020 341 filings
- 2019 379 filings
- 2018 336 filings
- 2017 151 filings
- 2016 298 filings
- 2015 300 filings
- 2014 313 filings
- 2013 228 filings
- 2012 13 filings
- 2011 15 filings
- 2010 7 filings
- 2009 1 filing
- 2008 1 filing
- 2007 1 filing
- 2006 1 filing
- 2005 1 filing
- 2004 1 filing
- 2003 1 filing
- 2002 1 filing
- 2001 1 filing
- 2000 1 filing
- 1999 1 filing
- 1998 1 filing
- 1997 1 filing
- 1996 1 filing
- 1995 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47933260 | Net Asset Value(s) | 2026-06-02 | English | ||
| 47916843 | Net Asset Value(s) | 2026-06-01 | English | ||
| 47891413 | Total Voting Rights | 2026-05-29 | English | ||
| 47883926 | Net Asset Value(s) | 2026-05-29 | English | ||
| 47858210 | Net Asset Value(s) | 2026-05-28 | English | ||
| 47458601 | Net Asset Value(s) | 2026-05-27 | English | ||
| 47060212 | Net Asset Value(s) | 2026-05-26 | English | ||
| 46806844 | Net Asset Value(s) | 2026-05-22 | English | ||
| 46728005 | Net Asset Value(s) | 2026-05-21 | English | ||
| 46616200 | Net Asset Value(s) | 2026-05-20 | English | ||
| 46549254 | Transaction in Own Shares | 2026-05-19 | English | ||
| 46533659 | Net Asset Value(s) | 2026-05-19 | English | ||
| 46383966 | Net Asset Value(s) | 2026-05-18 | English | ||
| 46352867 | Net Asset Value(s) | 2026-05-15 | English | ||
| 45960619 | Net Asset Value(s) | 2026-05-14 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for SCHRODER ASIAN TOTAL RETURN INV CO, but not for this combination of statement and period. Try a different combination.
Swipe the table to view all periods, or rotate your phone for a wider view.
| Line item | ! |
|---|---|
| Definition not yet available — coming soon. |
Market data
Market data not available
Price history
Peer group · Activities of non-money market investments funds
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Chenghe Acquisition III Co.
A SPAC formed to acquire or merge with growing companies in…
|
CHECU | US | Financial and insurance activit… |
|
Cherry Hill Mortgage Investment Corp
A residential mortgage REIT that invests in and manages mor…
|
CHMI | US | Financial and insurance activit… |
|
Chimera FTSE ADX 15 ETF Class B Income
ETF tracking FTSE ADX 15 index, offering exposure to 15 lar…
|
CHADX15 | AE | Financial and insurance activit… |
|
CHIMERA INVESTMENT CORP
A hybrid REIT that invests in a diversified portfolio of mo…
|
CIM | US | Financial and insurance activit… |
|
Chimera JP Morgan UAE Bond UCITS ETF-Share Class-D Income
Provides total return from USD-denominated, investment-grad…
|
BONDAE | AE | Financial and insurance activit… |
|
Chimera S&P China HK Shariah ETF
An exchange-traded fund providing Shariah-compliant total r…
|
CHHK | AE | Financial and insurance activit… |
|
Chimera S&P Germany UCITS ETF - Share Class D - In
An ETF tracking an S&P Germany index, providing total retur…
|
GRMNY | AE | Financial and insurance activit… |
|
CHIMERA S&P INDIA SHARIAH ETF-SHARE CLASS B INCOME
An ETF providing Shariah-compliant exposure to Indian equit…
|
INDI | AE | Financial and insurance activit… |
|
Chimera S&P Japan UCITS ETF - Share Class D-Income
A UCITS compliant ETF tracking S&P Japan BMI Liquid 35/20 C…
|
JPANI | AE | Financial and insurance activit… |
|
CHIMERA S&P KSA SHARIAH ETF-SHARE CLASS B-INCOME
An exchange-traded fund tracking S&P KSA Shariah Index for …
|
SAUDIA | AE | Financial and insurance activit… |
SCHRODER ASIAN TOTAL RETURN INV CO via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/5236/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=5236 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=5236 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=5236 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 5236}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for SCHRODER ASIAN TOTAL RETURN INV CO (id: 5236)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.