{% extends "base.html" %} {% block title %}{{ entity.name }}, {{ entity.entity_type or "Business Entity" }} | New York | FreshFilings{% endblock %} {% block description %}{{ entity.name }} is a {{ entity.entity_type or "business entity" }}{% if entity.principal_address %} at {{ entity.principal_address }}{% endif %}{% if entity.formation_date %}, formed {{ entity.formation_date }}{% endif %}. Verified via NY Department of State public records.{% endblock %} {% block og_type %}article{% endblock %} {% block meta %} {% endblock %} {% block content %}
‹ Back to search

{{ entity.name }}

{% if entity.status %} {{ entity.status }} {% endif %}
{% if entity.entity_type %}
Entity Type
{{ entity.entity_type }}
{% endif %} {% if entity.formation_date %}
Formation Date
{{ entity.formation_date }}
{% endif %} {% if entity.registered_agent %}
Registered Agent
{{ entity.registered_agent }}
{% endif %} {% if entity.principal_address %}
Address
{{ entity.principal_address }}
{% endif %}
State Entity ID
{{ entity.state_entity_id }}
State
New York

Data sourced from NY Department of State public records .

Need this data at scale?

Pull verified entities like this through the API, or get a daily feed of new formations.

Get API access
{% endblock %}