
MANHATTAN BRIDGE CAPITAL, INC — Investor Relations & Filings
Manhattan Bridge Capital, Inc. is a real estate finance company that originates, services, and manages a portfolio of first mortgage loans. It operates as a direct hard money lender, providing short-term, secured, non-banking loans to professional real estate investors. The company's principal offerings include loans for the acquisition and renovation of properties intended for quick resale (fix and flip), financing for small new construction projects, and bridge loans for the purchase of small income-producing properties. Loans are typically structured with a one-year term, interest-only payments, and a balloon payment at maturity. These loans are secured by real estate collateral and are generally accompanied by personal guarantees from the borrowers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| ARS - MANHATTAN BRIDGE CAPITAL, INC (0001080340) (Filer) | 2026-05-08 | English | |
| DEF 14A - MANHATTAN BRIDGE CAPITAL, INC (0001080340) (Filer) | 2026-05-08 | English | |
| 10-Q - MANHATTAN BRIDGE CAPITAL, INC (0001080340) (Filer) | 2026-04-16 | English | |
| 10-K - MANHATTAN BRIDGE CAPITAL, INC (0001080340) (Filer) | 2026-03-27 | English | |
| 8-K - MANHATTAN BRIDGE CAPITAL, INC (0001080340) (Filer) | 2026-02-25 | English | |
| 8-K | 2025-12-16 | English |
Browse filings by year
28 years- 2026 5 filings
- 2025 13 filings
- 2024 10 filings
- 2023 12 filings
- 2022 12 filings
- 2021 16 filings
- 2020 18 filings
- 2019 12 filings
- 2018 18 filings
- 2017 12 filings
- 2016 33 filings
- 2015 26 filings
- 2014 27 filings
- 2013 24 filings
- 2012 29 filings
- 2011 23 filings
- 2010 12 filings
- 2009 18 filings
- 2008 23 filings
- 2007 18 filings
- 2006 26 filings
- 2005 21 filings
- 2004 35 filings
- 2003 36 filings
- 2002 20 filings
- 2001 16 filings
- 2000 8 filings
- 1999 16 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
5 filings
| |||||
| 44207756 | ARS - MANHATTAN BRIDGE CAPITAL, INC (0001080340) (Filer) | 2026-05-08 | English | ||
| 44207792 | DEF 14A - MANHATTAN BRIDGE CAPITAL, INC (0001080340) (Filer) | 2026-05-08 | English | ||
| 34646785 | 10-Q - MANHATTAN BRIDGE CAPITAL, INC (0001080340) (Filer) | 2026-04-16 | English | ||
| 33066093 | 10-K - MANHATTAN BRIDGE CAPITAL, INC (0001080340) (Filer) | 2026-03-27 | English | ||
| 32887154 | 8-K - MANHATTAN BRIDGE CAPITAL, INC (0001080340) (Filer) | 2026-02-25 | English | ||
|
2025
10 filings
| |||||
| 11162886 | 8-K | 2025-12-16 | English | ||
| 11162887 | 8-K | 2025-11-26 | English | ||
| 11162888 | 8-K | 2025-11-20 | English | ||
| 11162890 | Director's Dealing 2025 | 2025-11-19 | English | ||
| 11162889 | Director's Dealing 2025 | 2025-11-18 | English | ||
| 11162894 | 10-Q | 2025-10-24 | English | ||
| 11162893 | 10-Q | 2025-07-22 | English | ||
| 11162891 | 8-K | 2025-06-18 | English | ||
| 11162892 | Annual Report 2025 | 2025-05-07 | English | ||
| 11162895 | Regulatory Filings 2025 | 2025-05-07 | English | ||
Market data
Market data not available
Price history
Peer group · Other credit granting activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
360 CAPITAL MORTGAGE REIT
Invests in mortgage loans and debt instruments secured by r…
|
TCF | AU | Financial and insurance activit… |
|
Aadhar Housing Finance Limited
Provides mortgage loans and financial products for the low-…
|
AADHARHFC | IN | Financial and insurance activit… |
|
Aastamangalam Finance Limited
NBFC providing gold, business, and personal loans to SMEs a…
|
511764 | IN | Financial and insurance activit… |
|
AAVAS Financiers Limited
Provides housing finance to low and middle-income segments …
|
AAVAS | IN | Financial and insurance activit… |
|
ABANS FINANCIAL SERVICES LIMITED
NBFC providing credit facilities and liquidity solutions to…
|
AFSL | IN | Financial and insurance activit… |
|
Abhinav Capital Services Limited
Provides financing, investment management, and credit solut…
|
532057 | IN | Financial and insurance activit… |
|
Abhishek Finlease limited
Provides credit facilities, loans, and financial consultanc…
|
538935 | IN | Financial and insurance activit… |
|
Abirami Financial Services (India)
Provides asset-based financing, leasing, and hire purchase …
|
511756 | IN | Financial and insurance activit… |
|
Accord Financial Corp.
Delivers flexible, asset-based financing solutions for busi…
|
ACD | CA | Financial and insurance activit… |
|
ACOM CO.,LTD.
A consumer financing company offering loans, credit cards, …
|
8572 | JP | Financial and insurance activit… |
MANHATTAN BRIDGE CAPITAL, 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/34466/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=34466 | 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=34466 | 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=34466 \ -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": 34466}, 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 MANHATTAN BRIDGE CAPITAL, INC (id: 34466)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.