dblock / iex-ruby-client

IEX Finance API Ruby Client
MIT License
118 stars 60 forks source link

update historical price in Readme.md file #96

Closed UmerFrooq closed 3 years ago

UmerFrooq commented 3 years ago

historial_prices = client.historical_prices('MSFT', {range: 'date', date: Date.parse('2020-09-30'), chartByDay: 'true'}) # One day of data i have correct this it actually have colon issue in Date.parse('2020-09-30)' and it should be Date.parse('2020-09-30') this.

dblock commented 3 years ago

Please make a PR?

UmerFrooq commented 3 years ago

sure sir

On Wed, Nov 25, 2020 at 1:15 AM Daniel Doubrovkine (dB.) @dblockdotorg < notifications@github.com> wrote:

Please make a PR?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dblock/iex-ruby-client/issues/96#issuecomment-733209515, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIUH5NVSXMCOO2PGNTMFGX3SRQH7FANCNFSM4UBK6B7A .

dblock commented 3 years ago

Closed via #97