Raize — Investor Relations & Filings
Raize is a financial technology company that operates a collaborative financing and peer-to-peer (P2P) lending platform. The service directly connects a community of investors with small and medium-sized enterprises (SMEs) seeking financing, providing an alternative to traditional bank loans. Operating as a regulated payment institution, the company manages a comprehensive loan servicing platform designed to ensure the security and reliability of transactions for both businesses and individual investors.
Recent filings
No filings indexed yet
We are still gathering filings for Raize. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group · Other credit granting activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Veteran Capital Corp.
Capital Pool Company and specialty finance provider offerin…
|
VCC.P | CA | Financial and insurance activit… |
|
Vibrant Global Capital Limited
Provides corporate lending, securities investment, and fina…
|
538732 | IN | Financial and insurance activit… |
|
VIJI FINANCE LIMITED
Provides credit solutions, investment management, and loans…
|
VIJIFIN | IN | Financial and insurance activit… |
|
Visagar Financial Services Ltd
Offers investment activities, financial advisory, debt synd…
|
531025 | IN | Financial and insurance activit… |
|
VOLKSWAGEN DOĞUŞ FİNANSMAN A.Ş.
Automotive financial services company providing vehicle loa…
|
VDFAS | TR | Financial and insurance activit… |
|
VPC Specialty Lending Investments
Investment company providing asset-backed financing to unde…
|
VSL | GB | Financial and insurance activit… |
|
Vroom, Inc.
A holding company providing automotive financing and AI-pow…
|
VRM | US | Financial and insurance activit… |
|
Walker & Dunlop, Inc.
A commercial real estate finance and advisory firm focused …
|
WD | US | Financial and insurance activit… |
|
WEAVER FINTECH LIMITED
Investment holding company focused on digital financial ser…
|
WVRE | MU | Financial and insurance activit… |
|
WEX Inc.
Financial technology platform for mobility, corporate payme…
|
WEX | US | Financial and insurance activit… |
Raize 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/1947/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=1947 | 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=1947 | 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=1947 \ -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": 1947}, 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 Raize (id: 1947)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.