PyDataBlog / PolygonIO.jl

A Julia client library for accessing Polygon's APIs
MIT License
13 stars 5 forks source link

stock_api #12

Closed PyDataBlog closed 3 years ago

PyDataBlog commented 3 years ago

Added draft stock API and multiple dispatch for managing the parsing of retrieved data.

codecov-commenter commented 3 years ago

Codecov Report

Merging #12 (deb3d8b) into master (4ba62a4) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #12   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         4    +1     
  Lines           68       129   +61     
=========================================
+ Hits            68       129   +61     
Impacted Files Coverage Δ
src/custom_structs.jl 100.00% <100.00%> (ø)
src/reference_api.jl 100.00% <100.00%> (ø)
src/stock_api.jl 100.00% <100.00%> (ø)
src/utils.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4ba62a4...deb3d8b. Read the comment docs.