
Security News
vlt Launches Real-Time Dependency Analysis Powered by Socket
vlt adds real-time security selectors powered by Socket, enabling developers to query and analyze package risks directly in their dependency graph.
Up to date remote economic data access for ruby, using Polars dataframes.
This package will fetch economic and financial information from several different sources.
Add this line to your application's Gemfile:
gem 'econ_data_reader'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install econ_data_reader
Some data sources will require the specification of an API key. These keys should be provided as part of a configuration file, e.g., config/econ_data_reader.rb
EconDataReader::Fred.configure do |config|
config.fred_api_key = '1234567890ABCDEF'
OR
config.fred_api_key = File.read(File.join('','home', 'user', '.fred_api_key.txt'), 16)
end
EconDataReader::Bls.configure do |config|
config.bls_api_key = '8675309-1111-1111-ABCD'
end
EconDataReader::Nasdaq.configure do |config|
config.nasdaq_api_key = 'YOUR_API_KEY_HERE'
end
EconDataReader::BankOfCanada.new('IEXE0102').fetch
EconDataReader::Fred.new('GS10').fetch
EconDataReader::Bls.new('LNS14000006')
EconDataReader::Nasdaq.new('WIKI/AAPL').fetch
TBD
Others are welcome to contribute to the project.
The following conventions are intended for this project.
Bug reports and pull requests are welcome on GitHub at https://github.com/bmck/econ_data_reader.
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that econ_data_reader 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
vlt adds real-time security selectors powered by Socket, enabling developers to query and analyze package risks directly in their dependency graph.
Security News
CISA extended MITRE’s CVE contract by 11 months, avoiding a shutdown but leaving long-term governance and coordination issues unresolved.
Product
Socket's Rubygems ecosystem support is moving from beta to GA, featuring enhanced security scanning to detect supply chain threats beyond traditional CVEs in your Ruby dependencies.