shopify visitor statistics

Get Company Profiles

Introduction

Returns the company profile for a covered company.

Endpoint

https://api.tagnifi.com/companies

Parameters

Attribute Description Type Required? Notes
company The company's ID or ticker symbol.
String Yes Please use Get Covered Companies for a list of all companies.

Sample Requests

https://api.tagnifi.com/companies/msft
https://api.tagnifi.com/companies/US0000789019

Sample Response

{
    "meta": {
        "copyright": "TagniFi, LLC. 2015-2020"
    },
    "companies": [
        {
            "id": "US0000789019",
            "cik_number": 789019,
            "name": "MICROSOFT CORP",
            "modified": "2020-12-24T03:55:00.924045+00:00",
            "ticker": "MSFT",
            "exchange": "NGS",
            "description": "Microsoft Corporation is engaged in the development, licensing and distribution of a range of software products and services for enterprise and individual end-users. The firm is consistently ranked as one of the top 3 most valuable brands in the world. Its business is divided into five segments: DC (Devices and Consumer) Licensing (Windows platform), D&C Hardware, D&C Other, Commercial Licensing and Commercial Other. Its core product is the Microsoft operating system (MS-OS) for computers, phones, servers and other devices. Other products and services include server applications, productivity applications, business solution applications, desktop and server management tools, software development tools, games, advertising tools and cloud-based solutions like Skype, Xbox Live, Bing and others. On the services side, the company offers consulting, training and certification for system developers and integrators. \n\nThe firm does business worldwide, with offices in over 100 countries. It was  incorporated in 1993 and its headquarters are located in Redmond, Washington. ",
            "covered": true,
            "default_template": "commercial",
            "dow30": true,
            "active": true,
            "employees": 163000,
            "city": "REDMOND",
            "state": "WA",
            "phone": "(425) 882-8080",
            "country": "US",
            "website": "www.microsoft.com",
            "twitter": null,
            "auditor": "DELOITTE & TOUCHE LLP",
            "naics_code": 511210,
            "sic_code": 7372,
            "zip_code": 980526399,
            "sector": 3,
            "segment": 360,
            "industry": 36,
            "sector_label": "Services",
            "segment_label": "Application Software",
            "industry_label": "Technology Services",
            "street": "ONE MICROSOFT WAY",
            "country_code": "US",
            "state_code": "WA",
            "ipo_date": null,
            "ipo_shares": null,
            "ipo_proceeds": null,
            "ipo_price": null
        }
    ]
}

Still need help? Contact Us Contact Us