Add your description here
Project description
FundamentalData
A Python package for institutional-grade SEC financial data analysis with integrated market context.
Features ✨
- SEC API Integration: Direct EDGAR database access with automatic CIK resolution
- Temporal Alignment: Unified datetime indices across fundamental and market data
- Advanced Normalization: Built-in handling of XBRL discrepancies and reporting variants
- Quant-Ready: Pandas DataFrame outputs with NaN-aware preprocessing
- Enterprise Features: Type II rate limiting, configurable caching, and request retries
Installation
pip install "fundamental_data"
Import the package
from fundamental_data import FundamentalData
Usage
For single stock
fd = FundamentalData('myemail@email.com')
apple = fd.get_fundamentals('AAPL')
apple.QuarterlyTable #metrics organized according to quarters
apple.DatedTable #metric organized according to dates
apple.MetricStats #Statistics on the availability of metrics and related stats
apple.data #raw data
apple.CombinedTable #table combined with price data from yfinance
For multiple stocks
fd = FundamentalData('myemail@email.com')
dataDict = fd.get_bulk_fundamentals([AAPL,TSLA])
dataDict['AAPL'].QuarterlyTable
Visualizations
apple.visualize_data_availability()
apple.saveVisualizationTable('AAPL_vizz.xlsx')
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fundamental_data-0.1.3.tar.gz.
File metadata
- Download URL: fundamental_data-0.1.3.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f654b4b8224ca2096d2a62b86cec236193c0dbc73e52c08e88d46cf05eee5c36
|
|
| MD5 |
f725aa2c827cabf0df354cde98b40054
|
|
| BLAKE2b-256 |
cfeda0c1415efb2a3ec369e992ed756f34088717207b0a5cea700f63ae92c437
|
File details
Details for the file fundamental_data-0.1.3-py3-none-any.whl.
File metadata
- Download URL: fundamental_data-0.1.3-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b6cf407938b8e61ce34ea0cea5a843dab6549dfcbfc2b517ad0c748a4cb47f3
|
|
| MD5 |
9a055e50a6d5ff6a16e7d781d8330ffb
|
|
| BLAKE2b-256 |
a4ebbb6414730c1512f6770f5442d8746f45ad97ade11a57824f6fea1de24a1c
|