
Security News
Bun 1.2.19 Adds Isolated Installs for Better Monorepo Support
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
A project to fetch and store historic and live stock data using the Yahoo Finance API.
This project is designed to fetch and store historic and live stock data using the Yahoo Finance API. The data is stored in SQLite databases and can be accessed via a Flask web application.
For a detailed walkthrough of the project's functionality, you can watch the following YouTube video:
Clone the repository:
git clone https://github.com/abhiwer/stock_historic_data.git
cd stock_historic_data
Create and activate a virtual environment:
python -m venv env
source env/bin/activate # On Windows use `env\Scripts\activate`
Install the dependencies:
pip install -r requirements.txt
Run the application:
flask run
Open your browser and navigate to:
http://127.0.0.1:5000/
for Stock Historic Data Visualization Charthttp://127.0.0.1:5000/live
for Stock Live Data Visualizationhttp://127.0.0.1:5000/onlylive
for Only Tick per second Data Visualization/
: Main page to view historic data./live
: Page to view live data./onlylive
: Page to view only live data./get_dates
: API to get a range of dates./get_currencies
: API to get the list of supported currencies./get_updatetheliveDB
: API to update the live database./get_updatethehistoricDB
: API to update the historic database.This project is licensed under the MIT License.
FAQs
A project to fetch and store historic and live stock data using the Yahoo Finance API.
We found that stock-historic-data 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
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Security News
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainer’s token, spreading malicious updates.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.