
TR ARGENTINA SOCIEDAD ANONIMA — Investor Relations & Filings
TR ARGENTINA SOCIEDAD ANONIMA, known as The TR Company, is a professional services firm with 25 years of experience in translation and interpretation. It serves a global clientele, including leading businesses, governments, and non-governmental organizations, specializing in legal and technical document translation. The company's team comprises linguists, lawyers, and educators, ensuring high-quality, specialized services. Key differentiators include immediate inquiry response, same-day quotes, 24/7 availability, and a stringent translator selection process. The firm also offers certifications and authentications, accommodating complex and urgent projects without additional charges.
Recent filings
Browse filings by year
3 yearsMarket data
Market data not available
Price history
Peer group · Translation and interpretation activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
HONYAKU Center Inc.
A technical translation firm for the medical, patent, indus…
|
2483 | JP | Professional, scientific and te… |
|
RWS HOLDINGS PLC
Provider of technology-enabled solutions for content, langu…
|
RWS | GB | Professional, scientific and te… |
|
STRAKER LIMITED
AI-powered language services provider specializing in trans…
|
STG | NZ | Professional, scientific and te… |
TR ARGENTINA SOCIEDAD ANONIMA 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/68761/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=68761 | 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=68761 | 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=68761 \ -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": 68761}, 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 TR ARGENTINA SOCIEDAD ANONIMA (id: 68761)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.