Skip to main content

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

fundamental_data-0.1.2.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fundamental_data-0.1.2-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

Details for the file fundamental_data-0.1.2.tar.gz.

File metadata

  • Download URL: fundamental_data-0.1.2.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

Hashes for fundamental_data-0.1.2.tar.gz
Algorithm Hash digest
SHA256 3fdea3c342a129407a94ec51f19a48778e3dde3491a723361e1cbd155347017c
MD5 9ed0db45221c996a8fc63d7ad8769cf9
BLAKE2b-256 c1c1354d1b66335982f220e2b0f888d0d5fd2c8e0dfd9804f09e1f97acf71107

See more details on using hashes here.

File details

Details for the file fundamental_data-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for fundamental_data-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 32e5a03698520ad884407ecc07da44c5a87b32881c5c4e36466af5e191a7d507
MD5 b0ffbf37b9a0a38996a21ebdfbcd74cf
BLAKE2b-256 914909a5ae8468ce848c1a67d43f4406ccdca1a93d5e09e55cc8af95815b8152

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page