Company Information API

Commodity Prices API Documentation

We provide you with the most accurate and relevant company data accessed via our company information API.  The company information API database contains essential company data thats falls into four main categories: company profile overview (including mission, vision and values), executive leadership, contact information and account of the sector and the industry in which the business organizations operate. The data about company information is accessible through developer-friendly JSON REST API. 

The company information is sourced from 19+SEC filings of more than 7000+ publicly traded companies and other  official sources. The company information  API database is regularly updated upon any changes in the information provided by our credible partners. 

 

Company Information API Documentation

Company Information API: Executive Leadership

Through the company information API, you can retrieve data on company executives and board members of the business organization of your interest. Once you request the retrieval of data on executive leadership, you are provided with the names of the key corporate leaders within the organization and the positions they hold. You are also given further details about the company executives such as age, sex, university education, title, compensation and the year of appointment at the given company. The company data about executives and board members is obtained through the proxy statements and 10-K filings of the companies. You get accurate and reliable information sourced from SEC through company information API by Tradefeeds.

Company Profile Overview

Company profile overview combines general information about any company. It contains data about a company’s ticker symbol, ISIN, CIK and CUSIP numbers. You also get information about company’s mission, vision and values as well as total number of employees. Data on company profile overview is accessible through our company information API. 

Contact Information

Contact information of companies is a category of data you get through the company information API. It includes data about a company’s business and mailing addresses, phone number and a link to the company’s official website. The contact information is sourced from SEC and further official sources.

Industries
Preview the classification of industries in Tradefeeds Company Information API Database. The classification is based on SEC categorization.
Check Industries

Company API: Industries and sectors

Customers can obtain information about the industry and the sector in which companies operate through the company information API.  You can find the list of industries in the left section.  The list of sectors will be available very soon for a preview. 

Being aware of the industry and sector is of uttermost importance for making investing and even trading decisions. A database containing more than 7000 companis can help you be ahead of your competition.

Developer Documentation

Company Information API is available in JSON format. Tradefeeds API also support all API programming languages, which satifies the needs of all our customers.  Check below the other formats through which you obtain data on technical indicators. Pay attention to the key filtering parameters as well as input and output response examples

ready to start?

Get our API key in an instant! 

ObjectsDescription
stock_ticker_symbolthe ticker symbol of the stocks of a company for which you get an output
isin_identifierInternational Securities Identification Number
SDKs and Devkits
Get Company Information API in any programming language: Javascript, JQuery, VueJS, Angular, JAVA, PHP, NodeJS, Python, Go, Ruby, C#, R, Strest, Rust, Swift and Scala
REST JSON and XML
Use the key filtering parameters such as stock ticker symbol or ISIN identifier for which you search data. Obtain the response output in a JSON or XML format
Excel and CSV Files
In case you do not want company information data retrieved in programming languages, then you can request to have it in either excel or csv files. All you need to do is to simply inform us.

				
					https://data.tradefeeds.com/api/v1/information
    ?key=YOUR-KEY
        &stock_ticker_symbol=AAPL

