
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
An application for searching, analyzing, screening and visualizing financial and economic data from multiple sources such as FRED, Eurostat, World Bank, and Yahoo Finance. The app enables creating reports, generating dynamic charts, and exporting results to Excel and PDF files.
Data Search:
Data Export:
Data Visualization:
Favorites Management:
Stock Screening:
requirements.txt
.To install and run the application, clone the repository using:
git clone https://github.com/Siatek98/data_search_engine.git
cd data_search_engine
Install the required dependencies:
pip install -r requirements.txt
Start the application:
python main.py
Alternatively you can just open your notebook and write:
pip install data-search-engine
from data_search_engine import run_app
run_app()
Your credentials and favorites will be stored in app_settings.json in folder with where your packagge is installed. To find the path our you can use:
pip show data_search_engine
You will need API keys for the following services:
When the application launches, it will prompt you to enter these API keys. Once saved, the application will remember your keys for future use.
Main Window:
Charts:
Economic Data Chart:
Fundamentals data:
Planned features include:
If you encounter any issues, have questions, or want to suggest improvements, please:
tomeksiat@gmail.com
.This project is licensed under the MIT License. You are free to use, modify, and distribute this project as long as proper credit is given.
FAQs
A Python-based data search and visualization engine.
We found that data-search-engine 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
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.