Bulding Address: | 169 E 92nd St |
Building Alternate address: | 169 E 92nd St |
Zip Code: | 10128 |
Neighborhood: | Upper East Side |
Borough: | Manhattan |
Stories: | 5 |
Year Built: | 1910 |
Building Class: | C |
169 E 92nd St, located in the Carnegie Hill area of Manhattan, New York City, is a multifamily property built in 1910. This mid-rise apartment building features controlled access and offers a mix of modern amenities and historic charm.
The building is part of a vibrant neighborhood known for its excellent transportation links, diverse dining options, and lively nightlife. It is situated near several educational institutions and cultural landmarks, making it a desirable location for residents.
Originally constructed over a century ago, the property has been updated with modern conveniences such as hardwood floors, stainless steel appliances, and cable-ready units. Its proximity to Central Park and other iconic New York City attractions adds to its appeal.
As a significant part of Manhattan's residential landscape, 169 E 92nd St continues to offer a unique blend of history and contemporary living.
To convert the address "169 E 92nd St, Manhattan, NYC" into HTML and save it in a Django model field, you can simply wrap the address in HTML tags. Here's how you can do it:
169 E 92nd St, Manhattan, NYC
If you want to make it more structured, you could use HTML elements like `
` or ``:
Street: 169 E 92nd St
Neighborhood: Manhattan
City: NYC
In Django, you would typically store this in a `TextField` since it can handle HTML content:
python
from django.db import models
class AddressModel(models.Model):
address = models.TextField()
Then, you can save the HTML-formatted address in the `address` field:
python
address_obj = AddressModel(address="169 E 92nd St, Manhattan, NYC")
address_obj.save()
Or, if you're using the more structured version:
python
address_obj = AddressModel(address="Street: 169 E 92nd St
Neighborhood: Manhattan
City: NYC")
address_obj.save()
Building Amenities at 169 E 92nd St, Manhattan, NYC:
- Controlled Access
- Cable Ready
- Stainless Steel Appliances
- Oven
- Refrigerator
- Hardwood Floors
- Balcony
169 E 92nd St, Manhattan, NYC
This building is located in the Carnegie Hill area of Manhattan and was built in 1910. It is a rental building with 5 stories and 20 units.
Current Office and Retail Tenants
Unfortunately, the current list of office and retail tenants for 169 E 92nd St is not available in the provided search results. However, you can typically find this information through local business directories or property management services.
Typical Business Types Found in Similar Buildings
- Office Spaces: Often include professional services like law firms, medical offices, and consulting services.
- Retail Spaces: May feature local boutiques, convenience stores, restaurants, and cafes.
To save this HTML in a Django model field, you would typically use a `TextField` or `CharField` depending on the length of the content. Here's an example of how you might define a model to store this HTML:
python
from django.db import models
class BuildingDescription(models.Model):
building_address = models.CharField(max_length=255)
description_html = models.TextField()
# Example usage
building = BuildingDescription(
building_address="169 E 92nd St, Manhattan, NYC",
description_html="...
" # Insert the HTML here
)
building.save()
Make sure to replace `...
` with the actual HTML content.
Internet Providers at 169 E 92nd 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.
169 E 92nd St, Manhattan, NYC, is located in the Upper East Side neighborhood. The property is near several transportation options:
- Subway: The nearest subway station is 96 Street (4,6 Line), approximately a 5-minute walk (0.3 miles) away. Another nearby station is 86 Street (4,5,6 Line), about a 6-minute walk (0.4 miles) away.
- Airports: LaGuardia Airport is about 7.4 miles away, accessible by car in approximately 16 minutes. Newark Liberty International Airport is about 17.4 miles away, accessible in about 28 minutes by car.
Cross Streets: The property is situated at the intersection of East 92nd Street and Lexington Avenue.
Neighborhood Amenities: The area offers a high walk score and transit score, making it a walker's and rider's paradise. Nearby attractions include Carl Schurz Park and the American Museum of Natural History.