Realiz FinData
Languages (언어)
  • Korean
  • English
Languages (언어)
  • Korean
  • English
  1. Market Data
  • Historical Quotes (Chart)
    • Stock Historical Quote
      GET
    • Crypto Historical Quote
      GET
  • Market Data
    • US Market Status
      GET
    • Sector info list
      GET
    • Industry info list
      GET
    • Industry info list by Sector
      GET
    • Active trading volume
      GET
    • Market Top Gainers
      GET
    • Market Top Losers
      GET
  • Dividend
    • Dividend Overview
      GET
    • Dividend Records
      GET
  • Earning & Revenue
    • Earning Records & Estimates
      GET
    • Sales ratio by product
      GET
    • Sales ratio by geolocation
      GET
  • Analysting
    • Analysis Overview
      GET
    • Analysis Report by Stock
      GET
    • Target Price Trend
      GET
    • Analysis Report Feed (RSS)
      GET
  • Company
    • Full list of companies (LD)
      GET
    • Company Overview
      GET
    • Company Valuations & Metrics
      GET
    • Historical Company Valuations & Metrics Trend
      GET
  • Financial Statement
    • Cash Flow (Quarterly/Yearly)
      GET
    • BalanceSheet (Quarterly/Yearly)
      GET
    • Income Statement (Quarterly/Yearly)
      GET
  • Insider (Executives&Employee)
    • Latest Insider Trading Feed (RSS)
    • Insider trading by company
    • Number of employees trend
    • Executives
  • Congressman (Senator&Representative)
    • Congressman Transaction History Feed (RSS)
    • Transaction History by Stock
  • 13F institution
    • 13F Institutional Investor List (LD)
    • 13F Trader Performance Details
    • Quarterly portfolio analysis
    • Holding Stocks by 13F
    • 13F holders by stock
  • ETF
    • ETF Provider List
    • ETF List by Provider
    • ETF List (Large Data)
    • ETF Overview
    • Holding Stocks by ETF
    • ETF holders by stock
  • News
    • Headlines
    • Stock News
    • Forex News
    • Market News
    • News by Ticker
  • Forex
    • All Available Currency List
    • Latest Forexes Price
  • Commodity
    • All Available Commodity List
    • Latest Commodities Price
  • Stock
    • All Available Stock List
    • Latest Stocks Price
  • Market Index
    • All Available Index
    • Latest Indexes Price
  • Global Interests
    • Global Interest rates
    • Base Interest History Records By Country
  • Schedule Calendar
    • Economic Events Calendar
    • Earning Calendar
    • Delisting Calendar
    • Ticker Change Calendar
    • Split Calendar
    • IPO Calendar
  • IPO
    • IPO application list
    • IPO accepted list
    • IPO detail information
  1. Market Data

Industry info list

GET
/market/industry
Check the market performance of all industries.

Request

None

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://your-api-server.com/market/industry'

Responses

🟢200OK
application/json
Body
array of:
name
string 
required
sectorName
string 
required
stockCnt
number 
required
marketCap
number 
required
change
number 
required
change1m
number  | null 
required
change1y
number  | null 
required
change5y
number  | null 
required
change10y
number  | null 
required
avgVolume30d
number  | null 
required
avgDividendYield
number  | null 
required
avgPER
number  | null 
required
revenue
number 
required
netIncome
number 
required
operatingIncome
number 
required
freeCashFlow
number 
required
grossMargin
number 
required
profitMargin
number 
required
ebitda
number 
required
Example
[
    {
        "name": "string",
        "sectorName": "string",
        "stockCnt": 0,
        "marketCap": 0,
        "change": 0,
        "change1m": 0,
        "change1y": 0,
        "change5y": 0,
        "change10y": 0,
        "avgVolume30d": 0,
        "avgDividendYield": 0,
        "avgPER": 0,
        "revenue": 0,
        "netIncome": 0,
        "operatingIncome": 0,
        "freeCashFlow": 0,
        "grossMargin": 0,
        "profitMargin": 0,
        "ebitda": 0
    }
]
Modified at 2024-08-14 06:42:26
Previous
Sector info list
Next
Industry info list by Sector
Built with