Skip to content

Repository files navigation

Financial Datasets API Python SDK

Overview

Stock market API with real-time and historical financial data for 30,000+ tickers over 30+ years. Financial statements, equity prices, insider transactions, SEC filings, and more.

Synchronous Client

from financial_data_api_py import Client
from os import getenv

client = Client(api_key=getenv("API_KEY"))

Asynchronous Client

from financial_data_api_py import AsyncClient
from os import getenv

client = AsyncClient(api_key=getenv("API_KEY"))

Module Documentation and Snippets

  • list - Get company facts
  • list - Get SEC filings
  • list - Get financial metrics snapshot
  • list - Get all financial statements
  • list - Get balance sheets
  • list - Get cash flow statements
  • list - Get income statements
  • create - Search financial statements
  • create - Search specific financial metrics
  • list - Get segmented revenue data
  • list - Get insider transactions
  • list - Get options chain data
  • list - Get historical price data
  • list - Get price snapshot

About

Sideko generated Python SDK - Financial Data API

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages