Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Sources #6

Open
EricForgy opened this issue Feb 17, 2019 · 1 comment
Open

Data Sources #6

EricForgy opened this issue Feb 17, 2019 · 1 comment

Comments

@EricForgy
Copy link
Member

For a lot of what we want to do, we'll need external sources of data for things like market data (stock prices, FX rates, etc) and some economic data (GDP, population, etc). I thought I'd start this issue to collect various data sources that could be available to us.

For Countries.jl and Currencies.jl, I used https://datahub.io/core/country-codes.

[To be continued...]

@femtotrader
Copy link
Member

I have been working on this question some months / years ago and wrote
DataReaders.jl
it was inspired by https://pandas-datareader.readthedocs.io/

The main issue I think is to be able to support several Julia table like interfaces (DataFrames.jl, Temporal.jl, TimeSeries.jl, and probably more ...) without adding too much dependencies.

You might also have a look at https://github.com/frictionlessdata/DataPackage.jl which implements https://frictionlessdata.io/specs/data-package/

Here is an example of a data package for GDP https://datahub.io/core/gdp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants