Download the PHP package kartulin/fmp-api-sdk without Composer

On this page you can find all versions of the php package kartulin/fmp-api-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package fmp-api-sdk

FMP-API-SDK

Latest Version on Packagist Total Downloads

Comfortable library to work with FinancialModelingPrep.com. Easily integrates with any php-framework. You must have api_key to start working. It's free...

Installation

You can install the package via composer (php 7.4 and higher):

Usage

All endpoint classes are well documented, have link to FMP documentation service. Also autocomplete IDE is working.

list of available Endpoints and classes of this package

FMP-Endpoint-URL Work Class
STOCK FUNDAMENTALS
STOCK FUNDAMENTALS ANALYSIS
INSTITUTIONAL STOCK OWNERSHIP
PRICE TARGET
Upgrades & Downgrades
historical ETF and Mutual Fund Holdings
HISTORICAL NUMBER OF EMPLOYEES
EXECUTIVE COMPENSATION
INDIVIDUAL BENEFICIAL OWNERSHIP
STOCK CALENDARS
STOCK LOOK UP TOOL
[Ticker Search]() in progress
[Stock Screener]() in progress
COMPANY INFORMATION
Company Profile CompanyProfile
Key Executives KeyExecutives
Market Capitalization MarketCapitalization
[Company Outlook]()
[Stock Peers]()
NYSE Holidays and Trading Hours TradingHours
Delisted Companies DelistedCompanies
[Company core information]()
STOCK NEWS
FMP Articles Articles
[Stock News]()
[Press Releases]()
MARKET PERFORMANCE
[Sectors PE Ratio]()
[Industries PE Ratio]()
Sectors Performance SectorsPerformance
Most Gainer Stock Companies StockMarketMost
Most Loser Stock Companies StockMarketMost
Most Active Stock Companies StockMarketMost
ADVANCED DATA
---premium endpoints---
STOCK STATISTICS
---premium endpoints---
INSIDER TRADING
---premium endpoints---
ECONOMICS
---premium endpoints---
STOCK PRICE
Stock Historical Price HistoricalPrice
Company Quote CompanyQuote
Stock Price Change StockPriceChange
Stock Price StockPrice
Historical Stock Splits HistoricalStockSplits
Survivorship Bias Free
Daily Indicators TechIndicators
Intraday Indicators TechIndicators
FUND HOLDINGS
ETF Holders EtfHolders
Institutional Holders InstitutionalHolders
Mutual Fund Holders MutualFundHolders
ETF Sector Weightings EtfSectorWeightings
ETF Country Weightings EtfCountryWeightings
ETF Stock Exposure EtfStockExposure
[Form 13F]()
STOCK LIST
Symbols List StockList
Tradable Symbols List StockList
ETF List StockList
BULK AND BATCH
[Batch Request Stock Companies Price]() CompanyQuote
MARKET INDEXES
--- premium endpoints---
EURONEXT
--- premium endpoints---
TSX
--- premium endpoints---
CRYPTO
--- premium endpoints---
FOREX
--- premium endpoints---
COMMODITIES
--- premium endpoints---

Changelog

Please see CHANGELOG for more information what has changed recently.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits


All versions of fmp-api-sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
guzzlehttp/guzzle Version *
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package kartulin/fmp-api-sdk contains the following files

Loading the files please wait ....