# OECD datasets some are not reachable

**URL:** https://dbnomics.discourse.group/t/oecd-datasets-some-are-not-reachable/715
**Category:** Uncategorized
**Created:** [September 21, 2023, 10:04am UTC](https://dbnomics.discourse.group/t/oecd-datasets-some-are-not-reachable/715 "2023-09-21T10:04:55Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![skw1990](https://avatars.discourse-cdn.com/v4/letter/s/eb9ed0/32.png) [@skw1990](https://dbnomics.discourse.group/u/skw1990)
#### Post date: [September 21, 2023, 10:04am UTC](https://dbnomics.discourse.group/t/oecd-datasets-some-are-not-reachable/715/1 "2023-09-21T10:04:55Z")

</div>

OECD’s FDI\_CTRY\_IND\_SUMM is not reachable?  
And a few more datasets:

 ![image](https://global.discourse-cdn.com/free1/uploads/dbnomics/original/1X/4e86b37612df2bb99be31dff6b1d670de9ddadf6.png)

Using following script:

df = fetch\_series(  
provider\_code=‘OECD’,  
dataset\_code=id,  
max\_nb\_series = 10000000  
)

Thanks.

---

<div class="post-metadata">

### Author: ![cbenz](https://yyz2.discourse-cdn.com/free1/user_avatar/dbnomics.discourse.group/cbenz/32/33_2.png) [@cbenz](https://dbnomics.discourse.group/u/cbenz)
#### Post date: [November 13, 2023, 5:39pm UTC](https://dbnomics.discourse.group/t/oecd-datasets-some-are-not-reachable/715/2 "2023-11-13T17:39:15Z")

</div>

Hi and welcome to the DBnomics community!

The Web API of DBnomics is not dimensioned to allow downloading whole datasets.

If you open the link [https://api.db.nomics.world/v22/series/OECD/FDI\_CTRY\_IND\_SUMM?observations=0&offset=101000](https://api.db.nomics.world/v22/series/OECD/FDI_CTRY_IND_SUMM?observations=0&offset=101000) you will see an error message:

> ‘offset’ parameter is too high. This endpoint is not meant to be used to download a whole dataset. Please refine the search criteria (i.e. the dimensions).

This means that users are expected to add search filters to narrow the number of results. To prevent the infrastructure from suffering too much from those expensive calls, we added a maximum value for the `offset` parameter, which triggered the errors you received.

If you need to replicate some providers or datasets for your project, I would be pleased to know more about your needs and find the best way to address them.

Regards
