$ / SF | SF | Monthly Rent |
---|---|---|
Please notify me when a new space is available |
$ / SF | SF | Monthly Rent |
---|---|---|
Please notify me when a new space is available |
$ / SF | SF | Monthly Rent |
---|---|---|
Please notify me when a new space is available |
$ / SF | SF | Monthly Rent |
---|
$ / SF | SF | Monthly Rent |
---|
$ / SF | SF | Monthly Rent |
---|
Type of Space | Class A | Class B | Class C |
---|---|---|---|
Windowed office/person | $ 2,000/mo | $ 1,250/mo | $ 750/mo |
Interior office/person | $ 1,250/mo | $ 750/mo | $ 500/mo |
Type of Space | Class A | Class B | Class C |
---|---|---|---|
Windowed office/person | $ 2,000/mo | $ 1,250/mo | $ 1,000/mo |
Interior office/person | $ 1,250/mo | $ 750/mo | $ 500/mo |
$ / SF | SF | >Monthly Rent |
---|---|---|
Please notify me when a new space is available |
$ / SF | SF | >Monthly Rent |
---|---|---|
Please notify me when a new space is available |
$ / SF | SF | >Monthly Rent |
---|---|---|
Please notify me when a new space is available |
$ / SF | SF | Monthly Rent |
---|---|---|
Please notify me when a new space is available |
$ / SF | SF | Monthly Rent |
---|---|---|
Please notify me when a new space is available |
$ / SF | SF | Monthly Rent |
---|---|---|
Please notify me when a new space is available |
Bulding Address: | 223 E 88th St |
Building Alternate address: | 223 E 88th St |
Zip Code: | 10128 |
Neighborhood: | Upper East Side |
Borough: | Manhattan |
Stories: | 5 |
Year Built: | 1920 |
Building Class: | C |
223 East 88th Street, located in the Yorkville neighborhood of Manhattan's Upper East Side, is a pre-war condominium building constructed in 1920. The building features 20 residences across five stories.
Historically, the Upper East Side was once vast farmland that became subdivided by New York City's street grid in the 19th century. This led to the construction of iconic apartments and townhouses, many of which still stand today. The removal of elevated train lines in the 1950s further transformed the area, enhancing its appeal with extensive subway service.
The building is situated near Central Park and Museum Mile, offering residents access to world-class museums and cultural institutions. Its proximity to these attractions, along with its elegant pre-war architecture, makes it a desirable location.
Today, 223 East 88th Street continues to be a part of the vibrant Upper East Side community, known for its stunning park views, iconic cultural institutions, and endless shopping options.
To convert the address "223 E 88th St, Manhattan, NYC" into HTML and save it in a Django model field, you can simply wrap the text in HTML tags. However, since you're saving it in a Django model field, you might want to ensure it's properly escaped if you're displaying it directly in HTML templates. Here's how you could represent it in HTML:223 E 88th St, Manhattan, NYC
If you're using a Django template to display this, you might want to use the `safe` filter to prevent Django from escaping the HTML, but since this is plain text, it's not necessary here. To save this in a Django model, you could use a `TextField` or `CharField`, depending on your needs: python from django.db import models class AddressModel(models.Model): address = models.TextField() # or models.CharField(max_length=255) Then, you can save the address as follows: python address_obj = AddressModel(address="223 E 88th St, Manhattan, NYC
") address_obj.save() However, if you're displaying this in a template, you would typically just save the plain text and let the template handle the HTML formatting: python address_obj = AddressModel(address="223 E 88th St, Manhattan, NYC") address_obj.save() And in your template:{{ address_obj.address }}
If you need to convert Markdown to HTML (as in the case of user input), you could use a Markdown converter as shown in the Django Markdown tutorial[3]. However, for plain text addresses, this isn't necessary.Building Amenities at 223 E 88th St, Manhattan, NYC:
This building is located in the Yorkville neighborhood of Manhattan and was constructed in 1920. It is a 5-story rental building with 20 units.
As of the latest available information, 223 East 88th Street does not appear to have office or retail tenants. It is primarily a residential building.
Key figures associated with the ownership and management include Romeo Cojocaru, Michael Longworth, and Norbert Dengler.
Internet Providers at 223 E 88th St, Manhattan, NYC:
223 E 88th St, Manhattan, NYC offers convenient transportation options:
Cross Streets: The building is located near the intersection of East 88th Street and 2nd Avenue.
Airports: LaGuardia Airport is approximately 7.7 miles away, and Newark Liberty International Airport is about 17.2 miles away.