Complete the form below to get pre-approved for your home loan. This will help you understand your budget and show sellers you're a serious buyer.
Get started on your pre-approval journey! Fill in your basic information below and we'll guide you through the process.
Password * (minimum 6 characters)
Continue with Pre-Approval
Already have an account? Login here
Hi there !
Your account has been created successfully. You're one step closer to getting pre-approved!
Here's what happens next:
1
📧 Verify Your Email
Check your inbox for a verification email from FSBO-PRO and click the link to verify your account.
2
💰 Submit Your Pre-Approval
Once verified, log in and complete your pre-approval application with your financial information.
3
📄 Upload Documents
Provide required documents (ID, bank statements, tax returns) for instant verification.
4
✅ Get Approved
Our team reviews your application and you'll receive your pre-approval decision within 24 hours.
Verification Email: Check your spam folder if you don't see it in 5 minutes
Fast Process: Most pre-approvals are completed within 24 hours
Check Your Email
I'll Do It Later
FOR SALE BY OWNER
Claim This Listing
Share
Save
Flyer
360 E 26th St, Brooklyn, NY 11226
360 E 26th St, Brooklyn, NY 11226
$1,025,000
$689/sq ft
Listed 1 month ago
•
FSBO-PRO #FSBO0011497
REQUEST MORE INFO
SCHEDULE A SHOWING
GET PRE-APPROVED
FSBO.PRO Protection
All inquiries and showings are handled securely through our platform.
DETAILS
FEATURES
LOCATION
OWNER
About This Property
Welcome to 360 East 26th Street – a warm, inviting home nestled on a lively block with an active neighborhood association.
Originally a 4-bedroom, this well-maintained home now offers two oversized bedrooms, two full bathrooms (one fully renovated), and a spacious backyard perfect for relaxing, entertaining, or starting your own garden.
Main Floor: Enjoy a seamless flow between the updated kitchen, dining room, living room, and sizable entryway. A bonus laundry/gym room offers flexibility—easily converted into an additional bedroom for visiting family or friends.
Upstairs: Two large, light-filled bedrooms—one facing east, one facing west—provide the perfect retreat. The fully renovated bathroom features beautiful finishes, a full-sized tub, and a separate shower. The hallway boasts an original stained-glass skylight that casts a gorgeous glow throughout the space.
Finished Basement: Complete with a full bathroom, kitchenette, and private backyard access. There’s even room to add another bedroom if desired.
Location: Situated in the sought-after Flatbush, Brooklyn neighborhood, you’re just six blocks from the 2 & 5 trains (Newkirk Avenue) and near multiple bus lines: B6, B8, B41, B44, B103, B108, plus express buses BM2 and BM3. You’ll love the abundance of shopping, dining, and entertainment options on Flatbush Ave, Newkirk Ave, and Cortelyou Road—home to some of the best restaurants in the area.
Community Highlight: This block proudly competes and has won several times, the "Greenest Block in Brooklyn" contest—adding charm and neighborly spirit to your new home.
Please call me to schedule viewings- Tania B 917 768 1711 or email me: taniabee010@gmail.com A WALKER'S PARADISE!
Property Type
Single Family
Year Built
1905
Lot Size
2,000 sqft
Features & Amenities
Interior Features
Brick
On-street
Shake / Shingle
Location
360 E 26th St, Brooklyn, NY 11226,
Brooklyn,
NY
11226
Login Required
Please login to schedule a showing for this property.
Login to Continue
Claim This Listing
Verify your property ownership and
take control of your listing.
Mobile Number Not Matched
The mobile number you entered does not
match the phone number associated with
this property listing.
Please check your number
Make sure you are using the mobile
number registered with the property.
Try Again
Close
Estimated Monthly Payment
$6,580
Payment Breakdown
Principal & Interest
$5,455
Property Tax
$1,025
Home Insurance
$100
HOA Fees
$0
Loan Amount
$820,000
Total Interest Paid
$1,143,973
Total Cost
$1,963,973
Share via Social Media
Facebook
LinkedIn
WhatsApp
Email
SMS
/* ============================================================
FSBO.PRO PROFESSIONAL LEAD PURCHASE SUCCESS MODAL
Replaces the browser's native alert() after a successful
direct lead purchase when SweetAlert is not loaded.
============================================================ */
.fsbo-lead-modal-open {
overflow: hidden !important;
}
.fsbo-lead-success-overlay {
position: fixed;
inset: 0;
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
background: rgba(7, 25, 47, 0.62);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
animation: fsboLeadOverlayIn .18s ease-out forwards;
}
.fsbo-lead-success-overlay.is-closing {
animation: fsboLeadOverlayOut .18s ease-in forwards;
}
.fsbo-lead-success-modal {
position: relative;
width: min(520px, 100%);
overflow: hidden;
background: #ffffff;
border: 1px solid rgba(10, 60, 114, 0.10);
border-radius: 18px;
box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
animation: fsboLeadModalIn .22s cubic-bezier(.2, .8, .2, 1) forwards;
}
.fsbo-lead-success-overlay.is-closing .fsbo-lead-success-modal {
animation: fsboLeadModalOut .18s ease-in forwards;
}
.fsbo-lead-success-modal::before {
content: '';
display: block;
height: 5px;
width: 100%;
background: linear-gradient(90deg, #0a3c72 0%, #1766a9 55%, #28a745 100%);
}
.fsbo-lead-success-close {
position: absolute;
top: 16px;
right: 16px;
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
border: 0;
border-radius: 50%;
background: #f3f6f9;
color: #536273;
font-size: 25px;
line-height: 1;
cursor: pointer;
transition: all .18s ease;
}
.fsbo-lead-success-close:hover {
background: #e8edf3;
color: #0a3c72;
transform: rotate(90deg);
}
.fsbo-lead-success-close:focus-visible,
.fsbo-lead-success-btn:focus-visible {
outline: 3px solid rgba(10, 60, 114, 0.22);
outline-offset: 3px;
}
.fsbo-lead-success-content {
padding: 34px 38px 36px;
text-align: center;
}
.fsbo-lead-success-icon {
width: 72px;
height: 72px;
margin: 2px auto 18px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #eaf8ef;
border: 1px solid #c9efd5;
}
.fsbo-lead-success-check {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #28a745;
color: #ffffff;
font-size: 28px;
font-weight: 700;
box-shadow: 0 8px 20px rgba(40, 167, 69, 0.22);
}
.fsbo-lead-success-eyebrow {
margin-bottom: 7px;
color: #0a3c72;
font-size: 11px;
font-weight: 800;
letter-spacing: 1.3px;
text-transform: uppercase;
}
.fsbo-lead-success-content h3 {
margin: 0 35px 10px;
color: #102a43;
font-size: 25px;
font-weight: 750;
line-height: 1.25;
}
.fsbo-lead-success-message {
margin: 0 auto;
max-width: 420px;
color: #596a7b;
font-size: 15px;
line-height: 1.65;
}
.fsbo-lead-success-info {
display: flex;
align-items: flex-start;
gap: 13px;
margin: 23px 0 25px;
padding: 15px 16px;
text-align: left;
background: #f5f8fb;
border: 1px solid #e3eaf1;
border-radius: 11px;
}
.fsbo-lead-success-info-icon {
flex: 0 0 auto;
color: #28a745;
font-size: 20px;
line-height: 1.3;
}
.fsbo-lead-success-info strong,
.fsbo-lead-success-info span {
display: block;
}
.fsbo-lead-success-info strong {
margin-bottom: 2px;
color: #183b5d;
font-size: 14px;
font-weight: 700;
}
.fsbo-lead-success-info span {
color: #6c7a89;
font-size: 12px;
line-height: 1.5;
}
.fsbo-lead-success-btn {
width: 100%;
min-height: 48px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
border: 0;
border-radius: 9px;
background: linear-gradient(135deg, #0a3c72 0%, #145a91 100%);
color: #ffffff;
font-size: 14px;
font-weight: 700;
cursor: pointer;
box-shadow: 0 8px 18px rgba(10, 60, 114, 0.18);
transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.fsbo-lead-success-btn:hover {
transform: translateY(-1px);
box-shadow: 0 11px 23px rgba(10, 60, 114, 0.23);
filter: brightness(1.05);
}
.fsbo-lead-success-btn:active {
transform: translateY(0);
}
@keyframes fsboLeadOverlayIn {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes fsboLeadOverlayOut {
from { opacity: 1; }
to { opacity: 0; }
}
@keyframes fsboLeadModalIn {
from { opacity: 0; transform: translateY(12px) scale(.97); }
to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes fsboLeadModalOut {
from { opacity: 1; transform: translateY(0) scale(1); }
to { opacity: 0; transform: translateY(8px) scale(.98); }
}
@media (max-width: 576px) {
.fsbo-lead-success-overlay {
padding: 16px;
}
.fsbo-lead-success-modal {
border-radius: 15px;
}
.fsbo-lead-success-content {
padding: 28px 22px 24px;
}
.fsbo-lead-success-icon {
width: 64px;
height: 64px;
margin-bottom: 15px;
}
.fsbo-lead-success-check {
width: 43px;
height: 43px;
font-size: 25px;
}
.fsbo-lead-success-content h3 {
margin-left: 15px;
margin-right: 15px;
font-size: 22px;
}
.fsbo-lead-success-message {
font-size: 14px;
}
}