https://github.com/juliaquant/marketdata.jl
Time series market data
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 11 committers (9.1%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.2%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Time series market data
Basic Info
- Host: GitHub
- Owner: JuliaQuant
- License: other
- Language: Julia
- Default Branch: main
- Homepage: https://juliaquant.github.io/MarketData.jl/stable/
- Size: 5.94 MB
Statistics
- Stars: 157
- Watchers: 9
- Forks: 23
- Open Issues: 11
- Releases: 25
Topics
Metadata Files
README.md
Historical financial time series data for research and testing in Julia.
Examples
Testing data
There are some data builtin for testing or demo purpose. The full list of testing data is here.
```julia julia> using MarketData
julia> cl 500×1 TimeArray{Float64,1,Date,Array{Float64,1}} 2000-01-03 to 2001-12-31 │ │ Close │ ├────────────┼────────┤ │ 2000-01-03 │ 111.94 │ │ 2000-01-04 │ 102.5 │ │ 2000-01-05 │ 104.0 │ │ 2000-01-06 │ 95.0 │ │ 2000-01-07 │ 99.5 │ │ 2000-01-10 │ 97.75 │ │ 2000-01-11 │ 92.75 │ ⋮ ```
Remote data source
This package supports Yahoo Finance API for retrieving data.
julia
julia> yahoo(:INTC)
10187×6 TimeArray{Float64,2,Date,Array{Float64,2}} 1980-03-17 to 2020-08-07
│ │ Open │ High │ Low │ Close │ AdjClose │ Volume │
├────────────┼────────┼────────┼────────┼────────┼──────────┼────────────┤
│ 1980-03-17 │ 0.3255 │ 0.3307 │ 0.3255 │ 0.3255 │ 0.2022 │ 1.09248e7 │
│ 1980-03-18 │ 0.3255 │ 0.3281 │ 0.3229 │ 0.3229 │ 0.2006 │ 1.70688e7 │
│ 1980-03-19 │ 0.3307 │ 0.3359 │ 0.3307 │ 0.3307 │ 0.2055 │ 1.85088e7 │
│ 1980-03-20 │ 0.3307 │ 0.3346 │ 0.3294 │ 0.3294 │ 0.2047 │ 1.11744e7 │
│ 1980-03-21 │ 0.3229 │ 0.3229 │ 0.3177 │ 0.3177 │ 0.1974 │ 1.21728e7 │
│ 1980-03-24 │ 0.3164 │ 0.3164 │ 0.3112 │ 0.3112 │ 0.1933 │ 8.9664e6 │
│ 1980-03-25 │ 0.3125 │ 0.3177 │ 0.3125 │ 0.3125 │ 0.1941 │ 1.13472e7 │
│ 1980-03-26 │ 0.3125 │ 0.3151 │ 0.3099 │ 0.3099 │ 0.1925 │ 1.62624e7 │
│ 1980-03-27 │ 0.3047 │ 0.3047 │ 0.2995 │ 0.2995 │ 0.186 │ 2.69184e7 │
│ 1980-03-28 │ 0.3112 │ 0.3164 │ 0.3112 │ 0.3112 │ 0.1933 │ 2.01024e7 │
│ 1980-03-31 │ 0.3216 │ 0.3268 │ 0.3216 │ 0.3216 │ 0.1998 │ 9.0048e6 │
│ 1980-04-01 │ 0.3229 │ 0.3281 │ 0.3229 │ 0.3229 │ 0.2006 │ 8.1792e6 │
│ 1980-04-02 │ 0.3255 │ 0.3307 │ 0.3255 │ 0.3255 │ 0.2022 │ 1.25568e7 │
⋮
The full API reference is here.
Owner
- Name: Quantitative Finance in Julia
- Login: JuliaQuant
- Kind: organization
- Repositories: 22
- Profile: https://github.com/JuliaQuant
GitHub Events
Total
- Issues event: 3
- Watch event: 8
- Issue comment event: 2
- Push event: 2
- Pull request event: 2
- Fork event: 1
Last Year
- Issues event: 3
- Watch event: 8
- Issue comment event: 2
- Push event: 2
- Pull request event: 2
- Fork event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| milktrader | m****r@g****m | 88 |
| Iblis Lin | i****s@h****w | 43 |
| femtotrader | f****r@g****m | 29 |
| Danny Winrow | d****w@b****k | 7 |
| Andrey Oskin | s****r@a****m | 7 |
| github-actions[bot] | 4****] | 6 |
| milktrader | m****r@h****m | 4 |
| rohit.raj@kayako.com | r****j@k****m | 3 |
| Gord Stephen | g****d@g****a | 2 |
| G Gundam | g****m | 1 |
| Andrey Oskin | 2****k | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 42
- Total pull requests: 61
- Average time to close issues: 8 months
- Average time to close pull requests: 8 days
- Total issue authors: 21
- Total pull request authors: 9
- Average comments per issue: 2.36
- Average comments per pull request: 0.97
- Merged pull requests: 58
- Bot issues: 0
- Bot pull requests: 6
Past Year
- Issues: 3
- Pull requests: 3
- Average time to close issues: 2 days
- Average time to close pull requests: about 2 months
- Issue authors: 3
- Pull request authors: 2
- Average comments per issue: 1.67
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- femtotrader (11)
- milktrader (9)
- Arkoniak (3)
- Dawny33 (2)
- iblislin (1)
- brianguenter (1)
- paulanalyst (1)
- adamcataldo (1)
- JuliaTagBot (1)
- nilshg (1)
- him300 (1)
- 1991jhf (1)
- DDoyle1066 (1)
- IainNZ (1)
- ashwani-rathee (1)
Pull Request Authors
- iblislin (19)
- milktrader (12)
- Arkoniak (8)
- github-actions[bot] (6)
- femtotrader (6)
- dwinrow (5)
- Dawny33 (3)
- GordStephen (2)
- g-gundam (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 3
-
Total downloads:
- julia 91 total
-
Total dependent packages: 4
(may contain duplicates) -
Total dependent repositories: 15
(may contain duplicates) - Total versions: 128
proxy.golang.org: github.com/JuliaQuant/MarketData.jl
- Documentation: https://pkg.go.dev/github.com/JuliaQuant/MarketData.jl#section-documentation
- License: other
-
Latest release: v0.15.0
published over 1 year ago
Rankings
proxy.golang.org: github.com/juliaquant/marketdata.jl
- Documentation: https://pkg.go.dev/github.com/juliaquant/marketdata.jl#section-documentation
- License: other
-
Latest release: v0.15.0
published over 1 year ago
Rankings
juliahub.com: MarketData
Time series market data
- Homepage: https://juliaquant.github.io/MarketData.jl/stable/
- Documentation: https://docs.juliahub.com/General/MarketData/stable/
- License: MIT
-
Latest release: 0.15.0
published almost 2 years ago
Rankings
Dependencies
- julia-actions/setup-julia latest composite
- JuliaRegistries/TagBot v1 composite