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

apiStock

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apiStock

Api useful to get stock data

  • 0.8
  • PyPI
  • Socket score

Maintainers
1

API STOCK

Api Useful To Get Historical Stock Price Values

Build Status

Installation

API STOCK requires Python 3 to run. Install

pip install apiStock
  1. getStockHistory(code, start_date, end_date)
    • code stock in Vietnam Stock Market.
    • start_date should be entered in the ‘YYYY-MM-DD’ format and is the first day that data will be pulled for.
    • end_date should be entered in the ‘YYYY-MM-DD’ format and is the last day that data will be pulled for.
Use
from apiStock import getStockHistory
vin_prices = getStockHistory('VIN', '2019-08-19', '2020-08-19')

License

MIT

Free Library, Hell Yeah!

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