Skip to content

Releases: razorhash/pyfmpcloud

Added Missing Form13f module

26 May 09:30
Compare
Choose a tag to compare
1.1.6

Update readme and update version number to 1.1.6

Batch request EOD functionality with only dates

19 May 18:20
Compare
Choose a tag to compare

Official First Release

10 May 16:45
Compare
Choose a tag to compare

Includes API wrapper for Company Valuations data, Stock Time Series Data, Forex data, Crypto and forms 13F data.

Enjoy!

Error catching from fmpcloud.io API

10 May 14:18
Compare
Choose a tag to compare
Pre-release

This release introduces a safe_read_json function that rethrows the errors and exceptions thrown by the fmpcloud.io API.
This release is backwards compatible with the v0.3.x release

Elaborate Readme.md

09 May 14:56
Compare
Choose a tag to compare
Elaborate Readme.md Pre-release
Pre-release
0.3.3

update version

Now includes all functions to wrap stock time series API, forex and crypto

08 May 15:54
Compare
Choose a tag to compare
0.2.1

added forex and crypto API wrappers.

stock_screener added to company_valuation

06 May 17:44
Compare
Choose a tag to compare

In this release, I have added the stock screener.

Stocks can be screened with 5 criteria, namely, market cap, beta, dividend, average volume, and sector. An additional input allows you to specify the maximum number of stocks returned per query.

use the following function arguments, which are None by default. All inputs are in 'int'/'float' form except for sector, which is in the 'string' format.

The following sectors are identified by the fmpcloud.io API:

"Basic Materials" ,
"Communication Services" ,
"Consumer Cyclical" ,
"Consumer Defensive" ,
"Energy" ,
"Financial" ,
"Financial Services" ,
"Healthcare" ,
"Industrial Goods" ,
"Industrials" ,
"Real Estate" ,
"Technology" ,
"Utilities"

Enjoy

fmp - company details and financials

06 May 08:47
Compare
Choose a tag to compare
Pre-release

In this release, a wrapper that handles the API requests for all functions under 'Company Valuation' have been implemented.

These include Rss Feed, Balance Sheet, Income Statement, Cash Flow Statement, Financial Ratios, Key Metrics, Enterprise Value, Financial Statements Growth, Discounted Cash Flow Value, Market Capitalization and Rating.

Financial Statements as Reported and Stock Screener are not part of the release.

Additionally, functions for getting the list of all stocks available on financialmarketprep.com API and company info API are also part of the release.