Dirección: | 202 E 29th St |
Otras Direcciones: | 202 E 29th St |
Código postal: | 10016 |
Neighborhood: | Gramercy Park |
Borough: | Manhattan |
# de Pisos: | 6 |
Year Built: | 1915 |
Building Class: | C |
202 E 29th St, Manhattan, NYC
This property is located in the Kips Bay neighborhood of Manhattan, New York City. The building was first constructed in 1915 and has undergone alterations, with the most recent significant changes made in 2012.
Building Details
- Year Built: 1915
- Year Last Altered: 2012
- Number of Floors: 6
- Lot Size: 4,609 sqft
- Building Size: 24,634 sqft
- Building Class: Predominant Retail with Other Uses (K4)
Property Value and Taxes
- Estimated Property Tax: $194,636
- Assessed Market Value: $4,923,000 (as of 2024-2025)
- Assessed Value: $2,215,350 (as of 2024-2025)
Neighborhood
The property is situated in the Kips Bay area, which is known for its diverse mix of residential and commercial spaces.
To save the address "202 E 29th St, Manhattan, NYC" as HTML in a Django model field, you can use a `TextField` or `CharField` and ensure that the content is properly escaped to prevent XSS attacks if it comes from untrusted sources. However, if you want to format it as HTML, you might want to include it in a paragraph or span tag. Here's how you could represent it:
202 E 29th St, Manhattan, NYC
Or if you want to emphasize certain parts:
202 E 29th St, Manhattan, NYC
In Django, you would store this as a string in a model field like so:
python
from django.db import models
class AddressModel(models.Model):
address = models.TextField()
# Example usage
address_obj = AddressModel(address="
202 E 29th St, Manhattan, NYC
")
address_obj.save()
Make sure to escape any user-input data to prevent XSS attacks. Django's forms and templates can handle this automatically if you use them correctly.
Building Amenities at 202 E 29th St, Manhattan, NYC are not specified in the search results. However, nearby buildings often include amenities such as:
- Full-time doorman
- Live-in superintendent
- Elevator
- Gym/Fitness center
- Pool
- Storage
- Laundry facilities
- Hardwood floors
- Heat/Hot water included
- Private outdoor space
- Voice intercom
- Renovated units
- Dishwasher and microwave
- Air conditioning and heating
To provide the requested information in HTML format, I'll need to structure it based on typical office and retail tenants found in a Manhattan building. Since specific current tenants for 202 E 29th St are not provided, I'll create a generic template that can be adapted with actual tenant information.
202 E 29th St, Manhattan, NYC
Office Tenants:
- Software Development Firm - Specializing in AI solutions
- Marketing Agency - Providing digital marketing services
- Financial Services Company - Offering investment and financial planning
- Healthcare Consulting - Focusing on healthcare management solutions
Retail Tenants:
- Coffee Shop - Serving specialty coffee and pastries
- Art Gallery - Featuring local and international artists
- Bookstore - Offering a wide selection of books and literary events
- Restaurant - Serving international cuisine with a focus on sustainability
To save this HTML in a Django model field, ensure the field is a `TextField` or similar, which can handle HTML content. Here's a basic example of how you might define such a field in a Django model:
python
from django.db import models
class BuildingDetails(models.Model):
address = models.CharField(max_length=200)
tenant_info = models.TextField() # This field can hold HTML content
def __str__(self):
return self.address
You would then create an instance of this model and save the HTML content to the `tenant_info` field:
python
building = BuildingDetails(
address='202 E 29th St, Manhattan, NYC',
tenant_info='
...
' # Insert the HTML content here
)
building.save()
Internet Providers at 202 E 29th St, Manhattan, NYC:
- Verizon Fios: Known for high speeds up to 2 Gbps and reliable service. Plans start at $49.99.
- Astound Broadband Powered by RCN: Offers both cable and fiber services with unlimited data. Plans start at $20.
- Spectrum: Provides cable internet with speeds up to 1 Gbps. Plans start at $50, with TV and phone bundles available.
Availability may vary based on specific building infrastructure.
Location: 202 E 29th St, Manhattan, NYC
Transportation Options:
- Bus: M102, M15, M15-SBS, M34A-SBS, QM12
- Subway: 6, 6X, B, 4 (nearest station: 23 St)
- Train: Harlem, Hudson, Port Washington Branch
- Ferry: New York City & New Jersey (nearest ferry: East 34th Street)
Cross Streets:
None
None