
Nextgen,Inc. — Investor Relations & Filings
Nextgen, Inc. is an information and communication technology company specializing in SIP/VoIP (Session Initiation Protocol/Voice over IP) solutions. As a pioneer in the field, the company develops and provides carrier-grade software, hardware, and infrastructure for telecommunication carriers. Its business is structured around four key areas: telecommunication solutions, VoIP security, enterprise communication systems, and voice logging. Key offerings include Cloud PBX services, security assessments and anomaly detection for VoIP networks, and scalable communication platforms for businesses ranging from small offices to large call centers. The company's voice logging solutions support a wide range of line types, including analog, digital, VoIP, and mobile networks.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 確認書 | 2022-06-27 | Japanese | |
| 有価証券報告書-第21期(令和3年4月1日-令和4年3月31日) | 2022-06-27 | Japanese | |
| 四半期報告書-第21期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-07 | Japanese | |
| 四半期報告書-第21期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-08 | Japanese | |
| 四半期報告書-第21期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-10 | Japanese | |
| 確認書 | 2021-06-25 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
3 filings
| |||||
| 7601620 | 確認書 | 2022-06-27 | Japanese | ||
| 7601622 | 有価証券報告書-第21期(令和3年4月1日-令和4年3月31日) | 2022-06-27 | Japanese | ||
| 7618468 | 四半期報告書-第21期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-07 | Japanese | ||
|
2021
6 filings
| |||||
| 7624580 | 四半期報告書-第21期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-08 | Japanese | ||
| 7661614 | 四半期報告書-第21期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-10 | Japanese | ||
| 7666958 | 確認書 | 2021-06-25 | Japanese | ||
| 7666954 | 内部統制報告書-第20期(令和2年4月1日-令和3年3月31日) | 2021-06-25 | Japanese | ||
| 7666956 | 有価証券報告書-第20期(令和2年4月1日-令和3年3月31日) | 2021-06-25 | Japanese | ||
| 7677386 | 四半期報告書-第20期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-08 | Japanese | ||
|
2020
4 filings
| |||||
| 7682166 | 四半期報告書-第20期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-09 | Japanese | ||
| 7685988 | 四半期報告書-第20期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-11 | Japanese | ||
| 7689578 | 有価証券報告書-第19期(平成31年4月1日-令和2年3月31日) | 2020-06-24 | Japanese | ||
| 7694058 | 四半期報告書-第19期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-10 | Japanese | ||
|
2019
2 filings
| |||||
| 7697410 | 四半期報告書-第19期第2四半期(2019/07/01-2019/09/30) | 2019-11-11 | Japanese | ||
| 7699647 | 四半期報告書-第19期第1四半期(2019/04/01-2019/06/30) | 2019-08-13 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Wired, wireless, and satellite telecommunication activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1&1 AG
A telecommunications provider offering mobile and broadband…
|
1U1 | DE | Telecommunications, computer pr… |
|
360networks Inc.
Major North American provider of high-capacity fiber optic …
|
TSIX | CA | Telecommunications, computer pr… |
|
4iG Nyilvánosan Működő Részvénytársaság
Provider of integrated telecommunications, IT, and space te…
|
4IG | HU | Telecommunications, computer pr… |
|
5G NETWORKS LIMITED.
Provides high-speed connectivity, fiber networks, and manag…
|
5GN | AU | Telecommunications, computer pr… |
|
AAC Clyde Space
Offers end-to-end small satellite solutions and space-based…
|
AAC | SE | Telecommunications, computer pr… |
|
Aastra Technologies Limited
Global provider of enterprise communication systems, specia…
|
AAH | CA | Telecommunications, computer pr… |
|
Accrete Inc.
Cloud-based messaging provider specializing in A2P SMS and …
|
4395 | JP | Telecommunications, computer pr… |
|
ACTELIS NETWORKS INC
Provider of cyber-hardened networking solutions for IoT ove…
|
ASNS | US | Telecommunications, computer pr… |
|
Adamant Holding Inc.
Global telecommunications carrier expanding into renewable …
|
UCCPF | CA | Telecommunications, computer pr… |
|
AdvanteXCEL.com Communications Corp.
Defaulting reporting issuer, cease-traded due to regulatory…
|
APTV | CA | Telecommunications, computer pr… |
Nextgen,Inc. 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/13490/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13490 | 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=13490 | 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=13490 \ -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": 13490}, 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 Nextgen,Inc. (id: 13490)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.