{
    "status": {
        "message": "Success"
    },
    "results": [
        {
            "name": "Apple Inc",
            "stock_ticker_symbol": "AAPL"
            "isin_identifier": "US0378331005"
            "industry": "technology"
            "sector": "consumer electronics"
            "about": "Apple Inc. designs, manufactures, 
            and markets smartphones, personal computers, 
            tablets, wearables, and accessories worldwide. 
            It also sells various related services."
            "description": Apple Inc. designs, manufactures, 
            and markets smartphones, personal computers, 
            tablets, wearables, and accessories worldwide. 
            It also sells various related services. 
            The company offers iPhone, a line of 
            smartphones; Mac, a line of personal computers; 
            iPad, a line of multi-purpose tablets; and 
            wearables, home, and accessories comprising 
            AirPods, Apple TV, Apple Watch, Beats products, 
            HomePod, iPod touch, and other Apple-branded 
            and third-party accessories. It also provides 
            AppleCare support services; cloud services 
            store services; and operates various platforms, 
            including the App Store, that allow customers 
            to discover and download applications and 
            digital content, such as books, music, video, 
            games, and podcasts. In addition, the company 
            offers various services, such as Apple Arcade, 
            a game subscription service; Apple Music, which 
            offers users a curated listening experience 
            with on-demand radio stations; Apple News+, a 
            subscription news and magazine service; Apple 
            TV+, which offers exclusive original content; 
            Apple Card, a co-branded credit card; and Apple 
            Pay, a cashless payment service, as well as 
            licenses its intellectual property. The company 
            serves consumers, and small and mid-sized 
            businesses; and the education, enterprise, and 
            government markets. It sells and delivers third-party 
            applications for its products through the App 
            Store. The company also sells its products 
            through its retail and online stores, and 
            direct sales force; and third-party cellular 
            network carriers, wholesalers, retailers, and 
            resellers. Apple Inc. was founded in 1977 and 
            is headquartered in Cupertino, California.
            "mission": "to bring the best personal computing 
            products and support to students, educators, 
            designers, scientists, engineers, 
            businesspersons and consumers in over 140 
            countries around the world."
            "vision": "to make the best products on earth, 
            and to leave the world better than we found it."
            "phone": "408-996-1010"
            "address": "One Apple Park Way, Cupertino, CA 95014, United States"
            "country": "United States"
            "website": "https://www.apple.com"
            "fiscal_year_dates": 
            "reporting_currency": "USD"
            "ipo_date": "1980:11:12"
            "founded_date": "1976:04:01"
            "employees": "147000"
            "leadership": {
                "leadership_name": "Mr. Timothy D. Cook"
                "leadership_function": "CEO & Director"
                "leadership_name": "Mr. Luca Maestri"
                "leadership_function": "CFO & Sr. VP"
                "leadership_name": "Mr. Jeffrey E. Williams"
                "leadership_function": "Chief Operating Officer"
                "leadership_name": "Ms. Katherine L. Adams"
                "leadership_function": "Sr. VP, Gen. Counsel & Sec."
                "leadership_name": "Ms. Deirdre O'Brien"
                "leadership_function": "Sr. VP of People & Retail"
                "leadership_name": "Mr. Chris Kondo"
                "leadership_function": "Sr. Director of Corp. Accounting"
                "leadership_name": "Mr. James Wilson"
                "leadership_function": "Chief Technology Officer"
                "leadership_name": "Ms. Mary Demby"
                "leadership_function": "Chief Information Officer"
                "leadership_name": "Ms. Nancy Paxton"
                "leadership_function": "Sr. Director of Investor Relations & Treasury"
                "leadership_name": "Mr. Greg Joswiak"
                "leadership_function": "Sr. VP of Worldwide Marketing"
            }
        }
    ]
}
				
			

				
					https://data.tradefeeds.com/api/v1/information
    ?key=YOUR-KEY
        &stock_ticker_symbol=AAPL,FB

{
    "status": {
        "message": "Success"
    },
    "results": [
        {
            "name": "Apple Inc",
            "stock_ticker_symbol": "AAPL"
            "isin_identifier": "US0378331005"
            "industry": "technology"
            "sector": "consumer electronics"
            "about": "Apple Inc. designs, manufactures, 
            and markets smartphones, personal computers, 
            tablets, wearables, and accessories worldwide. 
            It also sells various related services."
            "description": Apple Inc. designs, manufactures, 
            and markets smartphones, personal computers, 
            tablets, wearables, and accessories worldwide. 
            It also sells various related services. 
            The company offers iPhone, a line of 
            smartphones; Mac, a line of personal computers; 
            iPad, a line of multi-purpose tablets; and 
            wearables, home, and accessories comprising 
            AirPods, Apple TV, Apple Watch, Beats products, 
            HomePod, iPod touch, and other Apple-branded 
            and third-party accessories. It also provides 
            AppleCare support services; cloud services 
            store services; and operates various platforms, 
            including the App Store, that allow customers 
            to discover and download applications and 
            digital content, such as books, music, video, 
            games, and podcasts. In addition, the company 
            offers various services, such as Apple Arcade, 
            a game subscription service; Apple Music, which 
            offers users a curated listening experience 
            with on-demand radio stations; Apple News+, a 
            subscription news and magazine service; Apple 
            TV+, which offers exclusive original content; 
            Apple Card, a co-branded credit card; and Apple 
            Pay, a cashless payment service, as well as 
            licenses its intellectual property. The company 
            serves consumers, and small and mid-sized 
            businesses; and the education, enterprise, and 
            government markets. It sells and delivers third-party 
            applications for its products through the App 
            Store. The company also sells its products 
            through its retail and online stores, and 
            direct sales force; and third-party cellular 
            network carriers, wholesalers, retailers, and 
            resellers. Apple Inc. was founded in 1977 and 
            is headquartered in Cupertino, California.
            "mission": "to bring the best personal computing 
            products and support to students, educators, 
            designers, scientists, engineers, 
            businesspersons and consumers in over 140 
            countries around the world."
            "vision": "to make the best products on earth, 
            and to leave the world better than we found it."
            "phone": "408-996-1010"
            "address": "One Apple Park Way, Cupertino, CA 95014, United States"
            "country": "United States"
            "website": "https://www.apple.com"
            "fiscal_year_dates": 
            "reporting_currency": "USD"
            "ipo_date": "1980:11:12"
            "founded_date": "1976:04:01"
            "employees": "147000"
            "leadership": {
                "leadership_name": "Mr. Timothy D. Cook"
                "leadership_function": "CEO & Director"
                "leadership_name": "Mr. Luca Maestri"
                "leadership_function": "CFO & Sr. VP"
                "leadership_name": "Mr. Jeffrey E. Williams"
                "leadership_function": "Chief Operating Officer"
                "leadership_name": "Ms. Katherine L. Adams"
                "leadership_function": "Sr. VP, Gen. Counsel & Sec."
                "leadership_name": "Ms. Deirdre O'Brien"
                "leadership_function": "Sr. VP of People & Retail"
                "leadership_name": "Mr. Chris Kondo"
                "leadership_function": "Sr. Director of Corp. Accounting"
                "leadership_name": "Mr. James Wilson"
                "leadership_function": "Chief Technology Officer"
                "leadership_name": "Ms. Mary Demby"
                "leadership_function": "Chief Information Officer"
                "leadership_name": "Ms. Nancy Paxton"
                "leadership_function": "Sr. Director of Investor Relations & Treasury"
                "leadership_name": "Mr. Greg Joswiak"
                "leadership_function": "Sr. VP of Worldwide Marketing"
            }
        }
    ]
}
				
			

				
					https://data.tradefeeds.com/api/v1/information
    ?key=YOUR-KEY
        &isin_identifier=US0378331005

