Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

finage

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

finage

Package to utilize Finage REST API

  • 0.1.5
  • PyPI
  • Socket score

Maintainers
1

Finage Python Client

The unofficial Python library for accessing the Finage REST API. Though a work in progress, this package can already fetch data on stocks, forex, and fundamentals.

Installation

The package can be installed directly from PyPI with pip:

pip install finage

Usage

You need an API key to use this product. Once you have that key, there are a couple options. You can either save it as and environment variable (export FINAGE_KEY=<api_key>), or you can pass it directly to the client class Finage as is done in the below example:

from finage import Finage

api_key = "FAKE_KEY"
client = Finage(api_key)
resp = client.get_stock_last("AMZN")
resp.json()

License

MIT

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc