#
# # # # #

Compound Average Growth Rate Checker API

API:Financials

US$9US$10

  • Listed business CAGR generator provides CAGR data over the period of 2017 - 2022. CAGR data has a wide range of perspective, which include revenue, COGS, EBITDA, net profit, etc. Users can generate the data using a company symbol. Also, API allows to generate data by inputting a sector or industry, such as technology, or semiconductor.

  • The API is for personal use. For more details regarding API usage obligation & liability, please read Legal Terms of Service & Condition

1 Mins Video Google Sheets Demo


Compound Average Growth Rate Checker API Applied to Use in Google Sheets.

Features

  • Listed business CAGR generator provides CAGR data over the period of 2017 - 2022.
  • CAGR data has a wide range of perspective, which include revenue, COGS, EBITDA, net profit, etc.
  • Users can generate the data using a company symbol.
  • API allows to generate data by inputting a sector or industry, such as technology, or semiconductor.

API Endpoint Specifications

  • Endpoint Path: /api/1/symbol-CAGRbyIndustry
  • Type of Data: JSON & 50 requests per min
  • Data Source: USA SEC Filing
  • Request Limit: 500 requests/month
  • Script & Integration: Code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript

4.5 (Overall)

  • 5 stars - 38
  • 4 stars - 10
  • 3 stars - 3
  • 2 stars - 1
  • 1 star - 0

Latest Reviews

Compound Average Growth Rate Checker API Endpoint Basic Info

API Endpoint Path

required


Call Method

Required

GET

Type of Data Return

JSON


Available API Arguments & Parameters

required

required

required

required


Optional

Optional

Optional



Code Integration and Response

Python Code Sample


import requests

apiendpoint = "https://www.buyfromlo.com/api/1/brandchannel"

## Required Arguments & Parameters ##

token = "your buyfromlo token"
brand = "a specific brand name"

## Call the api ##
response = requests.get(apiendpoint + "?token=" + token + "&brand=" + brand)
print(response.status)
print(response.json())
                        

JSON Response Sample


{
    "chnannel name":"",
    "channel link":""
}