FinancialModelingPrep
  • Introduction
  • Client
  • Endpoints
    • Price Quotes
    • Stock Fundamentals
    • Stock Fundamentals Analysis
    • Institutional Stock Ownership
    • ESG Score
    • Private Companies Fundraising Data
    • Price Target
    • Upgrades & Downgrades
    • Historical Fund Holdings
    • Historical Number of Employees
      • historical_employee_counts
    • Executive Compensation
    • Individual Beneficial Ownership
    • Stock Calendars
    • Stock Screener
    • Company Information
    • Stock News
    • Market Performance
    • Stock Statistics
    • Insider Trading
    • Senate Trading
    • Economics
    • Stock Price
    • Fund Holdings
    • Stock List
    • Market Indexes
    • Euronext
    • TSX
    • Crypto & Forex & Commodities
Version
  • Endpoints
  • Historical Number of Employees
  • Historical Number of Employees
Edit on GitHub

historical_employee_counts

FinancialModelingPrep.historical_employee_counts — Function
historical_employee_counts(fmp, symbol)

Returns historical employee counts for the specified symbol.

Arguments

  • fmp::FMP: A Financial Modeling Prep instance.
  • symbol::String: A stock symbol.

See Historical-Number-of-Employees for more details.

Examples

# create a FMP API instance
fmp = FMP()

# get the historical employee counts for AAPL
data = historical_employee_counts(fmp, "AAPL")
source
« Historical Fund HoldingsExecutive Compensation »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 0.27.24 on Saturday 11 March 2023. Using Julia version 1.8.5.