{
    "status": {
        "message": "Success"
    },
    "results": [
        {
            "name": "Apple Inc",
            "stock_ticker_symbol": "AAPL"
            "isin_identifier": "US0378331005"
            "industry": "technology"
            "sector": "consumer electronics"
            "about": "Apple Inc. designs, manufactures, 
            and markets smartphones, personal computers, 
            tablets, wearables, and accessories worldwide. 
            It also sells various related services."
            "description": Apple Inc. designs, manufactures, 
            and markets smartphones, personal computers, 
            tablets, wearables, and accessories worldwide. 
            It also sells various related services. 
            The company offers iPhone, a line of 
            smartphones; Mac, a line of personal computers; 
            iPad, a line of multi-purpose tablets; and 
            wearables, home, and accessories comprising 
            AirPods, Apple TV, Apple Watch, Beats products, 
            HomePod, iPod touch, and other Apple-branded 
            and third-party accessories. It also provides 
            AppleCare support services; cloud services 
            store services; and operates various platforms, 
            including the App Store, that allow customers 
            to discover and download applications and 
            digital content, such as books, music, video, 
            games, and podcasts. In addition, the company 
            offers various services, such as Apple Arcade, 
            a game subscription service; Apple Music, which 
            offers users a curated listening experience 
            with on-demand radio stations; Apple News+, a 
            subscription news and magazine service; Apple 
            TV+, which offers exclusive original content; 
            Apple Card, a co-branded credit card; and Apple 
            Pay, a cashless payment service, as well as 
            licenses its intellectual property. The company 
            serves consumers, and small and mid-sized 
            businesses; and the education, enterprise, and 
            government markets. It sells and delivers third-party 
            applications for its products through the App 
            Store. The company also sells its products 
            through its retail and online stores, and 
            direct sales force; and third-party cellular 
            network carriers, wholesalers, retailers, and 
            resellers. Apple Inc. was founded in 1977 and 
            is headquartered in Cupertino, California.
            "mission": "to bring the best personal computing 
            products and support to students, educators, 
            designers, scientists, engineers, 
            businesspersons and consumers in over 140 
            countries around the world."
            "vision": "to make the best products on earth, 
            and to leave the world better than we found it."
            "phone": "408-996-1010"
            "address": "One Apple Park Way, Cupertino, CA 95014, United States"
            "country": "United States"
            "website": "https://www.apple.com"
            "fiscal_year_dates": 
            "reporting_currency": "USD"
            "ipo_date": "1980:11:12"
            "founded_date": "1976:04:01"
            "employees": "147000"
            "leadership": {
                "leadership_name": "Mr. Timothy D. Cook"
                "leadership_function": "CEO & Director"
                "leadership_name": "Mr. Luca Maestri"
                "leadership_function": "CFO & Sr. VP"
                "leadership_name": "Mr. Jeffrey E. Williams"
                "leadership_function": "Chief Operating Officer"
                "leadership_name": "Ms. Katherine L. Adams"
                "leadership_function": "Sr. VP, Gen. Counsel & Sec."
                "leadership_name": "Ms. Deirdre O'Brien"
                "leadership_function": "Sr. VP of People & Retail"
                "leadership_name": "Mr. Chris Kondo"
                "leadership_function": "Sr. Director of Corp. Accounting"
                "leadership_name": "Mr. James Wilson"
                "leadership_function": "Chief Technology Officer"
                "leadership_name": "Ms. Mary Demby"
                "leadership_function": "Chief Information Officer"
                "leadership_name": "Ms. Nancy Paxton"
                "leadership_function": "Sr. Director of Investor Relations & Treasury"
                "leadership_name": "Mr. Greg Joswiak"
                "leadership_function": "Sr. VP of Worldwide Marketing"
            }
        }
    ]
}