Skip to main content

psd_data

Get data tables and historical time series from the USDA FAS Production, Supply, and Distribution (PSD) Reports.

Parameters


Returns

results: CommodityPsdData

Serializable results.

provider: Optional[Literal['government_us']]

Provider name.

warnings: Optional[list[Warning_]]

list of warnings.

chart: Optional[Chart]

Chart object.

extra: dict[str, Any]

Extra info.


Data

region: str | None
Region group category.

country: str | None
Country or area name.

commodity: str | None
Commodity name.

attribute: str | None
Name of the row value.

marketing_year: str | None
Marketing year for the commodity.

value: float | int | None
Value for the commodity attribute in the given marketing year.

unit: str | None
Unit of measurement for the value.