The Wayback Machine - https://web.archive.org/web/20210318140251/https://github.com/topics/api-wrapper
Skip to content
#

api-wrapper

An API can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.

Here are 2,015 public repositories matching this topic...

espdev
espdev commented Feb 6, 2021

Hello,

I want to get intraday data without split/dividend adjustment. How can I get raw intraday data?

From API docs:

Optional: adjusted

By default, adjusted=true and the output time series is adjusted by historical split and dividend events. Set adjusted=false to query raw (as-traded) intraday values.

get_intraday and `g

Wikipedia
Wikipedia