PHPackages                             kartulin/fmp-api-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. kartulin/fmp-api-sdk

AbandonedArchivedLibrary[API Development](/categories/api)

kartulin/fmp-api-sdk
====================

FMP-API-SDK

v1.0.0(3y ago)7217↓100%1MITPHPPHP &gt;=7.4

Since Jun 1Pushed 3y ago2 watchersCompare

[ Source](https://github.com/Kartulin/fmp-api-sdk)[ Packagist](https://packagist.org/packages/kartulin/fmp-api-sdk)[ Docs](https://github.com/kartulin/fmp-api-sdk)[ RSS](/packages/kartulin-fmp-api-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

FMP-API-SDK
===========

[](#fmp-api-sdk)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9d93cdb8995408b579070ad169870b568af48f34cb0ecfc814bbcd7c89167d30/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b617274756c696e2f666d702d6170692d73646b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kartulin/fmp-api-sdk)[![Total Downloads](https://camo.githubusercontent.com/4195dd78eed54a8e8f6fa9ab8f9499244c4f2448d6e2bf7164c93074c8f9a1ba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b617274756c696e2f666d702d6170692d73646b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kartulin/fmp-api-sdk)

Comfortable library to work with [FinancialModelingPrep.com](https://financialmodelingprep.com/). Easily integrates with any php-framework. You must have [api\_key](https://site.financialmodelingprep.com/developer/docs/dashboard) to start working. It's free...

Installation
------------

[](#installation)

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

```
composer require kartulin/fmp-api-sdk
```

Usage
-----

[](#usage)

```
use Kartulin\FmpApiSdk\FMP;

$token='you_api_key_here';

//You must initialize the client with $token
//You can use DI of your framework
$client = FMP::make($token);
// or
$client = new FMP($token);

// Select required endpoint with arguments
$response = $client->companyQuote('aapl', true)->get();
// or
$response = FMP::make($config)->companyQuote('AAPL', true)->get();

var_dump($response) // is array
^ array:1 [▼
  0 => {#37 ▼
    +"symbol": "AAPL"
    +"name": "Apple Inc."
    +"price": 148.84
    +"changesPercentage": -0.53461844
    +"change": -0.80000305
    +"dayLow": 146.84
   any_data
  }
]
```

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
-------------------------------------------------------

[](#list-of-available-endpoints-and-classes-of-this-package)

FMP-Endpoint-URLWorkClass**STOCK FUNDAMENTALS****STOCK FUNDAMENTALS ANALYSIS****INSTITUTIONAL STOCK OWNERSHIP****PRICE TARGET****Upgrades &amp; Downgrades****historical ETF and Mutual Fund Holdings****HISTORICAL NUMBER OF EMPLOYEES****EXECUTIVE COMPENSATION****INDIVIDUAL BENEFICIAL OWNERSHIP****STOCK CALENDARS****STOCK LOOK UP TOOL**Ticker Searchin progressStock Screenerin progress**COMPANY INFORMATION**[Company Profile](https://site.financialmodelingprep.com/developer/docs/#Company-Profile)✔CompanyProfile[Key Executives](https://site.financialmodelingprep.com/developer/docs/#Key-Executives)✔KeyExecutives[Market Capitalization](https://site.financialmodelingprep.com/developer/docs/#Market-Capitalization)✔MarketCapitalizationCompany OutlookStock Peers[NYSE Holidays and Trading Hours](https://site.financialmodelingprep.com/developer/docs/#NYSE-Holidays-and-Trading-Hours)✔TradingHours[Delisted Companies](https://site.financialmodelingprep.com/developer/docs/#Delisted-Companies)✔DelistedCompaniesCompany core information**STOCK NEWS**[FMP Articles](https://site.financialmodelingprep.com/developer/docs/#FMP-Articles)✔ArticlesStock NewsPress Releases**MARKET PERFORMANCE**Sectors PE RatioIndustries PE Ratio[Sectors Performance](https://site.financialmodelingprep.com/developer/docs/#Stock-Market-Sectors-Performance)✔SectorsPerformance[Most Gainer Stock Companies](https://site.financialmodelingprep.com/developer/docs/#Most-Gainer-Stock-Companies)✔StockMarketMost[Most Loser Stock Companies](https://site.financialmodelingprep.com/developer/docs/#Most-Loser-Stock-Companies)✔StockMarketMost[Most Active Stock Companies](https://site.financialmodelingprep.com/developer/docs/#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](https://site.financialmodelingprep.com/developer/docs/#Stock-Historical-Price)✔HistoricalPrice[Company Quote](https://site.financialmodelingprep.com/developer/docs/#Company-Quote)✔CompanyQuote[Stock Price Change](https://site.financialmodelingprep.com/developer/docs/#Stock-price-change)✔StockPriceChange[Stock Price](https://site.financialmodelingprep.com/developer/docs/#Stock-Price)✔StockPrice[Historical Stock Splits](https://site.financialmodelingprep.com/developer/docs/#Historical-Stock-Splits)✔HistoricalStockSplits[Survivorship Bias Free](https://site.financialmodelingprep.com/developer/docs/#Survivorship-Bias-Free-EOD)[Daily Indicators](https://site.financialmodelingprep.com/developer/docs/#Daily-Indicators)✔TechIndicators[Intraday Indicators](https://site.financialmodelingprep.com/developer/docs/#Intraday-Indicators)✔TechIndicators**FUND HOLDINGS**[ETF Holders](https://site.financialmodelingprep.com/developer/docs/#ETF-Holders)✔EtfHolders[Institutional Holders](https://site.financialmodelingprep.com/developer/docs/#Institutional-Holders)✔InstitutionalHolders[Mutual Fund Holders](https://site.financialmodelingprep.com/developer/docs/#Mutual-Fund-Holders)✔MutualFundHolders[ETF Sector Weightings](https://site.financialmodelingprep.com/developer/docs/#ETF-Sector-Weightings)✔EtfSectorWeightings[ETF Country Weightings](https://site.financialmodelingprep.com/developer/docs/#ETF-Country-Weightings)✔EtfCountryWeightings[ETF Stock Exposure](https://site.financialmodelingprep.com/developer/docs/#ETF-Stock-Exposure)✔EtfStockExposureForm 13F**STOCK LIST**[Symbols List](https://site.financialmodelingprep.com/developer/docs/stock-market-quote-free-api)✔StockList[Tradable Symbols List](https://site.financialmodelingprep.com/developer/docs/tradable-list-api)✔StockList[ETF List](https://site.financialmodelingprep.com/developer/docs/etf-list-api)✔StockList**BULK AND BATCH**Batch Request Stock Companies PriceCompanyQuote**MARKET INDEXES**--- premium endpoints---**EURONEXT**--- premium endpoints---**TSX**--- premium endpoints---CRYPTO--- premium endpoints---FOREX--- premium endpoints---COMMODITIES--- premium endpoints---### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

### Security

[](#security)

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

Credits
-------

[](#credits)

- [kartulin](https://github.com/kartulin)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1438d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/17a72dc4e813b92695f8b08ad2f3dd397cae7e381849dedc608b0ddcd2f6cc3b?d=identicon)[Kartulin](/maintainers/Kartulin)

---

Top Contributors

[![stalkerxxl](https://avatars.githubusercontent.com/u/19319937?v=4)](https://github.com/stalkerxxl "stalkerxxl (1 commits)")

---

Tags

kartulinfmp-apifinancialmodelingprep

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kartulin-fmp-api-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/kartulin-fmp-api-sdk/health.svg)](https://phpackages.com/packages/kartulin-fmp-api-sdk)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
