aesoppy


Nameaesoppy JSON
Version 1.0.2 PyPI version JSON
download
home_pageNone
SummaryPython Library for Data Wrangling and API Interactions on Stock Market Data
upload_time2024-10-06 13:09:48
maintainerNone
docs_urlNone
authorHarvey Wargo
requires_python>=3.9
licenseMIT License Copyright (c) 2024 Harvey Wargo 2 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords stock gurufocus stock data dividends
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # aesoppy
- Python Library for Data Wrangling and API Interactions on Stock Market Data for Analysis in Jupyter Notebooks


# Current Data Integrations 
- [Gurufocus.com](https://www.gurufocus.com)


# Normalized 10K DataFrame Columns
| Column             | Data Point                 |
|:-------------------|:---------------------------|
| FiscalYear         | Fiscal Year                |
| Revenue            | Revenue                    |
| COGS               | Costs of Goods Sold        |
| SGA                | Selling General Admin      |
| GrossProfit        | Gross Profit               |
| RND                | Research and Dev           |
| OperatingExpense   | Operating Expense          |
| OperatingIncome    | Operating Income           |
| TaxPaid            | Tax Paid                   |
| NetIncome          | Net Income                 |
| CashEquivalents    | Cash                       |
| MarketSecurities   | Marketable Securities      |
| CurrentAssets      | Current Assets             |
| LongAssets         | Long Assets                |
| CurrentLiabilities | Current Liabilities        |
| LongLiabilities    | Long Liabilities           |
| TreasuryStock      | Treasury Stock             |
| CommonStock        | Common Stock               |
| StockIssuance      | Share Issues               |
| StockRepurchase    | Share Buybacks             |
| SharesOutBasic     | Shares Outstanding Basic   |
| SharesOutDiluted   | Shares Outstanding Diluted |
| MarketCap          | Market Capitalization      |
| CashFromOperations | Cash From Operations       |
| CashForDividends   | Dividends Paid             |
| CAPEX              | Capital Expenditure        |
| CashPaidToDebt     | Debt Paid Down             |
| FreeCashFlow       | Free Cash Flow             |  
| StockPriceHigh     | Fiscal Year High Price     |
| StockPriceLow      | Fiscal Year Low Price      |
| PerShareRevenue    | Revenue Per Share          |
| PerShareDividends  | Dividends Per Share        |
| PerShareFcf        | Free Cash Flow Per Share   |
| PerShareEarnings   | Earning Per Share          |


# Normalized Dividend Price Dataframe


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aesoppy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "Stock, GuruFocus, Stock Data, Dividends",
    "author": "Harvey Wargo",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/fb/35/441eef7304c3ae41886f8513fc377e120349c16cd67d5a5c2003bdb51e6d/aesoppy-1.0.2.tar.gz",
    "platform": null,
    "description": "# aesoppy\n- Python Library for Data Wrangling and API Interactions on Stock Market Data for Analysis in Jupyter Notebooks\n\n\n# Current Data Integrations \n- [Gurufocus.com](https://www.gurufocus.com)\n\n\n# Normalized 10K DataFrame Columns\n| Column             | Data Point                 |\n|:-------------------|:---------------------------|\n| FiscalYear         | Fiscal Year                |\n| Revenue            | Revenue                    |\n| COGS               | Costs of Goods Sold        |\n| SGA                | Selling General Admin      |\n| GrossProfit        | Gross Profit               |\n| RND                | Research and Dev           |\n| OperatingExpense   | Operating Expense          |\n| OperatingIncome    | Operating Income           |\n| TaxPaid            | Tax Paid                   |\n| NetIncome          | Net Income                 |\n| CashEquivalents    | Cash                       |\n| MarketSecurities   | Marketable Securities      |\n| CurrentAssets      | Current Assets             |\n| LongAssets         | Long Assets                |\n| CurrentLiabilities | Current Liabilities        |\n| LongLiabilities    | Long Liabilities           |\n| TreasuryStock      | Treasury Stock             |\n| CommonStock        | Common Stock               |\n| StockIssuance      | Share Issues               |\n| StockRepurchase    | Share Buybacks             |\n| SharesOutBasic     | Shares Outstanding Basic   |\n| SharesOutDiluted   | Shares Outstanding Diluted |\n| MarketCap          | Market Capitalization      |\n| CashFromOperations | Cash From Operations       |\n| CashForDividends   | Dividends Paid             |\n| CAPEX              | Capital Expenditure        |\n| CashPaidToDebt     | Debt Paid Down             |\n| FreeCashFlow       | Free Cash Flow             |  \n| StockPriceHigh     | Fiscal Year High Price     |\n| StockPriceLow      | Fiscal Year Low Price      |\n| PerShareRevenue    | Revenue Per Share          |\n| PerShareDividends  | Dividends Per Share        |\n| PerShareFcf        | Free Cash Flow Per Share   |\n| PerShareEarnings   | Earning Per Share          |\n\n\n# Normalized Dividend Price Dataframe\n\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Harvey Wargo 2  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Python Library for Data Wrangling and API Interactions on Stock Market Data",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/harveywargo2/aesoppy"
    },
    "split_keywords": [
        "stock",
        " gurufocus",
        " stock data",
        " dividends"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc02598a63a7855502ca3b01a36dc431fd6a977c29b320563244776901ffe7a3",
                "md5": "ca8ebbdf6cb04bbff0e3c9c03b846ad9",
                "sha256": "fe37837cff3ef16443ccdc0db39c8562b07b98ab51bb373d06888420cd44c754"
            },
            "downloads": -1,
            "filename": "aesoppy-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ca8ebbdf6cb04bbff0e3c9c03b846ad9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 8225,
            "upload_time": "2024-10-06T13:09:46",
            "upload_time_iso_8601": "2024-10-06T13:09:46.520824Z",
            "url": "https://files.pythonhosted.org/packages/dc/02/598a63a7855502ca3b01a36dc431fd6a977c29b320563244776901ffe7a3/aesoppy-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb35441eef7304c3ae41886f8513fc377e120349c16cd67d5a5c2003bdb51e6d",
                "md5": "065d5f874e396e70f52ef3302640c023",
                "sha256": "5405613d07203a955d351f47f774d4ccf1290573ac6aa11179f05a8b43f43e74"
            },
            "downloads": -1,
            "filename": "aesoppy-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "065d5f874e396e70f52ef3302640c023",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 7719,
            "upload_time": "2024-10-06T13:09:48",
            "upload_time_iso_8601": "2024-10-06T13:09:48.031545Z",
            "url": "https://files.pythonhosted.org/packages/fb/35/441eef7304c3ae41886f8513fc377e120349c16cd67d5a5c2003bdb51e6d/aesoppy-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-06 13:09:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "harveywargo2",
    "github_project": "aesoppy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "aesoppy"
}
        
Elapsed time: 0.83378s