Releases: razorhash/pyfmpcloud
Added Missing Form13f module
Batch request EOD functionality with only dates
Official First Release
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
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
0.3.3 update version
Now includes all functions to wrap stock time series API, forex and crypto
0.2.1 added forex and crypto API wrappers.
stock_screener added to company_valuation
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
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.