Paging

Paging

Often there is too much information in our system to serve in a single request of reasonable size. Therefore we limit results to a certain number per request and provide you with paging information which can be used to retrieve the remaining pages of data.

Paged responses will include a next_page field in the response body. If next_page is null, you have reached the last page of results.

To request the next page of data, append a next_page url parameter to your request, set to the value of the
next_page field in the previous response.

https://api-v2.intrinio.com/securities/AAPL/prices?next_page=[next_page_value]
https://api-v2.intrinio.com/securities/AAPL/prices?next_page=MjAxOC0wNi0xNHw4NTM1MTc5MjQ0

Endpoints that use paging will return 100 records per request. To receive more records per request, you may specify a page_size parameter of up to 10,000. However, these requests are subject to special limits.