![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
yfinanceapi (Equity and currency information API)
The yfinanceapi is an API for Python that builds on top of the Yahoo! finance JSON API to provide equity and currency information, such as price, volume, last trade time etc.
The API can be installed from PyPi using the following command: pip install yfinanceapi Instructions on installing pip can be found here: https://pip.pypa.io/en/latest/installing.html
Alternatively, it can be installed using github: pip install git+https://github.com/Karthik005/yfinanceapi#egg=yfinanceapi
The installation may require root permissions.
The API can be imported in the following manner:
import yfinanceapi as api
Stock/equity information is obtained as follows:
api.get_prices(['GOOG','MSFT','INFY.NS']) api.get_volumes(['GOOG','MSFT','INFY.NS'])
Prices are in currency values of the country in which symbol is listed
Currency information is obtained as follows:
api.get_currency_prices(['INR','JPY']) api.get_currency_utc(['INR','JPY'])
Currency values are measured with respect to USD.
Additional functions, information on usage and allowed symbol values can be found in the docstrings of the api.py file.
Copyright 2015, Karthik.S
This project is licensed under GNU v2.0. For more information read the LICENSE.txt file.
Bugs and feature requests can be reported at karthikbharadwaj005@gmail.com
FAQs
Equity/commodity/currency information API; sources content from Yahoo! Finance
We found that yfinanceapi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.